diff --git a/cmd/mxlint/main.go b/cmd/mxlint/main.go index 292c805..b1904e5 100644 --- a/cmd/mxlint/main.go +++ b/cmd/mxlint/main.go @@ -27,6 +27,7 @@ func main() { raw, _ := cmd.Flags().GetBool("raw") mode, _ := cmd.Flags().GetString("mode") verbose, _ := cmd.Flags().GetBool("verbose") + appstore, _ := cmd.Flags().GetBool("appstore") log := logrus.New() if verbose { @@ -36,7 +37,7 @@ func main() { } mpr.SetLogger(log) - mpr.ExportModel(inputDirectory, outputDirectory, raw, mode) + mpr.ExportModel(inputDirectory, outputDirectory, raw, mode, appstore) }, } @@ -44,6 +45,7 @@ func main() { cmdExportModel.Flags().StringP("output", "o", "modelsource", "Path to directory to write the yaml files. If it doesn't exist, it will be created") cmdExportModel.Flags().StringP("mode", "m", "basic", "Export mode. Valid options: basic, advanced") cmdExportModel.Flags().Bool("raw", false, "If set, the output yaml will include all attributes as they are in the model. Otherwise, only the relevant attributes are included. You should never need this. Only useful when you are developing new functionalities for this tool.") + cmdExportModel.Flags().Bool("appstore", false, "If set, appstore modules will be included in the output") cmdExportModel.Flags().Bool("verbose", false, "Turn on for debug logs") rootCmd.AddCommand(cmdExportModel) @@ -115,7 +117,7 @@ func main() { log.Infof("Output directory: %s", outputDirectory) log.Infof("Rules directory: %s", rulesDirectory) log.Infof("Mode: %s", mode) - mpr.ExportModel(inputDirectory, outputDirectory, false, mode) + mpr.ExportModel(inputDirectory, outputDirectory, false, mode, false) err := lint.EvalAll(rulesDirectory, outputDirectory, "", "") if err != nil { log.Warningf("Lint failed: %s", err) diff --git a/go.mod b/go.mod index 0744c70..96d3841 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module github.com/cinaq/mendix-cli go 1.22.0 require ( + github.com/Varjelus/dirsync v0.0.0-20161105165804-51d44bc3b5fb github.com/ghodss/yaml v1.0.0 github.com/glebarez/go-sqlite v1.22.0 github.com/open-policy-agent/opa v0.62.1 @@ -15,6 +16,7 @@ require ( require ( github.com/OneOfOne/xxhash v1.2.8 // indirect + github.com/Varjelus/kopsa v0.0.0-20151003065653-33789fe1970a // indirect github.com/agnivade/levenshtein v1.1.1 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect diff --git a/go.sum b/go.sum index 83eeb63..d744b3e 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,9 @@ github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= +github.com/Varjelus/dirsync v0.0.0-20161105165804-51d44bc3b5fb h1:uDEw72N0Bu4jz4Zanq7+zMplGNd26mGYehgaAKNxdNI= +github.com/Varjelus/dirsync v0.0.0-20161105165804-51d44bc3b5fb/go.mod h1:s2r4vPgOSlp+g+SpTNclqYDxKqfaExmkBR6YxRLuoo4= +github.com/Varjelus/kopsa v0.0.0-20151003065653-33789fe1970a h1:ChPWtF2nL9L0+tgUa31T3ZguZHdPBe6Sd7NDS1E9Hbg= +github.com/Varjelus/kopsa v0.0.0-20151003065653-33789fe1970a/go.mod h1:7r++ofdTSM2ahUuJUErQNYLbfqfircMx/qDQQulZJ40= github.com/agnivade/levenshtein v1.1.1 h1:QY8M92nrzkmr798gCo3kmMyqXFzdQVpxLlGPRBij0P8= github.com/agnivade/levenshtein v1.1.1/go.mod h1:veldBMzWxcCG2ZvUTKD2kJNRdCk5hVbJomOvKkmgYbo= github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q= diff --git a/modelsource/Administration/DomainModels$DomainModel.yaml b/modelsource/Administration/DomainModels$DomainModel.yaml deleted file mode 100644 index cf802ba..0000000 --- a/modelsource/Administration/DomainModels$DomainModel.yaml +++ /dev/null @@ -1,208 +0,0 @@ -$Type: DomainModels$DomainModel -Annotations: null -Associations: -- $Type: DomainModels$Association - ChildConnection: 100;54 - ChildPointer: - Data: bV7FA1/u9k+4rTjdpcLniw== - Subtype: 0 - DeleteBehavior: - $Type: DomainModels$DeleteBehavior - ChildDeleteBehavior: DeleteMeButKeepReferences - ChildErrorMessage: null - ParentDeleteBehavior: DeleteMeButKeepReferences - ParentErrorMessage: null - Documentation: "" - ExportLevel: Hidden - Name: AccountPasswordData_Account - Owner: Default - ParentConnection: 0;54 - ParentPointer: - Data: omcpzaYuiE2EDAHeCtPmig== - Subtype: 0 - Source: null -CrossAssociations: null -Documentation: "" -Entities: -- $Type: DomainModels$EntityImpl - AccessRules: - - $Type: DomainModels$AccessRule - AllowCreate: true - AllowDelete: true - AllowedModuleRoles: - - Administration.Administrator - DefaultMemberAccessRights: None - Documentation: "" - MemberAccesses: - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: Administration.Account.FullName - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: Administration.Account.Email - - $Type: DomainModels$MemberAccess - AccessRights: ReadOnly - Association: "" - Attribute: Administration.Account.IsLocalUser - XPathConstraint: "" - XPathConstraintCaption: "" - - $Type: DomainModels$AccessRule - AllowCreate: false - AllowDelete: false - AllowedModuleRoles: - - Administration.User - DefaultMemberAccessRights: ReadOnly - Documentation: "" - MemberAccesses: - - $Type: DomainModels$MemberAccess - AccessRights: ReadOnly - Association: "" - Attribute: Administration.Account.FullName - - $Type: DomainModels$MemberAccess - AccessRights: ReadOnly - Association: "" - Attribute: Administration.Account.Email - - $Type: DomainModels$MemberAccess - AccessRights: None - Association: "" - Attribute: Administration.Account.IsLocalUser - XPathConstraint: "" - XPathConstraintCaption: "" - - $Type: DomainModels$AccessRule - AllowCreate: false - AllowDelete: false - AllowedModuleRoles: - - Administration.User - DefaultMemberAccessRights: None - Documentation: "" - MemberAccesses: - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: Administration.Account.FullName - - $Type: DomainModels$MemberAccess - AccessRights: None - Association: "" - Attribute: Administration.Account.Email - - $Type: DomainModels$MemberAccess - AccessRights: None - Association: "" - Attribute: Administration.Account.IsLocalUser - XPathConstraint: '[id=''[%CurrentUser%]'']' - XPathConstraintCaption: "" - Attributes: - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: FullName - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Email - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: IsLocalUser - NewType: - $Type: DomainModels$BooleanAttributeType - Value: - $Type: DomainModels$StoredValue - DefaultValue: "true" - Documentation: "" - Events: null - ExportLevel: Hidden - Indexes: null - MaybeGeneralization: - $Type: DomainModels$Generalization - Generalization: System.User - Name: Account - Source: null - ValidationRules: null -- $Type: DomainModels$EntityImpl - AccessRules: - - $Type: DomainModels$AccessRule - AllowCreate: false - AllowDelete: false - AllowedModuleRoles: - - Administration.Administrator - - Administration.User - DefaultMemberAccessRights: ReadWrite - Documentation: "" - MemberAccesses: - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: Administration.AccountPasswordData.OldPassword - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: Administration.AccountPasswordData.NewPassword - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: Administration.AccountPasswordData.ConfirmPassword - - $Type: DomainModels$MemberAccess - AccessRights: ReadOnly - Association: Administration.AccountPasswordData_Account - Attribute: "" - XPathConstraint: "" - XPathConstraintCaption: "" - Attributes: - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: OldPassword - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: NewPassword - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: ConfirmPassword - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - Documentation: "" - Events: null - ExportLevel: Hidden - Indexes: null - MaybeGeneralization: - $Type: DomainModels$NoGeneralization - HasChangedByAttr: false - HasChangedDateAttr: false - HasCreatedDateAttr: false - HasOwnerAttr: false - Persistable: false - Name: AccountPasswordData - Source: null - ValidationRules: null diff --git a/modelsource/Administration/Projects$ModuleSettings.yaml b/modelsource/Administration/Projects$ModuleSettings.yaml deleted file mode 100644 index f6ae021..0000000 --- a/modelsource/Administration/Projects$ModuleSettings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -$Type: Projects$ModuleSettings -BasedOnVersion: "" -ExportLevel: Source -ExtensionName: "" -JarDependencies: null -ProtectedModuleType: AddOn -SolutionIdentifier: "" -Version: 1.0.0 diff --git a/modelsource/Administration/Security$ModuleSecurity.yaml b/modelsource/Administration/Security$ModuleSecurity.yaml deleted file mode 100644 index 1b58b29..0000000 --- a/modelsource/Administration/Security$ModuleSecurity.yaml +++ /dev/null @@ -1,8 +0,0 @@ -$Type: Security$ModuleSecurity -ModuleRoles: -- $Type: Security$ModuleRole - Description: "" - Name: Administrator -- $Type: Security$ModuleRole - Description: "" - Name: User diff --git a/modelsource/Administration/System Administration/ActiveSessions.Forms$Page.yaml b/modelsource/Administration/System Administration/ActiveSessions.Forms$Page.yaml deleted file mode 100644 index b0c78e2..0000000 --- a/modelsource/Administration/System Administration/ActiveSessions.Forms$Page.yaml +++ /dev/null @@ -1,3874 +0,0 @@ -$Type: Forms$Page -AllowedModuleRoles: -- Administration.Administrator -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -FormCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: 'pageheader pageheader-fullwidth ' - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Active Sessions - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Actieve sessies - Name: label1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H2 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Hover - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: dataGrid21 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ovJrcieynkKyWWPv8wVgpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VBv+RNIwsUaAo43pK3sfNw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SApAGl3qT0C9YwkWwNMRRQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.Session - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Name - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.Session_User - DestinationEntity: System.User - SortOrder: Ascending - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Fcue3kWEK0i/U21Kean1gw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 60tFwJy12kWohR1JrjMBcA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fHuyodGtAUGTlfE1lKf7Nw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Q6hWk6Yjr0GZ9u3D3f5HrA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NFvUPCwvQEWw3XnsRsmAlw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VPC/PzHTLEKeWa9RSrnJpA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: f5kJAoD2yEi+915CjXftDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: od42Z7gJJE+VHbOhJA8Y1g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fcZID4x/dUGu/Jgo1zVePQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dN0tLiyJVE2q0HButoXPIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: c0LMjX2jek2e3lN9beQIjw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1ec5ycU960y7jhq3725WsQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: raBW+xO76Uq+xYI+KO1gWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Name - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.Session_User - DestinationEntity: System.User - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /zqrYc1V8kuEW4mSnfy5SA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: raGWMWdDjEWLEC30/T/9GQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fMbpb860sEqGVgCszRgb4Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: spaP6r2Kq0G+8DAEIUJl8Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: qYMQ/TMgYUGuFnHnQJY8fA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rKzUMYapYUi0KLCkzEeBpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: User name - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruikersnaam - TranslatableValue: null - TypePointer: - Data: cegCtaQOGkuystMHRcHtnw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uX4cQ7MFYECtRzTQltuhrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: BdFrcGlV30uc8zyoxxkz5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: spGTv8e6NUyNds+9ez7DcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pSvC8nWWRk6WLhDutmkWTg== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: textFilter1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: L2j809Hq0U+adzNTgd2r+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7oeWtbPntEu3ZchDeONcGA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4WJLrWcmIEa1nRIZKP490w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wR8IwgBvz0K3obNXMnTENw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: F6U8GhP1Xk2Vs869lsWfVg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zzWeblamNU2wvV+wLExa3A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NIq84x/RxUGbbMMcR4SAnw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: mcAZOB24lk66MUdzH3r8Qw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NGAeHF5aa02zbM2XuPcd7w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SVmzH87sHkqur5LNK7Fflw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: d9A8Dt6nf02YaAazgHEBSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "500" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eFfJICwEXUipL7899Gaw5g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OqTDzjZCNEmlhQTEb4cTrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lt5dsuMTCUSdGw/hP9PKJw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: W0UHBp5By0uj258LB9Fyyg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xDd1fqD3sk+pNFMti13kdw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bLuPemTb90+64cC85ZA1rA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: hHY1DYP8P0Oe5jc5ygNiBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OYep/3oPFEOnN1uG5jjF5A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: CC3892K3okemn4r47CHyEQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: AicPYrEDp06AaqqRPXjYtg== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZnmcNi7tf0+YEg117RsrIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ogEjr2xfPUWEYclYfFQHwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j4Bs4usYq02Q3gzB7579RA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9NYjncqFzEas7zzDBVPfmQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: R8IZqx1qzke8agQcW2onUw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8HiVb6ULMEiFwVJWcbcGdw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eSuhKxX/1EyF2xYA+QNmCQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GaVPXiMhG0q6zlYhQimB6A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GEhOc4uPr0yu1CWOZgdYIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6rctFjkGbUiyPi0dsvi1fA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZA6qi8ZO3UiYWybDHru2qg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FGOIvjUbh0iu+5Tvz+Y+5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: g+cQVxYHZUe24lrucSZidw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0KPiLHU7dk6WDpWb11ZPOw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: p67LdYlvyUulb0XbsteWug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: guCpMV3pn0eW5+clP+GuwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vbM+Uh9ICEKfIXoWLXsewQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nGctQRxaMkaNPBcxnb249w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QuBmFsBK+kO4tZsRuv4ngQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7B1OvMZnMEWmTEFtezs1SQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CaJql2sb9UGIHtKcs1JATw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dzB1b4BSGkmZ3mVSu0rSJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BLnSXlXezkO4s3kfob3iDg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ot2Zx+nQuk+QM0e0eXZTMQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jSZNO2anik+J3D0jZPOigw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8X4ZL1QsOEqmjo+RP3X+UQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j7z9NvrU4U+6wAIKZpcGXw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FdF0TsyRRUOs6g3NrDyggQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sndh/K1L6kORrXkz+VXCyQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZdTH0CqLnEebNJ8odzTOMg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: f2mSvc2mvk+I/ySAKknj7Q== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: c0LMjX2jek2e3lN9beQIjw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: dynamicText - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1ec5ycU960y7jhq3725WsQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: raBW+xO76Uq+xYI+KO1gWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.Session.LastActive - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /zqrYc1V8kuEW4mSnfy5SA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: raGWMWdDjEWLEC30/T/9GQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fMbpb860sEqGVgCszRgb4Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: spaP6r2Kq0G+8DAEIUJl8Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.Session.LastActive - EntityRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: DateTime - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: '{1}' - TranslatableValue: null - TypePointer: - Data: qYMQ/TMgYUGuFnHnQJY8fA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rKzUMYapYUi0KLCkzEeBpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Last active - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Laatst actief - TranslatableValue: null - TypePointer: - Data: cegCtaQOGkuystMHRcHtnw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uX4cQ7MFYECtRzTQltuhrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: BdFrcGlV30uc8zyoxxkz5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: spGTv8e6NUyNds+9ez7DcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pSvC8nWWRk6WLhDutmkWTg== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: dateFilter1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pNhw3Jg1FEuLw0pJwD5Nag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BLNfOUEsl0a9IJorcdvzmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JYq8efjno06I7xt1A26uyA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: awhvGyKhLkyjhHjjOq57Lg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ndrrTqJ2u0ahUGBfsjevDw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OJoDZQZRoUiYtPlx1FIiYA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: u9ijMswza0ScKSue4DLtLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UoDaDxPamUGGrCMg2jPjhw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8fytJegJ7kCDRzYO0vFQqw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: equal - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OgbJmvcydUGybR4q7zpTUg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MaZr+NMyzUOdHbgz835neA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: /DVswscx1ESnPI/BpYz8rg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TVU/wL7By0q47Tv5giuvrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 12hg4ipi9UCTl/o+RVpc0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: x6Nd8ChdZkm0jA04yxO/sg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +FaLrxsNAUa3m07BSK/Nrg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GxT0M5WVQ02NF5sZ6ZusNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cD5vU8RkvUKmqP9wq9dYNA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9KyCsKEZLEm/hxkN7T/Y9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7GqS0C4M+0a3PI/7Va+NBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NDfa8Os6pkakkeiygv54AA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JG4c2tJDR0O8m5l1i++RdQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1dU3JVJOhEuneZh0kqxslQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: OLFDPxauCEmrRqquEAPGTg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S1H0T14m8kue2lYJcj6GYw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: GnAn9HBqZUiArU4eympEUA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +9N7WyJ85069ZLNYTjnvnA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: tZCt2V6Wf0WJovtaq4u+RA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: v2pqsjGNnUOt0xJ21RVnow== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZnmcNi7tf0+YEg117RsrIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ogEjr2xfPUWEYclYfFQHwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j4Bs4usYq02Q3gzB7579RA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9NYjncqFzEas7zzDBVPfmQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: R8IZqx1qzke8agQcW2onUw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8HiVb6ULMEiFwVJWcbcGdw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eSuhKxX/1EyF2xYA+QNmCQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GaVPXiMhG0q6zlYhQimB6A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GEhOc4uPr0yu1CWOZgdYIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6rctFjkGbUiyPi0dsvi1fA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZA6qi8ZO3UiYWybDHru2qg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FGOIvjUbh0iu+5Tvz+Y+5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: g+cQVxYHZUe24lrucSZidw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0KPiLHU7dk6WDpWb11ZPOw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: p67LdYlvyUulb0XbsteWug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: guCpMV3pn0eW5+clP+GuwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vbM+Uh9ICEKfIXoWLXsewQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nGctQRxaMkaNPBcxnb249w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QuBmFsBK+kO4tZsRuv4ngQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7B1OvMZnMEWmTEFtezs1SQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CaJql2sb9UGIHtKcs1JATw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dzB1b4BSGkmZ3mVSu0rSJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BLnSXlXezkO4s3kfob3iDg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ot2Zx+nQuk+QM0e0eXZTMQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jSZNO2anik+J3D0jZPOigw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8X4ZL1QsOEqmjo+RP3X+UQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j7z9NvrU4U+6wAIKZpcGXw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FdF0TsyRRUOs6g3NrDyggQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sndh/K1L6kORrXkz+VXCyQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZdTH0CqLnEebNJ8odzTOMg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: f2mSvc2mvk+I/ySAKknj7Q== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: c0LMjX2jek2e3lN9beQIjw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: customContent - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1ec5ycU960y7jhq3725WsQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: raBW+xO76Uq+xYI+KO1gWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.Session.LastActive - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /zqrYc1V8kuEW4mSnfy5SA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: raGWMWdDjEWLEC30/T/9GQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fMbpb860sEqGVgCszRgb4Q== - Subtype: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$DeleteClientAction - ClosePage: false - DisabledDuringExecution: true - SourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Size - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Large - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: spaP6r2Kq0G+8DAEIUJl8Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: qYMQ/TMgYUGuFnHnQJY8fA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rKzUMYapYUi0KLCkzEeBpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: ' ' - TranslatableValue: null - TypePointer: - Data: cegCtaQOGkuystMHRcHtnw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uX4cQ7MFYECtRzTQltuhrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: BdFrcGlV30uc8zyoxxkz5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: spGTv8e6NUyNds+9ez7DcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pSvC8nWWRk6WLhDutmkWTg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZnmcNi7tf0+YEg117RsrIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ogEjr2xfPUWEYclYfFQHwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j4Bs4usYq02Q3gzB7579RA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9NYjncqFzEas7zzDBVPfmQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: R8IZqx1qzke8agQcW2onUw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8HiVb6ULMEiFwVJWcbcGdw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eSuhKxX/1EyF2xYA+QNmCQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GaVPXiMhG0q6zlYhQimB6A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GEhOc4uPr0yu1CWOZgdYIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6rctFjkGbUiyPi0dsvi1fA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZA6qi8ZO3UiYWybDHru2qg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FGOIvjUbh0iu+5Tvz+Y+5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: g+cQVxYHZUe24lrucSZidw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0KPiLHU7dk6WDpWb11ZPOw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: p67LdYlvyUulb0XbsteWug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: guCpMV3pn0eW5+clP+GuwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vbM+Uh9ICEKfIXoWLXsewQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFit - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nGctQRxaMkaNPBcxnb249w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QuBmFsBK+kO4tZsRuv4ngQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7B1OvMZnMEWmTEFtezs1SQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CaJql2sb9UGIHtKcs1JATw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dzB1b4BSGkmZ3mVSu0rSJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BLnSXlXezkO4s3kfob3iDg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ot2Zx+nQuk+QM0e0eXZTMQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jSZNO2anik+J3D0jZPOigw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8X4ZL1QsOEqmjo+RP3X+UQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j7z9NvrU4U+6wAIKZpcGXw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FdF0TsyRRUOs6g3NrDyggQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sndh/K1L6kORrXkz+VXCyQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZdTH0CqLnEebNJ8odzTOMg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: f2mSvc2mvk+I/ySAKknj7Q== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ncM1/zaYRUmiHXWJ8Y71Dw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5zPkFd3eF0icdFSnKG0lXw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dFskwuKsakaFMvRY57gDpA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2UNd+Bq+bEeFx7AH3lmxTw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "20" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: y1Kn/zRqHkq5f6KpZLpHnA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iNaWIXILhE2vaj5z6zOKeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: buttons - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JwuxibGfrkq8322EV9smiw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f8Kpqjn/SUKXfCsmG7aXGA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7aznVCzhTUyCt6pCHDn2RA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 80DslpWpwU6+1X7Fbq+lmw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: always - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Vwijvm4lqkSW85+pVItSQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kXAJWvQqjkyqy4Rjhv1urQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nAHvTzPsF0upfHQ93plQ/w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Vq4bd+iRV0+Xp16juMCsXA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ogbCy2SsCkGICTfHwh+wMg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jq6ZxuDgs0WuVhK8OV/XJg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zsnVRTUTqkS+3VAi9FzBOg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ViTv3lrXpUKlPeCeF9TCcw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6NW+3jd8lUOuuIPQdhzjtw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: t1zQ2+j1N0SRHwbe/t6Hzg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: b5bNBRcsbUyauElZHGSHMQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S9l42cmG4ESE/oCW9V2QDw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iwLADZcPkUmatrWrV4p5Lg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SciSH9r2Lk6Nnyg7720chw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: u/2e3TUOcUu+y61FCwdbjA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 69P7uwvZHUG0HUSY+AFQ4Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: d/k7PaQs4UWkB8GFgL1ppA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: k38mGyn+vUm0IvqXq8SPYw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: E4xZEImF/ke1gaUYwI58Sw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EozwJ/qUQkm9+KlehkObWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cMfcWkOjtk65g02wiJgPXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eOkS7L/+a0mtKljZjzf7WA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: m5KFs7DsqkaVRPg9ridf9Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HkvJWBqZQEOjYQMxqYOwMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dE6USINwmk+esonNStrMJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PmzgsGUFsUm0pijNCbFG1A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yXLvzksiOkWDnIvZsuluMA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dqycSyFAtkStNVsebpbupw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 9Qjo969FukeorB3QAAeQLA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dST1VFFYRUOiFbmhYBXT4A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Export progress - TranslatableValue: null - TypePointer: - Data: S3Sso0nq5kqVp7HLXFzu+A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mrVf6nlDVE2wQs15O46/Jw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel data export - TranslatableValue: null - TypePointer: - Data: M6XE46B6xkeKh1JayQ1AVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LX6f65AccEaex1i/6S/lpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select row - TranslatableValue: null - TypePointer: - Data: 8LU/KcUjIkGvtG2plxXfzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aaR5Qc/eVEWgBxOhKRdIxA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: single - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UQjm0gsZTkaLAxDhpP4ZTQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: s4LyQqLTGUad+iWxC1AGnw== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -MarkAsUsed: false -Name: ActiveSessions -Parameters: null -PopupCloseAction: "" -PopupHeight: 0 -PopupResizable: true -PopupWidth: 0 -Title: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Active Sessions - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Actieve sessies -Url: "" -Variables: null diff --git a/modelsource/Administration/System Administration/RuntimeInstances.Forms$Page.yaml b/modelsource/Administration/System Administration/RuntimeInstances.Forms$Page.yaml deleted file mode 100644 index 9c2659a..0000000 --- a/modelsource/Administration/System Administration/RuntimeInstances.Forms$Page.yaml +++ /dev/null @@ -1,4361 +0,0 @@ -$Type: Forms$Page -AllowedModuleRoles: -- Administration.Administrator -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -FormCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: 'pageheader pageheader-fullwidth ' - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Runtime Instances - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Runtime-instanties - Name: label1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H2 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: dataGrid21 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xgeZPaGKFUaglc1XJjs9QQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gSCufO18WkqSXIrn27UmSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tneJZad7U0mrXWSpP9x+fQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.XASInstance - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.XASInstance.XASId - EntityRef: null - SortOrder: Ascending - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iAsQPMde90e5+/ydlTtt5g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 74QbAfVdpECtkW2JB6i7Kg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Bs5/1Af0DUyTzPzF9HtFYQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2MH0qUki2UuxZfEWHOBN6Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LBYZRhwsdUWv14YRG79qWg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6BsZp99hUkaUTTL2wWAeWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2frsc3tg0USNH9muKrVfrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kuyeogjN5k2x6XO2tlq1CA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VDDN76LUR0yixi7hwrV77A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KdTSl9NEPkimzgDIvvRSgg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uY99OHyQ1kKm9XcWqOSwWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gkEbaFwIVUWZGaW84EfuxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hZY6o7ZcMkqcCkNoCJrTiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.XASInstance.XASId - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Q4oKgrvoKEO8oH3PmmX8Ow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OGzx7B0YK0CKZaDrB7jwPg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pz2kgSTicEO6Xh5t/ajLSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +h/nhiVGAEGN/7IEG4orXQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: KFk14M1L0UOvxtDlQoyfJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wNJ+yrTCqkCtZGB5BQvfiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Runtime ID - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Runtime ID - TranslatableValue: null - TypePointer: - Data: Jyfor2ytCU2HsD3Ppy7sfw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UZgiOclQpE+i002LLAy+QQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: G/8xZGTlQUWpB/RySEz5Ug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1JSmm+Cs7Eq0qWV+M2TXlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nED+Kq1EO0uYCADQT4o4jg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O4r5jm202Ey1PbbvcgvOFw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5xY50cz65U2KsoMlebGzWA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5+gE5j9TpkKgC8wveRvbSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VVuwoupUrEKJloib9iIugg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PuZH8JT5pkiYub82v/HRLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0r8uL29m3kCRPusiQFDe2A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fogR6VMfhEGniJd7Pk+iQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xVzyk+I9g0a4ukSOyU+ZeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7nDuqq4FEEa1Y1jmLgR/6A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XMmUIqjTBEe7jUCcCgtYeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FBHyI+CulkKcudvYui4pVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mVcJ8qWDUE2IBVHlbMi5nQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ARgopHguvEaasS7Ruk9QRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eo/aV6AohUyvorY0HeYSxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cPN17likjUyoqnSJ+bStDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SZCbz2defESMJcbG6n5Rgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: clRp/zOoH0KzjKyvY2Qkvw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WgLyLuvyJECmqO9BUpNpaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fP7t+9lUtEiM+J2FodbGkQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QkLbPePZtU6D9tAsah3/0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nk0DoJVbikWH0uXJWWAI7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QCU6Ac5pwEyc1ODaL/eRhg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ryOiWkFB6kaUgMMgns4c/g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FCv8UE4XVEG7hS/5kpWCqA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IX/aEKEDWU2NjhO19boBMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W4NKAShCBkeKmEUDbB6ZdA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UxRF+QQJjUCXJvp7VNhUsQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: swL5s5LS00uVrdz2hHbvSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vf3PWgwNh0C3owYtmaYE3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xftErjOF6kK61KqiKKoA1g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: DDkKCVEj40WMfLfqFESRCA== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uY99OHyQ1kKm9XcWqOSwWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: dynamicText - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gkEbaFwIVUWZGaW84EfuxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hZY6o7ZcMkqcCkNoCJrTiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.XASInstance.createdDate - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Q4oKgrvoKEO8oH3PmmX8Ow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OGzx7B0YK0CKZaDrB7jwPg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pz2kgSTicEO6Xh5t/ajLSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +h/nhiVGAEGN/7IEG4orXQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.XASInstance.createdDate - EntityRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: DateTime - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - TranslatableValue: null - TypePointer: - Data: KFk14M1L0UOvxtDlQoyfJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wNJ+yrTCqkCtZGB5BQvfiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Created - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Aangemaakt - TranslatableValue: null - TypePointer: - Data: Jyfor2ytCU2HsD3Ppy7sfw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UZgiOclQpE+i002LLAy+QQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: G/8xZGTlQUWpB/RySEz5Ug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1JSmm+Cs7Eq0qWV+M2TXlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nED+Kq1EO0uYCADQT4o4jg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O4r5jm202Ey1PbbvcgvOFw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5xY50cz65U2KsoMlebGzWA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5+gE5j9TpkKgC8wveRvbSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VVuwoupUrEKJloib9iIugg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PuZH8JT5pkiYub82v/HRLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0r8uL29m3kCRPusiQFDe2A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fogR6VMfhEGniJd7Pk+iQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xVzyk+I9g0a4ukSOyU+ZeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7nDuqq4FEEa1Y1jmLgR/6A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XMmUIqjTBEe7jUCcCgtYeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FBHyI+CulkKcudvYui4pVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mVcJ8qWDUE2IBVHlbMi5nQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ARgopHguvEaasS7Ruk9QRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eo/aV6AohUyvorY0HeYSxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cPN17likjUyoqnSJ+bStDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SZCbz2defESMJcbG6n5Rgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: clRp/zOoH0KzjKyvY2Qkvw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WgLyLuvyJECmqO9BUpNpaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fP7t+9lUtEiM+J2FodbGkQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QkLbPePZtU6D9tAsah3/0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nk0DoJVbikWH0uXJWWAI7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QCU6Ac5pwEyc1ODaL/eRhg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ryOiWkFB6kaUgMMgns4c/g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FCv8UE4XVEG7hS/5kpWCqA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IX/aEKEDWU2NjhO19boBMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W4NKAShCBkeKmEUDbB6ZdA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UxRF+QQJjUCXJvp7VNhUsQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: swL5s5LS00uVrdz2hHbvSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vf3PWgwNh0C3owYtmaYE3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xftErjOF6kK61KqiKKoA1g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: DDkKCVEj40WMfLfqFESRCA== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uY99OHyQ1kKm9XcWqOSwWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gkEbaFwIVUWZGaW84EfuxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hZY6o7ZcMkqcCkNoCJrTiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.XASInstance.AllowedNumberOfConcurrentUsers - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Q4oKgrvoKEO8oH3PmmX8Ow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OGzx7B0YK0CKZaDrB7jwPg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pz2kgSTicEO6Xh5t/ajLSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +h/nhiVGAEGN/7IEG4orXQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: KFk14M1L0UOvxtDlQoyfJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wNJ+yrTCqkCtZGB5BQvfiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Allowed concurrent users - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Toegestaan aantal gelijktijdige gebruikers - TranslatableValue: null - TypePointer: - Data: Jyfor2ytCU2HsD3Ppy7sfw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UZgiOclQpE+i002LLAy+QQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: G/8xZGTlQUWpB/RySEz5Ug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1JSmm+Cs7Eq0qWV+M2TXlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nED+Kq1EO0uYCADQT4o4jg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O4r5jm202Ey1PbbvcgvOFw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5xY50cz65U2KsoMlebGzWA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5+gE5j9TpkKgC8wveRvbSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VVuwoupUrEKJloib9iIugg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PuZH8JT5pkiYub82v/HRLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0r8uL29m3kCRPusiQFDe2A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fogR6VMfhEGniJd7Pk+iQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xVzyk+I9g0a4ukSOyU+ZeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7nDuqq4FEEa1Y1jmLgR/6A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XMmUIqjTBEe7jUCcCgtYeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FBHyI+CulkKcudvYui4pVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mVcJ8qWDUE2IBVHlbMi5nQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ARgopHguvEaasS7Ruk9QRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eo/aV6AohUyvorY0HeYSxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cPN17likjUyoqnSJ+bStDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SZCbz2defESMJcbG6n5Rgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: clRp/zOoH0KzjKyvY2Qkvw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WgLyLuvyJECmqO9BUpNpaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fP7t+9lUtEiM+J2FodbGkQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QkLbPePZtU6D9tAsah3/0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nk0DoJVbikWH0uXJWWAI7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QCU6Ac5pwEyc1ODaL/eRhg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ryOiWkFB6kaUgMMgns4c/g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FCv8UE4XVEG7hS/5kpWCqA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IX/aEKEDWU2NjhO19boBMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W4NKAShCBkeKmEUDbB6ZdA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UxRF+QQJjUCXJvp7VNhUsQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: swL5s5LS00uVrdz2hHbvSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vf3PWgwNh0C3owYtmaYE3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xftErjOF6kK61KqiKKoA1g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: DDkKCVEj40WMfLfqFESRCA== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uY99OHyQ1kKm9XcWqOSwWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gkEbaFwIVUWZGaW84EfuxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hZY6o7ZcMkqcCkNoCJrTiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.XASInstance.PartnerName - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Q4oKgrvoKEO8oH3PmmX8Ow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OGzx7B0YK0CKZaDrB7jwPg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pz2kgSTicEO6Xh5t/ajLSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +h/nhiVGAEGN/7IEG4orXQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: KFk14M1L0UOvxtDlQoyfJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wNJ+yrTCqkCtZGB5BQvfiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Partner - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Partner - TranslatableValue: null - TypePointer: - Data: Jyfor2ytCU2HsD3Ppy7sfw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UZgiOclQpE+i002LLAy+QQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: G/8xZGTlQUWpB/RySEz5Ug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1JSmm+Cs7Eq0qWV+M2TXlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nED+Kq1EO0uYCADQT4o4jg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O4r5jm202Ey1PbbvcgvOFw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5xY50cz65U2KsoMlebGzWA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5+gE5j9TpkKgC8wveRvbSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VVuwoupUrEKJloib9iIugg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PuZH8JT5pkiYub82v/HRLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0r8uL29m3kCRPusiQFDe2A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fogR6VMfhEGniJd7Pk+iQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xVzyk+I9g0a4ukSOyU+ZeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7nDuqq4FEEa1Y1jmLgR/6A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XMmUIqjTBEe7jUCcCgtYeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FBHyI+CulkKcudvYui4pVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mVcJ8qWDUE2IBVHlbMi5nQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ARgopHguvEaasS7Ruk9QRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eo/aV6AohUyvorY0HeYSxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cPN17likjUyoqnSJ+bStDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SZCbz2defESMJcbG6n5Rgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: clRp/zOoH0KzjKyvY2Qkvw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WgLyLuvyJECmqO9BUpNpaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fP7t+9lUtEiM+J2FodbGkQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QkLbPePZtU6D9tAsah3/0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nk0DoJVbikWH0uXJWWAI7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QCU6Ac5pwEyc1ODaL/eRhg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ryOiWkFB6kaUgMMgns4c/g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FCv8UE4XVEG7hS/5kpWCqA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IX/aEKEDWU2NjhO19boBMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W4NKAShCBkeKmEUDbB6ZdA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UxRF+QQJjUCXJvp7VNhUsQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: swL5s5LS00uVrdz2hHbvSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vf3PWgwNh0C3owYtmaYE3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xftErjOF6kK61KqiKKoA1g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: DDkKCVEj40WMfLfqFESRCA== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uY99OHyQ1kKm9XcWqOSwWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gkEbaFwIVUWZGaW84EfuxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hZY6o7ZcMkqcCkNoCJrTiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.XASInstance.CustomerName - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Q4oKgrvoKEO8oH3PmmX8Ow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OGzx7B0YK0CKZaDrB7jwPg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pz2kgSTicEO6Xh5t/ajLSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +h/nhiVGAEGN/7IEG4orXQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: KFk14M1L0UOvxtDlQoyfJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wNJ+yrTCqkCtZGB5BQvfiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Customer - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Klant - TranslatableValue: null - TypePointer: - Data: Jyfor2ytCU2HsD3Ppy7sfw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UZgiOclQpE+i002LLAy+QQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: G/8xZGTlQUWpB/RySEz5Ug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1JSmm+Cs7Eq0qWV+M2TXlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nED+Kq1EO0uYCADQT4o4jg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O4r5jm202Ey1PbbvcgvOFw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5xY50cz65U2KsoMlebGzWA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5+gE5j9TpkKgC8wveRvbSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VVuwoupUrEKJloib9iIugg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PuZH8JT5pkiYub82v/HRLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0r8uL29m3kCRPusiQFDe2A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fogR6VMfhEGniJd7Pk+iQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xVzyk+I9g0a4ukSOyU+ZeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7nDuqq4FEEa1Y1jmLgR/6A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XMmUIqjTBEe7jUCcCgtYeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FBHyI+CulkKcudvYui4pVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mVcJ8qWDUE2IBVHlbMi5nQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ARgopHguvEaasS7Ruk9QRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eo/aV6AohUyvorY0HeYSxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cPN17likjUyoqnSJ+bStDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SZCbz2defESMJcbG6n5Rgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: clRp/zOoH0KzjKyvY2Qkvw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WgLyLuvyJECmqO9BUpNpaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fP7t+9lUtEiM+J2FodbGkQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QkLbPePZtU6D9tAsah3/0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nk0DoJVbikWH0uXJWWAI7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QCU6Ac5pwEyc1ODaL/eRhg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ryOiWkFB6kaUgMMgns4c/g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FCv8UE4XVEG7hS/5kpWCqA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IX/aEKEDWU2NjhO19boBMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W4NKAShCBkeKmEUDbB6ZdA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UxRF+QQJjUCXJvp7VNhUsQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: swL5s5LS00uVrdz2hHbvSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vf3PWgwNh0C3owYtmaYE3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xftErjOF6kK61KqiKKoA1g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: DDkKCVEj40WMfLfqFESRCA== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BJucjGLGzEmWW6WheBcJvA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eh/03Nm7HE2KBew+q0ZAlw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Myx16QdDhkaENHZm5QH9eg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HMNzdtb+7Eq2RUNfHn1KQg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "20" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 57VTA87rUkecdKGXvfnAFQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GdeKoNWWnUKvYXWuqj2f+g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: buttons - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ipD0UBv2vESmnr4lm3fo5w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +xrAK+UfaEm67CdyFV46Nw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: InmUurqNfkSkjPsT8N3SeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: heBdAQgkuk2uhhdgBzNZFA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: always - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EnlnXa4F00ad0HoOmQNIow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CJxaw7WCCUeaxem7J6y6pA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 45mSQFzW5k2K+hiiQNyeAw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jPXFLm5OEEWSx4icVrj/kg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: L2NpP4kEK0qOlbe8DDJLRg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: q248wlVo5kaBByyNtr3ILQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OJ7ksP6OM0uAG+H0cTNngw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uFwaoomGx02IsqRcpXv7lw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QyB89dOn7kKW6oSACb3guA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NurWo2rB70S2g+/Sg+awAg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: a5QZ0unA+0akC0kHjQuQuQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ai0y8rBRxU6RpJG1iZw7yw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 83fmt0XAW06sAtUFPFU59A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KZV8XgQ9t0+XWVwhNSEjzg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 36i7uvVI8kyhvy7613K1Mw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZG4Rd2Wrf0aK9xEoiq3ZcA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: idkseaPCWEWuTp9HdyPFJQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Rjag31m2Dk2SdJS9GmiVnA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ne7vcn4UDkWEMgvRTthvrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RI4NqsWFVEeg8nIKv7qc5w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iNXDdFJDE0enpEYaQAsLFQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LPi+vGsT9UKWP1fg8aDQyA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QLZjq0xTF0GGpGm8sg70eQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZR3ZTqRhUUSgMFACPnlhZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JItjh4E/NkCbTBdKHiOvBQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ghe+jqk5WEaEfkIZMe3y+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: C2CXb64kVEywPSjWrJYmjA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MoFnEMi4R0q23N+iHcKkDA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: N6HIfUJdVk2mm+1eBavPtQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vs3B4Ztkjkm24AVwA2zMQg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Export progress - TranslatableValue: null - TypePointer: - Data: BQeHvYlbE0Waw5Zi1RxNXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Q8fOdILl7Eezi7155QSY8Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel data export - TranslatableValue: null - TypePointer: - Data: 8jrgg6RMNUaSpOyhgHhglQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: J+fbhClqaESoweMLqnIFZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select row - TranslatableValue: null - TypePointer: - Data: NxFqc0rNZEytKTcypDpLgA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cnqndgLacUujw6yX7Z0bHQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: single - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pZuAuUiaVkm3ps1BVgBprw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: Cm4YT3MCW0eTLVWSCC0GFA== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -MarkAsUsed: false -Name: RuntimeInstances -Parameters: null -PopupCloseAction: "" -PopupHeight: 0 -PopupResizable: true -PopupWidth: 0 -Title: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Runtime Instances - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Runtime-instanties -Url: "" -Variables: null diff --git a/modelsource/Administration/System Administration/ScheduledEvents.Forms$Page.yaml b/modelsource/Administration/System Administration/ScheduledEvents.Forms$Page.yaml deleted file mode 100644 index 83c1b6e..0000000 --- a/modelsource/Administration/System Administration/ScheduledEvents.Forms$Page.yaml +++ /dev/null @@ -1,6403 +0,0 @@ -$Type: Forms$Page -AllowedModuleRoles: -- Administration.Administrator -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -FormCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: 'pageheader pageheader-fullwidth ' - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Scheduled Events - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Geplande gebeurtenissen - Name: label1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H2 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: dataGrid21 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: slzWaWHB6Ue19sr4TAt2RA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SmyUZHzlVUejYVlcFN0C1w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: a3qFU5jVcU646gCpZFzjPQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.ScheduledEventInformation - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.ScheduledEventInformation.StartTime - EntityRef: null - SortOrder: Descending - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MhHZnvg7YEuDlS8i0bWoCQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lWCmK/7pxEK4dgOXRSj8qA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 79on0vvteEm+Het3/yfMxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ob5XqVc4fEK5L46XKRofpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xoEP5htb00OZc/GUSN6CYg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VyxvPrktw06nlWvxlKCGig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: soXTwcI1h0yxAO2Xbo/UQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4W0b4ROMTE+n5wob8AqxXQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /Foi+K/joUWmwcJLEZx9kA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Qk1Xg+PNK0C6mZR0gS/NJw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7leeSiKtz0usijcTSarNpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O6QRvfoF5k2rZg0WmRvAoQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hNkOh7GjrU6jpHEoMIupWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.ScheduledEventInformation.Name - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: svUVrjFJH0yFesBfA8dcmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: koGQSUGyBkK13GNmBEJJyA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fQFcxJqeuU+bhhJR7ybxAg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ow1m/ZmeX0GInJPml9XRkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 1cKatGMD2EuJyfnHdhPe+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Xnuc+oxI6U6KvGNVYdZ5Zg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Naam - TranslatableValue: null - TypePointer: - Data: wWVgpjDaIkeNnXZxIge95g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0NN1xTh6GEWxyGb/edfpMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: taVtyhNI10GY/Y+3pWmoDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SIsHkTrBfE+77iQOeSvE7A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JOE3h+meckeuQMSBQCfnaA== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: textFilter1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mrbVQyA8ik2zbnETsDkykg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ziM6Yl0Psk6H0Au7SDj3BA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +/h8KyLvd0e5Nj4U/EMocw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JhGPykmGmkOvC3TzdN3EjA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /2u5dfAxuUiWrTqciCC2rg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O/aBg3EpYk6HAIS0/L6uSQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 25ESv9Uj5Eyq6SFQ+UqOeA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: /bJRXEUM1UenW5tM7Cwgag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EsnWohcBokWuGY4leTg00Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: q4k8/93t0E6RnsmOyqTg5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jdAhTn+zsUuVYHVol0ex3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "500" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ESKi/gHDJE2vFWCpZbca0Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QJGA/nKn1kGE5JXG/201Sw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gN2K9xv9C0OQutrCZHzqxg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XvYo2BsfA0+CPZdr5gQ58g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Aik6M8gSB0qp+i/UisY4Mw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KiFIoTUP/0eE3pznhJ84cQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: jsXu9q411USF8EKPZ+9B2w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5qK2BxjdGkenoBAFeEvswg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: p5+c2hftHE+Mh/1wbHrDNQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: t83a4sx750+58rDjuoJsIg== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gyT0AgsWZkyGiXLvuDx9ag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jdi5LBOVrESStbscw7P8TQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2zXT+QgcF0u9hGgLu8+txA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aB5hD5vDKUeaVirP93YKaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VCP9e5DNj0uJEuHOiaSfWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UW3naVGmb0WE4exjssBUXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DsJGAU5Rrky1mj6/UGhYPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hRWB2Od7oUmwLTQFxeS33g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cJ6wGHbTzUeLt17dkoXpRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RJSb/8h7MUqsW83/Cl0Fng== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dz3OVclzVk+KBEHi7wiCRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fsKlqBmnWUWR/Q9Mp5Pxig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5uWcuknZBU2rXjWAYVcckw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ovBGVZD69kG2rBfsZ+9vIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5eJNlfjKnU2puJ5tmRn7zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ejqWck3rUkSQwYuqSamtIA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xrf+Mt8CN0OxfYBrRBecfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JOboUwrz30SYmIi0eSQcww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zyo/RTjBIEKJBU5iy2LpNw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yMHMesVlnUmDSE52SLDtQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mkTCoFKEt0eZt6SP1SSuSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o8Hy3lBA9kGkO+/qyc/EbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kvUNwRK8Q0yUpQ2x9x8DfQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4d6O0UlMU06QrG7VsNAT+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QrXqS14eU0mr9Is5k14fzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 311N4mbLZ0m5dcNCugMREw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KpcrDV1N7UaClje/+R016A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GwIAfQ6pOUK0BHtyzXhiig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mP7+BfJWl066bZkkS8Rf5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: asstNbX3fUGFAkn4toHLpg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 967sx1VznEink8YV5uTc7A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7leeSiKtz0usijcTSarNpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O6QRvfoF5k2rZg0WmRvAoQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hNkOh7GjrU6jpHEoMIupWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.ScheduledEventInformation.Description - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: svUVrjFJH0yFesBfA8dcmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: koGQSUGyBkK13GNmBEJJyA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fQFcxJqeuU+bhhJR7ybxAg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ow1m/ZmeX0GInJPml9XRkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 1cKatGMD2EuJyfnHdhPe+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Xnuc+oxI6U6KvGNVYdZ5Zg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Description - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Omschrijving - TranslatableValue: null - TypePointer: - Data: wWVgpjDaIkeNnXZxIge95g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0NN1xTh6GEWxyGb/edfpMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: taVtyhNI10GY/Y+3pWmoDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SIsHkTrBfE+77iQOeSvE7A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JOE3h+meckeuQMSBQCfnaA== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: textFilter2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: m96bI9JDqUilK4V6rSm16A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: f4tL+8DyU0Czq28VQf/t7Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8TcEmHW0LU+UPRbOpTvjoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iX7Q+4ObDUW5Z0lSoOTlGg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TVWKRWdvc0iekC3nkshMjg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4zrN1XPyKUOD4hvjASX3ug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eZc9v2/ogkGZwc/Y+DnoAA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: lvufb6odmEO4nImiknZd2w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +tkEABDkSkKgseDWcqVsTQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rXeZ7jysmkWxA3jLHPi/qQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TVjbdGt6tE69JxN0OSiBng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "500" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9cg6DaNQpkiu3lthF8ZD3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B2suEmXCnE6YO2DhQTU6SQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: S9z2iw5OwkONsOGcY0zqsA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LsrWCWLce0uw5TTiafdrqg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BknPT5rXBkqdCXyBGKD8LQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bus4L2zPWk6u1XmVoyzFMQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: qcobiZHUsEye19yfFFDe6A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aHhmxKPHs0ugrNzM9pE2vA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: io5PT7MiJE2N5HAQPPzc8A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: Yk7+Kk2ZWkS4qlbK/E/DFA== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gyT0AgsWZkyGiXLvuDx9ag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jdi5LBOVrESStbscw7P8TQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2zXT+QgcF0u9hGgLu8+txA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aB5hD5vDKUeaVirP93YKaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VCP9e5DNj0uJEuHOiaSfWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UW3naVGmb0WE4exjssBUXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DsJGAU5Rrky1mj6/UGhYPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hRWB2Od7oUmwLTQFxeS33g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cJ6wGHbTzUeLt17dkoXpRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RJSb/8h7MUqsW83/Cl0Fng== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dz3OVclzVk+KBEHi7wiCRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fsKlqBmnWUWR/Q9Mp5Pxig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5uWcuknZBU2rXjWAYVcckw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ovBGVZD69kG2rBfsZ+9vIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5eJNlfjKnU2puJ5tmRn7zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ejqWck3rUkSQwYuqSamtIA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xrf+Mt8CN0OxfYBrRBecfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JOboUwrz30SYmIi0eSQcww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zyo/RTjBIEKJBU5iy2LpNw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yMHMesVlnUmDSE52SLDtQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mkTCoFKEt0eZt6SP1SSuSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o8Hy3lBA9kGkO+/qyc/EbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kvUNwRK8Q0yUpQ2x9x8DfQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4d6O0UlMU06QrG7VsNAT+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QrXqS14eU0mr9Is5k14fzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 311N4mbLZ0m5dcNCugMREw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KpcrDV1N7UaClje/+R016A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GwIAfQ6pOUK0BHtyzXhiig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mP7+BfJWl066bZkkS8Rf5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: asstNbX3fUGFAkn4toHLpg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 967sx1VznEink8YV5uTc7A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7leeSiKtz0usijcTSarNpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: dynamicText - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O6QRvfoF5k2rZg0WmRvAoQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hNkOh7GjrU6jpHEoMIupWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.ScheduledEventInformation.StartTime - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: svUVrjFJH0yFesBfA8dcmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: koGQSUGyBkK13GNmBEJJyA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fQFcxJqeuU+bhhJR7ybxAg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ow1m/ZmeX0GInJPml9XRkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.ScheduledEventInformation.StartTime - EntityRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: DateTime - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: '{1}' - TranslatableValue: null - TypePointer: - Data: 1cKatGMD2EuJyfnHdhPe+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Xnuc+oxI6U6KvGNVYdZ5Zg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Start time - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Starttijd - TranslatableValue: null - TypePointer: - Data: wWVgpjDaIkeNnXZxIge95g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0NN1xTh6GEWxyGb/edfpMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: taVtyhNI10GY/Y+3pWmoDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SIsHkTrBfE+77iQOeSvE7A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JOE3h+meckeuQMSBQCfnaA== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: dateFilter1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dzBQg7PEA0a7bmQ/efBItg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IsguuMBFhU2eDNsCt+y9mQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Zu0mqSwLeUepRTUS5T2a/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LHYG/cyJa0mPFSFLkE8DEw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bC4Ygq0I/kmgWtyA000B6g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UJMh4FbnAkmQQAKtsA3n2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: v51i3Oue/E6qJUhbsjlxWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qhhW3cJwaEOBX/kD0SANyQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y0iIn6uIXUmrnUJXyjhkXg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: equal - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: r4ByZTu3gkebhlJoZSo6xQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7GH4sSh5qkqwOn7Iz8bDvw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: NpVVLq8fMkawn4Nf2j2z9Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nvLHJ3qlpEKlJPtUEzTLkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: R6D/nCzcZku6+QkxLQeHXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5OSbmb+y2Uixpykrpu7r/Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Fxte3j0FOkaWHkzOH0w0pQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6zf+c+Hz20W3PgUDG0hxMg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0w/sWnTF1Ee9PRd3o4t9MA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xXYaEexFx0uOr17i28Pxjw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FLd6qr2uiU+n/nH2QTyzYw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nuTl8IPjGkyNPbRizgDEsg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: M3sXLAmqNkiUmpncE9KkkQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P4HbWD8Vak6HydX88WNHEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: fmN4FrxX+UGDnLPyqumyMg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mV88wxYpekC/mA5+GrgVRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: /XUpgNlKmUOfMHe+6wdYdQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wDx6TdYtl0OFeBu/CTMhTg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: F/HZ1pECGUC5Io5rTuXkSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: p8nA2qbNCUqJ+SEzXoa3lw== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gyT0AgsWZkyGiXLvuDx9ag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jdi5LBOVrESStbscw7P8TQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2zXT+QgcF0u9hGgLu8+txA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aB5hD5vDKUeaVirP93YKaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VCP9e5DNj0uJEuHOiaSfWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UW3naVGmb0WE4exjssBUXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DsJGAU5Rrky1mj6/UGhYPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hRWB2Od7oUmwLTQFxeS33g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cJ6wGHbTzUeLt17dkoXpRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RJSb/8h7MUqsW83/Cl0Fng== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dz3OVclzVk+KBEHi7wiCRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fsKlqBmnWUWR/Q9Mp5Pxig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5uWcuknZBU2rXjWAYVcckw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ovBGVZD69kG2rBfsZ+9vIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5eJNlfjKnU2puJ5tmRn7zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ejqWck3rUkSQwYuqSamtIA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xrf+Mt8CN0OxfYBrRBecfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JOboUwrz30SYmIi0eSQcww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zyo/RTjBIEKJBU5iy2LpNw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yMHMesVlnUmDSE52SLDtQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mkTCoFKEt0eZt6SP1SSuSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o8Hy3lBA9kGkO+/qyc/EbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kvUNwRK8Q0yUpQ2x9x8DfQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4d6O0UlMU06QrG7VsNAT+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QrXqS14eU0mr9Is5k14fzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 311N4mbLZ0m5dcNCugMREw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KpcrDV1N7UaClje/+R016A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GwIAfQ6pOUK0BHtyzXhiig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mP7+BfJWl066bZkkS8Rf5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: asstNbX3fUGFAkn4toHLpg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 967sx1VznEink8YV5uTc7A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7leeSiKtz0usijcTSarNpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: customContent - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O6QRvfoF5k2rZg0WmRvAoQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hNkOh7GjrU6jpHEoMIupWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.ScheduledEventInformation.Status - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: svUVrjFJH0yFesBfA8dcmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: koGQSUGyBkK13GNmBEJJyA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fQFcxJqeuU+bhhJR7ybxAg== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: badge label-primary - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: System.ScheduledEventInformation.Status - Conditions: - - $Type: Enumerations$Condition - AttributeValue: Running - EditableVisible: true - - $Type: Enumerations$Condition - AttributeValue: Completed - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: Error - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: Stopped - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: (empty) - EditableVisible: false - Expression: "" - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Running - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Bezig - Name: text2 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: badge label-success - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: System.ScheduledEventInformation.Status - Conditions: - - $Type: Enumerations$Condition - AttributeValue: Running - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: Completed - EditableVisible: true - - $Type: Enumerations$Condition - AttributeValue: Error - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: Stopped - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: (empty) - EditableVisible: false - Expression: "" - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Completed - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Voltooid - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: badge label-danger - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: System.ScheduledEventInformation.Status - Conditions: - - $Type: Enumerations$Condition - AttributeValue: Running - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: Completed - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: Error - EditableVisible: true - - $Type: Enumerations$Condition - AttributeValue: Stopped - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: (empty) - EditableVisible: false - Expression: "" - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Error - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Fout - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: badge label-secondary - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: System.ScheduledEventInformation.Status - Conditions: - - $Type: Enumerations$Condition - AttributeValue: Running - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: Completed - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: Error - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: Stopped - EditableVisible: true - - $Type: Enumerations$Condition - AttributeValue: (empty) - EditableVisible: false - Expression: "" - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Stopped - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gestopt - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ow1m/ZmeX0GInJPml9XRkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 1cKatGMD2EuJyfnHdhPe+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Xnuc+oxI6U6KvGNVYdZ5Zg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Status - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Status - TranslatableValue: null - TypePointer: - Data: wWVgpjDaIkeNnXZxIge95g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0NN1xTh6GEWxyGb/edfpMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: taVtyhNI10GY/Y+3pWmoDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SIsHkTrBfE+77iQOeSvE7A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JOE3h+meckeuQMSBQCfnaA== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: drop_downFilter1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Bn1GQXqjPUqfQPMNPvfROA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +UxNDNazek21Cfjyvtr7Rg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7ImWFfnM7USQ2j1czcG/jQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: t5h17TEuKEa4I5KvLpLvqg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FsCU1R51rkaCGCmN/4g0mg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TGLTPf5B3U+0SJPX9yfnQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hXH3yDC8/UG3WqjfQsHpPQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pA+6H6WeVkqTI+VEz9ThQw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: a5m/IUTiP0+4SVc2VC6NHw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: m4tSAIBGVE6t0TyTcTDNgQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FmNvp/8Xy0izMFw5l1mpRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kjTFh1q2tkOqy8nDkq9OkQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xtJNTfWXJkCdBTH78GnIZA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: acuAbbuH40mYiHfEd17DDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FN+d+UXISUKSnYLesDT9Fg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MWdasGLinUSX2OAEg4RocQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Bb0MhUMu0k+ukIIdYz0OnQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: j8Ov1arJm0qKi3Ho4Tt+ow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 2JFVBnXhhkOmFAwrlHzFrg== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gyT0AgsWZkyGiXLvuDx9ag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jdi5LBOVrESStbscw7P8TQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2zXT+QgcF0u9hGgLu8+txA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aB5hD5vDKUeaVirP93YKaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VCP9e5DNj0uJEuHOiaSfWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UW3naVGmb0WE4exjssBUXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DsJGAU5Rrky1mj6/UGhYPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hRWB2Od7oUmwLTQFxeS33g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cJ6wGHbTzUeLt17dkoXpRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RJSb/8h7MUqsW83/Cl0Fng== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dz3OVclzVk+KBEHi7wiCRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fsKlqBmnWUWR/Q9Mp5Pxig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5uWcuknZBU2rXjWAYVcckw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ovBGVZD69kG2rBfsZ+9vIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5eJNlfjKnU2puJ5tmRn7zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ejqWck3rUkSQwYuqSamtIA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xrf+Mt8CN0OxfYBrRBecfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JOboUwrz30SYmIi0eSQcww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zyo/RTjBIEKJBU5iy2LpNw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yMHMesVlnUmDSE52SLDtQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mkTCoFKEt0eZt6SP1SSuSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o8Hy3lBA9kGkO+/qyc/EbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kvUNwRK8Q0yUpQ2x9x8DfQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4d6O0UlMU06QrG7VsNAT+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QrXqS14eU0mr9Is5k14fzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 311N4mbLZ0m5dcNCugMREw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KpcrDV1N7UaClje/+R016A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GwIAfQ6pOUK0BHtyzXhiig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mP7+BfJWl066bZkkS8Rf5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: asstNbX3fUGFAkn4toHLpg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 967sx1VznEink8YV5uTc7A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7leeSiKtz0usijcTSarNpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: dynamicText - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O6QRvfoF5k2rZg0WmRvAoQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hNkOh7GjrU6jpHEoMIupWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.ScheduledEventInformation.EndTime - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: svUVrjFJH0yFesBfA8dcmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: koGQSUGyBkK13GNmBEJJyA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fQFcxJqeuU+bhhJR7ybxAg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ow1m/ZmeX0GInJPml9XRkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.ScheduledEventInformation.EndTime - EntityRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: DateTime - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: '{1}' - TranslatableValue: null - TypePointer: - Data: 1cKatGMD2EuJyfnHdhPe+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Xnuc+oxI6U6KvGNVYdZ5Zg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: End time - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Eindtijd - TranslatableValue: null - TypePointer: - Data: wWVgpjDaIkeNnXZxIge95g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0NN1xTh6GEWxyGb/edfpMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: taVtyhNI10GY/Y+3pWmoDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SIsHkTrBfE+77iQOeSvE7A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JOE3h+meckeuQMSBQCfnaA== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: dateFilter2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HIvnh1mzkEOXiZoMY3JUkQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +jO/SbR+JkmgjJUg3tCM+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mNbhj8cvH0ioPMMuzRrrTw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: q/bvJ5o2m0uxsxelFPyYTg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jkwIQ2eObUyoyOY0j8SF+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NjkPyM8doUSgy0S5u8T/QQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JAVk+mMTOkakcpWbqpi7jw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4dOKDYMp/EegAb+gI1NFSQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: orCoVsoBmECQ4dmNksyonA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: equal - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0HRCxLJ/QECcH2OxX4bkbQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yQTmyMTZZUCPa1CZRp+fcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 87V244RbA0Cw/UbevRisag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iXpMzola00OwQTBHaEMJBg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Fog7e6T1pUKRMIsC0oit3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: T2ggepYsW02iChtzITvBiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UWCvQCwavUew3Uqoaytt+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YLsPuJR0DEKfFlWDGM6pGg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CZS0yGAlCk+1GIVtvypZyQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jyYxG/kR3Eixqpg6xJj0fg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FtG7/U35oEudBMNVozyBPg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HLoz5fUjnk2QhsxBybJU0Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EvmGJzaS20akvysTMO7pDA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LsefrQXcwUGZt+GgPQZk0A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 4OsTFVYdDUigVJVmMcgHGg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lSv0q4b63kKcRG16lohBIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: FmRFxAyAyk26UMBWoelpbw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wslMa9u26kSpRd9pI84+fQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: WoL4J+AcPkeSIjOuTIiJ/g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: WOibdAba2EuXYNvQDBN6+g== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gyT0AgsWZkyGiXLvuDx9ag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jdi5LBOVrESStbscw7P8TQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2zXT+QgcF0u9hGgLu8+txA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aB5hD5vDKUeaVirP93YKaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VCP9e5DNj0uJEuHOiaSfWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UW3naVGmb0WE4exjssBUXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DsJGAU5Rrky1mj6/UGhYPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hRWB2Od7oUmwLTQFxeS33g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cJ6wGHbTzUeLt17dkoXpRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RJSb/8h7MUqsW83/Cl0Fng== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dz3OVclzVk+KBEHi7wiCRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fsKlqBmnWUWR/Q9Mp5Pxig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5uWcuknZBU2rXjWAYVcckw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ovBGVZD69kG2rBfsZ+9vIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5eJNlfjKnU2puJ5tmRn7zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ejqWck3rUkSQwYuqSamtIA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xrf+Mt8CN0OxfYBrRBecfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JOboUwrz30SYmIi0eSQcww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zyo/RTjBIEKJBU5iy2LpNw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yMHMesVlnUmDSE52SLDtQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mkTCoFKEt0eZt6SP1SSuSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o8Hy3lBA9kGkO+/qyc/EbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kvUNwRK8Q0yUpQ2x9x8DfQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4d6O0UlMU06QrG7VsNAT+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QrXqS14eU0mr9Is5k14fzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 311N4mbLZ0m5dcNCugMREw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KpcrDV1N7UaClje/+R016A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GwIAfQ6pOUK0BHtyzXhiig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mP7+BfJWl066bZkkS8Rf5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: asstNbX3fUGFAkn4toHLpg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 967sx1VznEink8YV5uTc7A== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +NsgjuIdLUWwVrmbQgncIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FDOe2uwRDEeG/gTCAKj84g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: I4phhNP5A0K0TetMgqoWDA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VzJD2waapEaQwIva7IbuuQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "20" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mQ/wEA/SqU2a2ZShSHhRMQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0OqcmNoVbUez7t0O1iS4fw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: buttons - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: w2ELwxxzFUaAwGIvM91ujA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8tCzk/nmykCw3+bntqivTg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rmXklyFwqUyKkBhnM+jfkw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Eq+6qv2d4kyeRv+8SzTGRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: always - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5OUkUdQjak+5shudHF7F2w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Asq4FDAD6EqDy4BrJPufNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: juBJ85YfxUu26snz/5lTcQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OFiTOzRVWE+58Xc5dqxGRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JlY3RMuMGkm45eeJDqxBCw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZrSrahfTAEiC2fJWeEugtg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1BpwSAgfZEikjlzhkial5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ESjJGbAuEkGVsDTibFqTrg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: u0qa5/owt0KRttykgd+MXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GpnNlyVps0ip6Ti0ZSmSWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: u2qQbZZYs0q7dthb7em8Qg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 18I7K+JAEk6WEbR1ZeBqzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sGcI082SLE2LESztet9XNA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vZBHt3q860u/7encne2HGA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eb7QRnW99Eierr4vzU5lRw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +r5QgZmAGU6AMqyRfy/SsA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XbJaYKGMfUObKtHlh0P80Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: R+4BhafigkiC6D0Eq1ARaQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KsEHm/6qOkaQLFmKEA90Kw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Rkj0F/CGz0mTcHZuX4+Vog== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fS1vXMqAv0KWpYVCyyGKaw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6fEmpjpBJEiqKHolsSzLAQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dxkvAV3hj0amsfim1JT7Fg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4bIR4ye/d0qlWWo+fTZA/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vw9YjjGtPUiu2Q0SSf0AbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ct8nWRmKXUuL0+7cGvK/TQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HvIjbJ0w40+djw3sFVJPwA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Mlc8zJw0XUmkAMMGt/RXug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: kp8Onf9smUO+3H6udAjS0g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nOuxuUWc8UCZ1a8ACjM3/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Export progress - TranslatableValue: null - TypePointer: - Data: CQhtcm/cT0SsoBfZ/SVwyw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VvcpVzPCikCOpkKM448Scg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel data export - TranslatableValue: null - TypePointer: - Data: YOytCKlE+Eq8ouhis+aljQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6QbA9AfeJUiw8A9LVk69Lg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select row - TranslatableValue: null - TypePointer: - Data: 3JanYgFR7Uyo7hq90unNmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aQJnl+P7cUat2KlGMk835w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: single - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lYvEYyaC3U2Ii+n/vaN9Jg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: tSIjPtPOj0ymjXSG9keklQ== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -MarkAsUsed: false -Name: ScheduledEvents -Parameters: null -PopupCloseAction: "" -PopupHeight: 0 -PopupResizable: true -PopupWidth: 0 -Title: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Scheduled Events - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Geplande gebeurtenissen -Url: "" -Variables: null diff --git a/modelsource/Administration/User Management/Admin/Account_Edit.Forms$Page.yaml b/modelsource/Administration/User Management/Admin/Account_Edit.Forms$Page.yaml deleted file mode 100644 index 89acb22..0000000 --- a/modelsource/Administration/User Management/Admin/Account_Edit.Forms$Page.yaml +++ /dev/null @@ -1,3619 +0,0 @@ -$Type: Forms$Page -AllowedModuleRoles: -- Administration.Administrator -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -FormCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.PopupLayout.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: Administration.Account - ForceFullObjects: false - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: Account - SnippetParameter: "" - UseAllPages: false - Widget: "" - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Success - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Opslaan - ConditionalVisibilitySettings: null - Icon: null - Name: saveButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Annuleren - ConditionalVisibilitySettings: null - Icon: null - Name: cancelButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView1 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Text - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$Label - Appearance: - $Type: Forms$Appearance - Class: alert alert-warning - DesignProperties: null - DynamicClasses: "" - Style: width:100%; - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Mendix AppCloud users are provisioned by the AppCloudServices - module, any changes made in this form might get overwritten. ' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Mendix SSO gebruikers worden vanuit de MendixSSO module aangemaakt - en in de Developer Portal beheerd. Eventuele aanpassingen in dit - scherm kunnen automatisch overschreven worden. - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: Administration.Account.IsLocalUser - Conditions: - - $Type: Enumerations$Condition - AttributeValue: "true" - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: "false" - EditableVisible: true - Expression: "" - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Name: label4 - TabIndex: 0 - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.Account.FullName - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Full name - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Volledige naam - MaxLengthCode: -1 - Name: textBox6 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: Account - SnippetParameter: "" - UseAllPages: false - Widget: dataView1 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Name - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: Administration.Account.IsLocalUser - Conditions: - - $Type: Enumerations$Condition - AttributeValue: "true" - EditableVisible: true - - $Type: Enumerations$Condition - AttributeValue: "false" - EditableVisible: false - Expression: "" - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: User name - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruikersnaam - MaxLengthCode: -1 - Name: textBox9 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: Account - SnippetParameter: "" - UseAllPages: false - Widget: dataView1 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Name - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: Administration.Account.IsLocalUser - Conditions: - - $Type: Enumerations$Condition - AttributeValue: "true" - EditableVisible: true - - $Type: Enumerations$Condition - AttributeValue: "false" - EditableVisible: false - Expression: "" - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Editable: Never - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: OpenID - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: OpenID - MaxLengthCode: -1 - Name: textBox92 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: Account - SnippetParameter: "" - UseAllPages: false - Widget: dataView1 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: User role(s) - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Rollen - Name: comboBox2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0qaytLO9F0iy5y+8yCPHLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: association - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0RkgZmAbf0mM3Rvyxyw+sw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: z5Zy0RzrB0aOZ+tBY534Eg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O3jg6Q0qIkqXkShb6Udfxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Hn46NVjMpk6GInSK+SUtrw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NysEBdg0fU6ggku/Ofvqlg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: a0i+aEOLHUi0GDBnojfGgg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.UserRoles - DestinationEntity: System.UserRole - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eHiM34GgX0qCyWrgw2Hhrg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SQDbtXLmpk2JFI9zo3P83w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.UserRole - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.UserRole.Name - EntityRef: null - SortOrder: Ascending - SourceVariable: null - XPathConstraint: '[System.grantableRoles[reversed()]/System.UserRole/System.UserRoles - = ''[%CurrentUser%]'']' - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Tf6rqmKhjk22EVoQk0CfZw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SHZo2U5EjEW/BVzSqXVDmA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: coXpahgw80WvHb/2MlSd8Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CZUqdzheM0CYxlkBLajVww== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.UserRole.Name - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: j5Gy+FJhWEG47Q6cjySsCQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ysqwqGpo+EiRtejo7AxyiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xB7w6Ri2+0mXMc09FIXdtA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QBNlhTPqEUKbBkfnQTa0KQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: dRo1Sac0t0qEoO1Zyz+DtQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: olhOiiuYXUyiCTxLMZoLWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qpxoa5/HQUi51Fjcs2ov6A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /RpttbI5TEuE3dhlb/ewjg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: vmNdQeA2ikSqVHZ/fk+cgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MsQLaMkyRUSYpyZwhHGW+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Tqs+6Yqoe0OpqDwigJuVxQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S6SeDG4OEke1VwROZ4sBQg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: AyaHz5/NBEadVHSGfdWGDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oLSD70h4YkajcKu3IvkuEQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6M4cwV4sV0mXQbDNyT06og== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bjU6g+Zvck2a7jHYqp1JLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +lVQz+D8/ky8OZEZTEUBUA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: U0mU+UC2qkiV/US/H2YoLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TVb44boWgEG7ELgSdvi+2Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KCKwCXHGvU6JaXkDt6HUZA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: b4NFQVXuqkCVYa8GWRl9NA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aOXCjpwUv0eb2GRR0dkggQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ecEvKgvDz0Ka4MuHdWGLxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3ZXdDNo2LkWFngab95GiqA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: f0Len4psw0SQsXJLbT+5lg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Z15SUnhG3ESbts7SqeuITQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select all - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selecteer alles - TranslatableValue: null - TypePointer: - Data: PH37WTvEPESHor3R9BiZLg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: T5KWtb4ZMUyv0U5c27ctRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RF73dzjzaUyaMbkax7Oizw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5lCTYldgGE+dycqwVPWeKQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +LpqwP6EhkeFzqvg+Rf3/g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rVINLruk3kS7C0H5wgiYjQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8epo46VMP0KIoQVB1nVm6Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AtMxkhnE0EyobwpEgQb0TQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bB2Ze6rsh0yJuVwKM6XVXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZGg9HyEiPECT2bN23chUZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Clear selection - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selectie wissen - TranslatableValue: null - TypePointer: - Data: zZegUbzcwkCfvqVwSlTiww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5SlqR2zlXUyzUcveQ4yAKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Remove value - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Waarde verwijderen - TranslatableValue: null - TypePointer: - Data: 6/DvJ/CqRky4M0DUt63anA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dFRgcWeXdU+1I8Y0PhlNfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Selected value:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Geselecteerde waarde:' - TranslatableValue: null - TypePointer: - Data: YPQg6DCtIUK7JlYLPrYgkw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ESu8w96Rvk+jFwGmb7A6Zg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Number of options available:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Aantal beschikbare opties:' - TranslatableValue: null - TypePointer: - Data: MfmyXDPAb0mNVP08AXZ+DA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lFNiho7y5UWBTJ6iqT4CvA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Use up and down arrow keys to navigate. Press Enter - or Space Bar keys to select. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruik de pijltjestoetsen (omhoog en omlaag) om te - navigeren. Druk op Enter of de spatiebalk om de waarde - te selecteren. - TranslatableValue: null - TypePointer: - Data: wWmTPE61HEuHn/lCpXSFVg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 1fJg7kACPk2gK0NYgun3KA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$CheckBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Blocked - EntityRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelPosition: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Blocked - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Geblokkeerd - Name: checkBox1 - NativeAccessibilitySettings: null - NativeRenderMode: Switch - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: Account - SnippetParameter: "" - UseAllPages: false - Widget: dataView1 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: Forms$CheckBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Active - EntityRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelPosition: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Active - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Actief - Name: checkBox2 - NativeAccessibilitySettings: null - NativeRenderMode: Switch - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: Account - SnippetParameter: "" - UseAllPages: false - Widget: dataView1 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Language - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Taal - Name: comboBox3 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RwmZaMU4S0OpgHTLovttDw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: association - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YeifFHMySUWdSMR2hUGVwA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5iW+ghUMN06UTjdqTdRXfA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2PTQGWZC20CWjtAVUweIMw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MGwoVb2TEUuRt5+YJjUqIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cY9mSqhc7UGOhUGGL7tuVw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5qFHJWiqD0C/QO6pdzxajw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.User_Language - DestinationEntity: System.Language - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2rrZB+2OLE2rN9WRBBT9rA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Fz9YFUSPxEaK588lqWlP/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.Language - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 68KG2pq57kuN+uoLvfm6zA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: w38tnphjoEO9S3g1qX0x+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5tkpWG8s3U+5hxTYUwFm3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ieJlan11IUiHP50T5yobww== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.Language.Description - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cLplMouKN0qIvN4NUJ+RHw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BAxJggVJQEa2jYwrmvhkkQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jWfL4lcInUiPLFWW3+YDIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yRpzD8K89kOFCkTmRUNT5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 2Oz/Q4SmJkKfxk15v6aPig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RxOozErocka6UA1E7AndCQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5LhR1SC+ME2iFBlmpvIj8A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +O9XmtbxYUeraXZtUAok/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 5MwPtSRTQEed/ATysOGyeQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Q3vWZa9HRkC7ZuFwVJ2hIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xfetCNxSx0+9qxT6jx7UBw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kGNcXhPX2UKYqWCkX1+5Vg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rtgfgWtEDUqfZE/JygnbsQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IC90/BuqW0yNRRTC8eO7aQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vg/eOtmzwUaVXo7pn2Q5WA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: L0/CI/R6DUGYLickpOol3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: AUCOdoFF20mGoTzr38GZ1Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 74wuczyqGU+myIzvKaf8Cg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zABW/OA/m06DIhXjUOLU9g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ueF15ccIaUCwJm+NDX5Yew== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UGOVZnPhD0KIwszY/UGSuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pJHBiUE3vkWkCHUujv3ldg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hPW3FNiPLES2IE9pY4gHqg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lQrt+EZOYEaOGf5P4Cry4g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hCoRjX9qo0OCWXuvruEgWQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: n0mpqfqUVkCSAFhbN5bb0A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select all - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selecteer alles - TranslatableValue: null - TypePointer: - Data: ZePaxCq4zEO1tm8boByCRw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8ZozXKo21kuOZr4Ik1tNlw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tcWkHXks2EOX6VFVj4KHiQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ePLckY5AcEy73tT3VOnfDw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VuwvwhyDo0mR2kdoy+sX3A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Yqlkg17Nok6cX2Gf0Qo83w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 36RCfYYxlUuY6MmMFaN0xQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +EAaZYZgaEaJvsZQlgiyrw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pRYnuiF7KUCS8OTr0Nnk1Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yE12VRDro0C7+GUK/rVQ/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Clear selection - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selectie wissen - TranslatableValue: null - TypePointer: - Data: 8S3iCeWA7ECbQgqsstS9CQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Qwy+JM8ajUeIuM+wbWVvRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Remove value - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Waarde verwijderen - TranslatableValue: null - TypePointer: - Data: pR7JxZBocUClSujiuv8g7w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: t1zfrJ/3rECmcFEGVWvXQA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Selected value:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Geselecteerde waarde:' - TranslatableValue: null - TypePointer: - Data: HFIkZ5q59UyC+HzMyYVhDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uNOXvKHv9kOimvJULLXB+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Number of options available:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Aantal beschikbare opties:' - TranslatableValue: null - TypePointer: - Data: Fh07rXQla0aokEdcUM02BA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dmmDXwUqwkCkDgcDm7tZdw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Use up and down arrow keys to navigate. Press Enter - or Space Bar keys to select. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruik de pijltjestoetsen (omhoog en omlaag) om te - navigeren. Druk op Enter of de spatiebalk om de waarde - te selecteren. - TranslatableValue: null - TypePointer: - Data: ZNwQLeMkQUO5EPzTx1rZxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: ZuY9b8bRu0qZ6VWuSdKFjw== - Subtype: 0 - TabIndex: 0 - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Time zone - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tijdzone - Name: comboBox4 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aSK0bsv9t0qghi1YFaS87Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: association - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: etu+67tmy06zB3FhQSkJDA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: q6gOFXJPtUCIsiKmoY6XHg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WqBqoVsYR0CL6kkCKrlqTg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mDk4HHDtkEGb3WIy5KUKrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yAKsILhcMkmqvnMo4wslWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: isOubEhSSkmuwd4zzHGCOQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.User_TimeZone - DestinationEntity: System.TimeZone - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: AIX9QCqEa067oN9cpwxiTQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iTbnNVXBEkOqL5LQvqD8Yw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.TimeZone - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.TimeZone.RawOffset - EntityRef: null - SortOrder: Ascending - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.TimeZone.Description - EntityRef: null - SortOrder: Ascending - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zhfCPUT5j06MWleLKOL3FQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZRg1uTlhNkWGNlEj0K4hdQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: expression - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Djq2EvDHzUSrX9h6ebQaXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zGzGdhlTrUOptup0aJeANw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: u+Xw1ToV2UCBh0RBvCpm7A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zAdMBbq3VkCBLjtT2BQmWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: $currentObject/Description - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FscwA5LslkaNNUtUQVkJNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DsrSjzrO/E6oi6lS57I++w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: bNH3wcVjpEqf5oJoTlqlhA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: igprrne3ckCCKYdIr9Pl9w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: az9sVoRxiEGN5G79egb5IQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kj5YM5h+00iCecGcP4Ib7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: u8vq0ozPEUe5CFAlS6OCYA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O2yK5EvDDUmxA4KYLy5j1g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: P47L+k++Wki8mTUY+2eoVw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HlAhw/9bHkKD7Uvo6DmLYQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VHtipMNW8EqzZcYoX4HvMw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GcEPhD1c1ECTf/JwG2zG9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FbQZsxm2MkeaIVKb7bYJbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XJorklXkGUKBxjjACv79OQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LdO/aQ8wKUSU5XAIRmF4cw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PdQdbF1YNkyGoroXXZzGdg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ifamFPh83kuuPq/wju3pFA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UGvC0HQixke4IEE03URUKg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2liWW5v+i06LUnRHdyL2LA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +IN7zdtLJ0KiTdz3a7zRkA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: e69pT6W/ikSYZHH7hY4UaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4oiojbuy5E+TSVtKd4aM3w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WjlE7FizrE6nN9dpUW0vxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: l10lrgJatEmk9t7QKdPyAA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select all - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selecteer alles - TranslatableValue: null - TypePointer: - Data: 21Q+uru9sE2A4N/t3Fwdhw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GIBs/vzAYUqlktEu+2ZSZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UNaOPOwH90SNRckzny8BOw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5kmF6ICqeEqRlNnjiCG7iQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: z0xAf2JxrUqKhFc6DBI7Og== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: D1GzXKGHg06Y8dCORSyo6A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 60Vz4XIbMUii0RH9Bhfr1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FD+nMGLLw0m5I0FTDZLQtQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hAOeq2AmOEucdtz2nFCr6Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GF02+8AivE+yQfi9GBBrwA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Clear selection - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selectie wissen - TranslatableValue: null - TypePointer: - Data: aqQWA7zBbUiiafLtGUiKkA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Aoy4rAkYnkWjWtyXc6JbgA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Remove value - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Waarde verwijderen - TranslatableValue: null - TypePointer: - Data: Yw269tx8aUa4dTXQ+CMKPw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 60sCDVJ8QUyVhpiyhsUkEg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Selected value:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Geselecteerde waarde:' - TranslatableValue: null - TypePointer: - Data: EAOFpBGP+EW/TdkJCBglrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UlZpZTH7LU6BeyxXvHNPfA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Number of options available:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Aantal beschikbare opties:' - TranslatableValue: null - TypePointer: - Data: 4WFbMg/yq0KB7BCqGEg0uA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tnrNe9lQP0qgAITkO2gNuA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Use up and down arrow keys to navigate. Press Enter - or Space Bar keys to select. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruik de pijltjestoetsen (omhoog en omlaag) om te - navigeren. Druk op Enter of de spatiebalk om de waarde - te selecteren. - TranslatableValue: null - TypePointer: - Data: YZnv8a41UkeSRakhgWBqvw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: ycz/UfnbHkKIziNCmmtVRQ== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$ActionButton - Action: - $Type: Forms$MicroflowAction - DisabledDuringExecution: false - MicroflowSettings: - $Type: Forms$MicroflowSettings - Asynchronous: false - ConfirmationInfo: null - FormValidations: None - Microflow: Administration.ShowPasswordForm - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Change password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Wachtwoord veranderen - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: Administration.Account.IsLocalUser - Conditions: - - $Type: Enumerations$Condition - AttributeValue: "true" - EditableVisible: true - - $Type: Enumerations$Condition - AttributeValue: "false" - EditableVisible: false - Expression: "" - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Icon: null - Name: microflowTrigger1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.PopupLayout -MarkAsUsed: false -Name: Account_Edit -Parameters: -- $Type: Forms$PageParameter - Name: Account - ParameterType: - $Type: DataTypes$ObjectType - Entity: Administration.Account -PopupCloseAction: cancelButton1 -PopupHeight: 0 -PopupResizable: true -PopupWidth: 0 -Title: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Edit Account - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruiker aanpassen -Url: "" -Variables: null diff --git a/modelsource/Administration/User Management/Admin/Account_New.Forms$Page.yaml b/modelsource/Administration/User Management/Admin/Account_New.Forms$Page.yaml deleted file mode 100644 index 2ac3ffd..0000000 --- a/modelsource/Administration/User Management/Admin/Account_New.Forms$Page.yaml +++ /dev/null @@ -1,3610 +0,0 @@ -$Type: Forms$Page -AllowedModuleRoles: -- Administration.Administrator -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -FormCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.PopupLayout.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: Administration.AccountPasswordData - ForceFullObjects: false - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: AccountPasswordData - SnippetParameter: "" - UseAllPages: false - Widget: "" - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$MicroflowAction - DisabledDuringExecution: false - MicroflowSettings: - $Type: Forms$MicroflowSettings - Asynchronous: false - ConfirmationInfo: null - FormValidations: All - Microflow: Administration.SaveNewAccount - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Success - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Opslaan - ConditionalVisibilitySettings: null - Icon: null - Name: microflowButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Annuleren - ConditionalVisibilitySettings: null - Icon: null - Name: cancelButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView2 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Text - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: Administration.AccountPasswordData_Account - DestinationEntity: Administration.Account - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: null - LabelWidth: 3 - Name: dataView1 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Text - ShowFooter: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.Account.FullName - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Full name - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Volledige naam - MaxLengthCode: -1 - Name: textBox6 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Name - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: User name - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruikersnaam - MaxLengthCode: -1 - Name: textBox9 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: User role(s) - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Rollen - Name: comboBox1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rm8NSTpjcUONF8WIWDgyhw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: association - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GN0uHlYwXkmGCa60lkDVfQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RH3yictKf0OYpDYBs+GmbA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JXhvBYxu3U+u2V2s4yqTmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: R7nRxh9QEUmt2RlYaTKvag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dG/EAXhghkWc2kGmepYkPw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AuCGJBM7iUCHAXiGfLjDQA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.UserRoles - DestinationEntity: System.UserRole - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mqI+7HNURUqknQD8YZuWgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FCIFq/vlWEq/hO0OLp1uYA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.UserRole - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.UserRole.Name - EntityRef: null - SortOrder: Ascending - SourceVariable: null - XPathConstraint: '[System.grantableRoles[reversed()]/System.UserRole/System.UserRoles - = ''[%CurrentUser%]'']' - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fbwZ4cTi50C0cyXjtU74tQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Qpz72EDYL0miLF8i2Kr9fg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IMmXod6nQEGN07RtEcKofw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FniODJD5pk20vwQK26yoSg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.UserRole.Name - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zMLuXK2XTk+vtmBAQ7BWVA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nsgJ0yi740+0CWoaTPA34Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: New2jy4YHUi2c9EVzPVUAg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TJoSUNCHOUeqAuCRxVO7zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: cvhcGC+JOES/iJ654T+uKA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9fau3Sm4CkCe7y0aIxYiWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: giFujfB7FU+Q57qcnyl4BA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Rn3ZDmpVx0yTmxDsDdWQtQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: eVxsZ8GevUuyNXUSyWvW7A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GmnqwaHgfk+YN4aHda6vvg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ljk6KvfayUOYOOby70SicA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3xF0IO+Uk0mOuUNxaP7C9Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: egrp9D8v+US0TIn3ooQ6Xg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HtG3I9UAB0CynJtp3qo6ig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qPGvGPXjB0ewroGlnU55Dg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CdK+HjZqEkqiNz9M9VPw1A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6lKWybxlSEG7+lEiul+YYw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5dlAEtqR1EGoo1NuEGEwjA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7IQmfZ0YRkOw0Yf2QgV4GQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: itg6zwY6BEijdgYq+ErFUA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ya+hs8ibG0aVfSMpviaoKQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xWKE5PAt+Uu/6/UxieCeWg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EgvL0PB2wUaTyyHNjn1Rhg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ye9CvvKt0E+rHLVhuedNJQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xIy/2UYNNU20hgqjCFns2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: emQNfoyJCUyY10jEbhLf7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select all - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selecteer alles - TranslatableValue: null - TypePointer: - Data: 07z2eD9p8Um67d4E9UI7lg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HOiLerFJh0KSint/6w6uLg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bc2ORka+AU6CVoqZe6MZFA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0FIXBLOvQkux4nUIIvI6LA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W4J1Y8NM7UqPcl2uKxu5fA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 02zjheH0/0OufxbaG9DNhA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XQwnN9giUkeEytP0qsEDpg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PLZOZQBXMkeCW+u1oWYtfA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wrWJ5JGVY0ivdxaEqWvcFw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Q1isPtT0Xka+GuBy4F74Mw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Clear selection - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selectie wissen - TranslatableValue: null - TypePointer: - Data: CpsYt6Q5iEGA6HNbIMGAjA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: k4aIxoQbykKfXQBnUhdPJA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Remove value - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Waarde verwijderen - TranslatableValue: null - TypePointer: - Data: fIHe2c3glkyAJScs2H+IeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wZvwAHNYRUKUwHz7DoFRRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Selected value:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Geselecteerde waarde:' - TranslatableValue: null - TypePointer: - Data: MywH0brhHki4Hw7U1KjD4A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nGTS+OM36kKa5sK2nG2xKw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Number of options available:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Aantal beschikbare opties:' - TranslatableValue: null - TypePointer: - Data: LqPMypp+vkCe+GLfB2XYkA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aHVltzlfnkq4P1gRWrSN2Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Use up and down arrow keys to navigate. Press Enter - or Space Bar keys to select. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruik de pijltjestoetsen (omhoog en omlaag) om - te navigeren. Druk op Enter of de spatiebalk om de waarde - te selecteren. - TranslatableValue: null - TypePointer: - Data: wt37mwiLSUmKT/Mei2BsJQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 3pLJxQbwlUCwheKqtBhgOw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$CheckBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Blocked - EntityRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelPosition: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Blocked - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Geblokkeerd - Name: checkBox1 - NativeAccessibilitySettings: null - NativeRenderMode: Switch - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: Forms$CheckBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Active - EntityRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelPosition: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Active - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Actief - Name: checkBox2 - NativeAccessibilitySettings: null - NativeRenderMode: Switch - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Language - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Taal - Name: comboBox3 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mY94JN7mE0amSziFAqejAA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: association - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 119jPvrME0mKl6QXsd2EPQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2t26ICqQnkqsYpLTkFcpWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cVce5XW9P0eXt3WlCmwQuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YwzVBNE6TEac/UKOJfW1TQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RePfxg+5J0ClOWPkTd7cjQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +/XRyLjoW0isf+bs7yClbw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.User_Language - DestinationEntity: System.Language - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ESCDXMnuf0K9hBLMWRB8sQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kDxOX+e3t0uRPdHAZyBFWg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.Language - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CADQo/nqpUa/hZVhw2E6FQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: n2zmfglthkSB6SOBatHuTw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gS9UIzou0kGJtdEiqPlG4w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pPHc8aobVUiNjvwSPmRvFQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.Language.Description - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LL7MTZMju0WKYTgwmVs/8Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: g9Xh5t3QBkCBG2UlhaqWRQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xPGXpjg1Skm2pKSBDgPu7A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VgMxi6NSYESqujDcRNISGg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: ecNd++tIakaRwQjuVf0+Ww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: R1CPYdbPcUiJz9/J/AgN6w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fo/+XsAxNUaJKO0aBcLS+A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LcTKQ9xIGEGMlOv2w9KIug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: ybYgoY4Xz0yv4pi+NoXQqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JLJQlYpnzUOd3eXRC0IoeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qGOnSPCzmEyC2o5NAMVZyg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8BTMsFIAC0mElQ3UM+VhVQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mBJerRP6XkiFgFY+//8OTg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tHekVv+MHUS2yu93WNjJRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WtWvWRRrzE+rjbbqTWyNRg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j2d20X9WDE2rb7YIVdlN0Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3DRIrrOZkEevpqvAUXl7Yw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EbRjQ3+w20OVSE+vvYuRcg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NCMRKFB2x0G8xnJWrcQc1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wQLW7YBt2kavh/RU2Ll6yQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SU48GkSIukeo4EombKrx5A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qtWkSlBSm0WNLy4TcpqJNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZFExUo0040uQJgbl+w2kfw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jnUamUki50moSha5NSY8Og== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9Qst8F34DUSxMq17L+1HnQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: n3HSYiVAAEy9ZuSMiQ3SSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select all - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selecteer alles - TranslatableValue: null - TypePointer: - Data: BPgnYOjmKUWscicW6o80yA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MgfMyKbYQkyMMXn6te8xaA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6XTM2AfaEkKBDHXc5+asBw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lwKRHiS9d0WmPmk1qKJRcA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: B43SlaULZ0mbze+N3In6jA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mrzFOFoE8EeWEE5c7Wx/Wg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JdwIU8x1DUW34cd8pflrQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uFgVi7SA0UK6Cpp8rlaAZA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jdV8RQCgDEWwh+vAGS4Bkw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: w+5LEByhm0KL+3zmW9tdvw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Clear selection - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selectie wissen - TranslatableValue: null - TypePointer: - Data: gCyrcBLjREOitMf+ND1eWQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hZSqVZUK9029xMMjLgnMPg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Remove value - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Waarde verwijderen - TranslatableValue: null - TypePointer: - Data: s5lgy6MN6UC6Cx1IgW7wzQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NIEKQ9NW806wXWv8rTA0Mw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Selected value:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Geselecteerde waarde:' - TranslatableValue: null - TypePointer: - Data: kkTfcu1vFE6yVlWzmD/fYg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y4zSdJnocUOWrChZTUhVUA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Number of options available:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Aantal beschikbare opties:' - TranslatableValue: null - TypePointer: - Data: DYy9kkpN3kSRucdJGEV23w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uiDSu85/PE6Lr04ayNSFxA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Use up and down arrow keys to navigate. Press Enter - or Space Bar keys to select. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruik de pijltjestoetsen (omhoog en omlaag) om - te navigeren. Druk op Enter of de spatiebalk om de waarde - te selecteren. - TranslatableValue: null - TypePointer: - Data: WwuGNXAE/EGlAoKw+RyALg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: NqgEukmNOUeVK4DAF2YByQ== - Subtype: 0 - TabIndex: 0 - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Time zone - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tijdzone - Name: comboBox2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Z5wvX64kFE6YAeXkyZnEDw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: association - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uUsmudM95kWRKAPx1cCaZg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: A45WbFHswUGX6T77FZ43Tg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dQ54LjYLQU+TfB1wxVLqrg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lZjfPVNkbkGrBIGbFVTEEg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qb7kbJLJ/kev7O9ol9oxcQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zmK5n0q65keIzoL543vksg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.User_TimeZone - DestinationEntity: System.TimeZone - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1ChucY3btE6yokBvMn12zw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Gi3A1meTn0qYvNy4LZeJBQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.TimeZone - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.TimeZone.RawOffset - EntityRef: null - SortOrder: Ascending - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.TimeZone.Description - EntityRef: null - SortOrder: Ascending - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CoJx7yGfmEGUzIoJW/HLFQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LAxctqKXHkeifw8m31jRdg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: expression - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YBkcVICIj0WclDcXWxVfzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5nuIMr4rWk+4d2Afn+S+3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2NWtripf4U6Vk5RtayoEIQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sAde4hEi8ESRWKJy5G61QQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: $currentObject/Description - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jI8PLf9zZUO3Lb9hyrO2Eg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2N5kHiDJAUGYTsjU+u06ig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 0Q0N4uDYc0WKjjM9Q4N27w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mt00YF3Z2kCG5S3OBSweWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lSTbi7NnzUSxvD/Fi3K5aQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kvqipwUOzUiZxafm5eeJMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: h6+O6UvjLUayL3IHST/akg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SY8m8KHO/0S2S6mT0R2Qxg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EEuktiY8VUSoltExHnwUMA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: o9zHuRZLD0OEY8WrxJni2g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nlK+4G3zBUSlqyXgrDNwUg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pWhV4uMEl0O7yTNPbJ1EvA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GPLjQ/G310e4HV5v4yd/Xw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LwOLVUMfb0en9Bi0snl7tg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0+8BGpzI/Em16eXDzi6Bsg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eRHKsTJSqEuM9Imjz/TgLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MjYDq/SVXkCwbd2JrGfI1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AI5TNyE+FEK55TV2QUiXpA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ae2A9pg/kkCxXX7FThs2Rg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +SMxS/kkmUGqcIcwMMDMxA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MxoU7b9mh0GtiNqPSg1Tqw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hre6cT36eUGCyYVBPMvojA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: exn8AzAuUUqEOqVYUtddOg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wC+hC1S+QUCT0UVCEXiJpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select all - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selecteer alles - TranslatableValue: null - TypePointer: - Data: AQz1L1+3sEiW3PzkvVT+uQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NKk+rZmuIEGOrKI1/DIDnw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IRdm04oV10SfnKm1E1eo3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QJQtSEdZRkWxz5HahKVueQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7jjZAlDhj0qMJqa6FEjoiQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lC5UV/wHnU+EwvBjH4ATTQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: U+mNTdhtMkSQdO+g6Re/aA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +NvMBOtHg0uUQftvp7liYQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tkVSOQacWkOsna4FhvuRsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: faVmmJkLkEiE177VYliu+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Clear selection - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selectie wissen - TranslatableValue: null - TypePointer: - Data: KkCVy05eJUmhtbPjxFQubg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: r8NDO9bsbky/mGHI2N2ZHQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Remove value - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Waarde verwijderen - TranslatableValue: null - TypePointer: - Data: QsJ2KzmHDUG3ZU6wOssLug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jHpPNAkl50ixPCl0VZW2bQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Selected value:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Geselecteerde waarde:' - TranslatableValue: null - TypePointer: - Data: SoW1ZuJ5UEaoCjnWKqb0dg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: J1C1LL8+X0mQ5X3FPBC/ew== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Number of options available:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Aantal beschikbare opties:' - TranslatableValue: null - TypePointer: - Data: U46RT+zFikC0n7RFSn/UVw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5fY9DankBEqWQY8V9NJRnQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Use up and down arrow keys to navigate. Press Enter - or Space Bar keys to select. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruik de pijltjestoetsen (omhoog en omlaag) om - te navigeren. Druk op Enter of de spatiebalk om de waarde - te selecteren. - TranslatableValue: null - TypePointer: - Data: nwDTolc/DU2yDOU8UqXryw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: nnuzg7HmcU20fIf1nNdWrA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.AccountPasswordData.NewPassword - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: true - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: New password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Nieuw wachtwoord - MaxLengthCode: -1 - Name: textBox5 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: AccountPasswordData - SnippetParameter: "" - UseAllPages: false - Widget: dataView2 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: $value != empty - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The password cannot be empty. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Het wachtwoord mag niet leeg zijn. - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.AccountPasswordData.ConfirmPassword - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: true - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Confirm password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Bevestig wachtwoord - MaxLengthCode: -1 - Name: textBox7 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: AccountPasswordData - SnippetParameter: "" - UseAllPages: false - Widget: dataView2 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: $value != empty - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The password cannot be empty. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Het wachtwoord mag niet leeg zijn. - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.PopupLayout -MarkAsUsed: false -Name: Account_New -Parameters: -- $Type: Forms$PageParameter - Name: AccountPasswordData - ParameterType: - $Type: DataTypes$ObjectType - Entity: Administration.AccountPasswordData -PopupCloseAction: cancelButton1 -PopupHeight: 0 -PopupResizable: true -PopupWidth: 0 -Title: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: New Account - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Nieuwe gebruiker -Url: "" -Variables: null diff --git a/modelsource/Administration/User Management/Admin/Account_Overview.Forms$Page.yaml b/modelsource/Administration/User Management/Admin/Account_Overview.Forms$Page.yaml deleted file mode 100644 index e0e25d4..0000000 --- a/modelsource/Administration/User Management/Admin/Account_Overview.Forms$Page.yaml +++ /dev/null @@ -1,9033 +0,0 @@ -$Type: Forms$Page -AllowedModuleRoles: -- Administration.Administrator -Appearance: - $Type: Forms$Appearance - Class: page-tabs page-tabs-fullwidth - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -Documentation: "" -Excluded: false -ExportLevel: Hidden -FormCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: 'pageheader pageheader-fullwidth ' - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Account Overview - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruikers - Name: label1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H2 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: These are the local users of your app. Please note that - only these users should be managed in this app. MendixSSO users - are provisioned by the MendixSSO module and should be managed - from the App User Management screen (Developer Portal > General - Settings > Manage App Users). - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Dit overzicht toont de Mendix gebruikers die ten minste - éénmaal in deze app zijn ingelogd. Beheer alleen de 'Lokale' - gebruikers in deze app. Mendix SSO gebruikers worden vanuit - de MendixSSO module aangemaakt en worden beheerd in de Developer - Portal (Developer Portal > General Settings > Manage App Users). - Name: label2 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid4 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: Forms$TabControl - ActivePageAttributeRef: null - ActivePageOnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ActivePageSourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: tabsfullwidth - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - DefaultPagePointer: - Data: AAAAAAAAAAAAAAAAAAAAAA== - Subtype: 0 - Name: tabControl - TabIndex: 0 - TabPages: - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Local Users - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Lokale gebruikers - - $Type: Texts$Translation - LanguageCode: ar_DZ - Text: Local Users - ConditionalVisibilitySettings: null - Name: tabPage2 - RefreshOnShow: false - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Hover - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: dataGrid21 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AqZEIw0+NUWy4wihm/31xA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CpbGhyxC4EeOJCEcBuBpOg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rqyinF+eekGYTYHf0oYExQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: Administration.Account - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.Account.FullName - EntityRef: null - SortOrder: Ascending - SourceVariable: null - XPathConstraint: '[(System.UserRoles/System.UserRole/System.grantableRoles[reversed()]/System.UserRole/System.UserRoles - = ''[%CurrentUser%]'' or not(System.UserRoles/System.UserRole)) - and Name != empty]' - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TivLjc9/DEmdDwZ4vQHyyw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oNrGwfsQs0qo5L8VwHn0fQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UcjULE3hPUy38nzNwWiJ2Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cY/j7KptL0OAopCNYiUzbw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7CSxMq3JZkiLfDKkzCyhBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mWJQlvERzkalCPvIxqAskw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CSdhx4TO10SezMqBQGFtbg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JTtiSMexYEOOHTSil1yY5g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5kXif3HHoUi7WMSomXha9g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZKqhdleLU0iEzXVkrbPLuQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6lBd/usCvkCL/8n1GqpoiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p4rXZGDc606qd1ZtCMQoVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B48OcYywBkupiU2Z3vXGVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.Account.FullName - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8sRZUEiHS0uzSwM6qX7fNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gQYuVMVtikGz7su2bcYRIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fcFlRNxSYkWl0wbroY0WRg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: czC1YqewikmP7xrRElFAKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: SnqvBRzZBkuCUpzFfgKNuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Emo6K6zgk0i1tf/2QuWvoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Full name - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Volledige naam - TranslatableValue: null - TypePointer: - Data: FzwmYcl3CkGwgZVSPOuVWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EKwzC23wW0qXfwUqNdpGwg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JkoHrKn6vUC0AfBYN58q0A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zksmKgwScUed3OFnMzdV7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TaqbU9VcD0+FFWTWTS7Irw== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: textFilter1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tZDUZ50epEaHnTvNBafxxg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: krv58y0FZk6yyCklEk22Zw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uSa5uaW5G0O6XhHw8NZLSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3u7G5MDkU0GEtP/QwkmHnA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XHDJN3R6pU+OCZqOG9YEEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BUl/otbRVUOZgfo25mzssg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rOtInTmkdE6Wh/5idjxhzQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: HjraXUDuIEmH7ME2stt80g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: igOPvDiCzUe4Ihmx1LgzRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KrSRn+/5MEus4HKy+udttA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: osM2WUr0CESINOlfdPJRKg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "500" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /S64Nhu1TkelG5Yq1YEdJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fuoPUc0ZWk6LIGfl2ZsD9w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QQnoXNu/VEuJzhh2Mhz1iA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oTu8F6H1vkaQAj1B1DBS7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0jRWUqbu80GOUGo3yqEvQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sIiQ3kaQckKN0ygk8XxGHw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 2aHaRhY+6Ea7fk09/INM+A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: c2WkI+zLz0Cf4JOn0WS7Mw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: d4vcs2uT+kmeZDCtMLcM4Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 3z8aYCMm60m2kQYOoceMKg== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: naDTKmxmsUyIdekLzVahng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2Kh98dp23kq+ANbFSX57Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O6XdxqN7V0WYxVER3qtoWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IHuKfXI6RUSo8OqlA3x/DQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ekTmI314CEaNbKQH8thWlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0hl4C/CZ1k2WrpzKXxIUsg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: heLb95sOwU6eP8tTSrin0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A0BVkGFkGUSna2u4hRwxuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P625Mehgb0mt9nuzEYwz/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jnz9jD8c+EScEpwTYrjClA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YEfKF6AIIESubyDVmIUQpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZS0bF3k6pUiUijIa4xzNzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 25mk210Ni0WX2mcuIK4oyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yUcIh1ORyka8v2Ch5z9Qsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Sl4nuHwQwku8w12WAleBzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OEhUZQ/0J0+32nSmA/xoSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X9NpBo9/UE+1hTQzH+wxZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qO58FyhEKkq3yTa2hT9VCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5KiXyW1aoU6tq9SwxbawNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XYlYnubNJ0umfeWbch3SVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vTPcnP7bcEiSvPi8ci8hLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rlObh+zvXUygXe4LIJ36fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aIcMHK7f00WQhtCj8i7VSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lxgSZc2EvkyLhlPImiSxzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mAbxyG9XNEGrpLZ/cR8Cpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3qVF2dPvm0eAIj+Ndfu3sQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4LP0IhJV40mr3Qkc453ghA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qJzOotDv6kuMt2aFPfluXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vh5UShTSZUauvM8eUKOYLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZMQq2d7I5kGNzM7ieeQVrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 9ZajBLAdOE2xJRYOP9lm2A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6lBd/usCvkCL/8n1GqpoiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p4rXZGDc606qd1ZtCMQoVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B48OcYywBkupiU2Z3vXGVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Name - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8sRZUEiHS0uzSwM6qX7fNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gQYuVMVtikGz7su2bcYRIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fcFlRNxSYkWl0wbroY0WRg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: czC1YqewikmP7xrRElFAKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: SnqvBRzZBkuCUpzFfgKNuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Emo6K6zgk0i1tf/2QuWvoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Login - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruikersnaam - TranslatableValue: null - TypePointer: - Data: FzwmYcl3CkGwgZVSPOuVWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EKwzC23wW0qXfwUqNdpGwg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JkoHrKn6vUC0AfBYN58q0A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zksmKgwScUed3OFnMzdV7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TaqbU9VcD0+FFWTWTS7Irw== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: textFilter2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qZHYTC1R+kON20oGGQ5Vfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9TsdLwwzT0KlF4ZDlBnkAQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bYa9rgoHNUe4V0tD8W2wmw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +7q/yEv3P0CVdSG1nqF0xQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6uVk6p4YkkOgofZkWoSq3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dSMrKKCOYUmUYHoKz//lhQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Mr1MxoxioEWml6uyUBcVZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: yO6cjW9pgE6PgLQPC7Y6GQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lBbyilf9dESHG7mFI/DUKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: poPkzSl29ESi5JOf1/nBxg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HUApqWfv7kyqSeF78/0cvg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "500" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CQl6TmeOIEqQVOu/QWOhPg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jN+OALkkVU+lGsuAwpeOVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dKhd9beqz0W8Xxk7eu+cQw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XKdJNhTz4U21awmr2Duqzg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 94CQ3M3md0q9SFfGLkHMrQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OqVhRzyo0EKzbyUFMOlu2w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: iMIC1oOKdUaVNmlAKO5Qcg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FRcR/x9A3UyI8eTDz8H+IQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: E+izUiPyuEKy/2E0hYSJoQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: be6OfiboLEayPGKm1Z32iA== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: naDTKmxmsUyIdekLzVahng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2Kh98dp23kq+ANbFSX57Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O6XdxqN7V0WYxVER3qtoWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IHuKfXI6RUSo8OqlA3x/DQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ekTmI314CEaNbKQH8thWlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0hl4C/CZ1k2WrpzKXxIUsg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: heLb95sOwU6eP8tTSrin0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A0BVkGFkGUSna2u4hRwxuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P625Mehgb0mt9nuzEYwz/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jnz9jD8c+EScEpwTYrjClA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YEfKF6AIIESubyDVmIUQpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZS0bF3k6pUiUijIa4xzNzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 25mk210Ni0WX2mcuIK4oyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yUcIh1ORyka8v2Ch5z9Qsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Sl4nuHwQwku8w12WAleBzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OEhUZQ/0J0+32nSmA/xoSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X9NpBo9/UE+1hTQzH+wxZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qO58FyhEKkq3yTa2hT9VCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5KiXyW1aoU6tq9SwxbawNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XYlYnubNJ0umfeWbch3SVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vTPcnP7bcEiSvPi8ci8hLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rlObh+zvXUygXe4LIJ36fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aIcMHK7f00WQhtCj8i7VSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lxgSZc2EvkyLhlPImiSxzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mAbxyG9XNEGrpLZ/cR8Cpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3qVF2dPvm0eAIj+Ndfu3sQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4LP0IhJV40mr3Qkc453ghA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qJzOotDv6kuMt2aFPfluXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vh5UShTSZUauvM8eUKOYLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZMQq2d7I5kGNzM7ieeQVrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 9ZajBLAdOE2xJRYOP9lm2A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6lBd/usCvkCL/8n1GqpoiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: customContent - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p4rXZGDc606qd1ZtCMQoVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B48OcYywBkupiU2Z3vXGVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8sRZUEiHS0uzSwM6qX7fNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gQYuVMVtikGz7su2bcYRIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fcFlRNxSYkWl0wbroY0WRg== - Subtype: 0 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: mx-administration-lv-dg-list - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: No styling - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$AssociationSource - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.UserRoles - DestinationEntity: System.UserRole - ForceFullObjects: false - SourceVariable: null - Editable: false - Name: listView1 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.UserRole.Name - EntityRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: '{1}' - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: czC1YqewikmP7xrRElFAKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: SnqvBRzZBkuCUpzFfgKNuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Emo6K6zgk0i1tf/2QuWvoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Roles - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Rollen - TranslatableValue: null - TypePointer: - Data: FzwmYcl3CkGwgZVSPOuVWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EKwzC23wW0qXfwUqNdpGwg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JkoHrKn6vUC0AfBYN58q0A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zksmKgwScUed3OFnMzdV7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TaqbU9VcD0+FFWTWTS7Irw== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: drop_downFilter1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5DtTfxpV/kGR6d9WaYcXqg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jk7PS6sv3EyX1r7U1VtvYQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iNt1vFeyBUS4HLhC2l36pQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UUrKCA3/gECdAfj+Ee5lhA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: J5VL/5urYUq28eAfEKVaYA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PF0JYIhM7U+aBGxAaciqzQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nFfvSyD2ZE6vB+55MAyEAg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Sx6NDU/7HkSaF63lr6tFFg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MzlJ9eTK60qxhAlUfpQvdg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: N5x22JL7fE2PN3hWQp3/KQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tM4aOJpAc0qtFyD9ELcK0A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vNoWZpAX/UanhOIxqhqJFw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BJk/jZm2BECzWeZWowzEQA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: itYzcmEEYkWrv7qx72cioA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: V48B8g5Fq0OFqHxSa5xmrg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1tgIMkRjHES7TvuTJjNtlg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FTvTVWbpvU2Z/bntkZHbTQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 0Xj2234qBkufo/hwmTx2xA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 10LCyL0+wkqnPNO3px3ksA== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: naDTKmxmsUyIdekLzVahng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.UserRoles - DestinationEntity: System.UserRole - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2Kh98dp23kq+ANbFSX57Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O6XdxqN7V0WYxVER3qtoWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.UserRole - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.UserRole.Name - EntityRef: null - SortOrder: Ascending - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IHuKfXI6RUSo8OqlA3x/DQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ekTmI314CEaNbKQH8thWlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: $currentObject/Name - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0hl4C/CZ1k2WrpzKXxIUsg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: heLb95sOwU6eP8tTSrin0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A0BVkGFkGUSna2u4hRwxuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P625Mehgb0mt9nuzEYwz/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jnz9jD8c+EScEpwTYrjClA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YEfKF6AIIESubyDVmIUQpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZS0bF3k6pUiUijIa4xzNzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 25mk210Ni0WX2mcuIK4oyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yUcIh1ORyka8v2Ch5z9Qsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Sl4nuHwQwku8w12WAleBzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OEhUZQ/0J0+32nSmA/xoSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X9NpBo9/UE+1hTQzH+wxZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qO58FyhEKkq3yTa2hT9VCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5KiXyW1aoU6tq9SwxbawNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XYlYnubNJ0umfeWbch3SVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vTPcnP7bcEiSvPi8ci8hLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rlObh+zvXUygXe4LIJ36fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aIcMHK7f00WQhtCj8i7VSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lxgSZc2EvkyLhlPImiSxzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mAbxyG9XNEGrpLZ/cR8Cpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3qVF2dPvm0eAIj+Ndfu3sQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4LP0IhJV40mr3Qkc453ghA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qJzOotDv6kuMt2aFPfluXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vh5UShTSZUauvM8eUKOYLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZMQq2d7I5kGNzM7ieeQVrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 9ZajBLAdOE2xJRYOP9lm2A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6lBd/usCvkCL/8n1GqpoiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: dynamicText - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p4rXZGDc606qd1ZtCMQoVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B48OcYywBkupiU2Z3vXGVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.LastLogin - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8sRZUEiHS0uzSwM6qX7fNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gQYuVMVtikGz7su2bcYRIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fcFlRNxSYkWl0wbroY0WRg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: czC1YqewikmP7xrRElFAKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.LastLogin - EntityRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: DateTime - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: '{1}' - TranslatableValue: null - TypePointer: - Data: SnqvBRzZBkuCUpzFfgKNuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Emo6K6zgk0i1tf/2QuWvoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Last login - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Laatst aangemeld - TranslatableValue: null - TypePointer: - Data: FzwmYcl3CkGwgZVSPOuVWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EKwzC23wW0qXfwUqNdpGwg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JkoHrKn6vUC0AfBYN58q0A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zksmKgwScUed3OFnMzdV7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TaqbU9VcD0+FFWTWTS7Irw== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: dateFilter1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rq2+PxAaq0u4voSErUnCzQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IEoPa//8+EqrAZUahPgpzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qQ7ryExilUK7T/MW5vz6Ew== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hK3TzzXjb0qjyBnMTzwQWA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +XnTEVYSP0WkhcMBO9IlMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EnJjcOoyxkuELi3/aBb0aw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kcmKiUo4vkmLqBzaeBpD3w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8UQ2Pdxo8026szWJjVWb4g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bq/DyXfLbEG71i6h+OEOlA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: equal - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BSu+A8CKG0G4Un69oiWmPg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4z7jpEkx20Kdx8oz6nagow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: vOK1c3RhRU6XTsiaKgYtkg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Py5J7VRXiUiVniSQ9wbKLg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /HAtLj8FB06ATnaAGayVPA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3xNXOb04p0qxeksySdVy+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dJUWzN0Skk+QY0K5sd7Mmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JLuaXy8yIkiS98gcSsu3hg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BONezsjEBE+jcRD7xELEbg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +kyubd4/eEWRybnOstleIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BxAtuKIda0ypGhsw5vSWWA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yK+6SPbVbkq/5SgH6s9JOw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 24fO9bWf6EuALUwCPSG0QQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: z1UN+1ql7UWLUbkZ9wRAeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: a0Q1EpS6oE23Lopmu2Ed/g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OM8I2lmQpECwWegrFhzX8A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: RvZ/hEpYGEKikAglhwGlxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RVp8XGBCmUGtgB9HiA9UVg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: RF6IQ6rm1UmokVO5HXHriw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: oDLiz4AoaE2anEjJ5LCQpg== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: naDTKmxmsUyIdekLzVahng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2Kh98dp23kq+ANbFSX57Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O6XdxqN7V0WYxVER3qtoWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IHuKfXI6RUSo8OqlA3x/DQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ekTmI314CEaNbKQH8thWlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0hl4C/CZ1k2WrpzKXxIUsg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: heLb95sOwU6eP8tTSrin0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A0BVkGFkGUSna2u4hRwxuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P625Mehgb0mt9nuzEYwz/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jnz9jD8c+EScEpwTYrjClA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YEfKF6AIIESubyDVmIUQpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZS0bF3k6pUiUijIa4xzNzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 25mk210Ni0WX2mcuIK4oyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yUcIh1ORyka8v2Ch5z9Qsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Sl4nuHwQwku8w12WAleBzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OEhUZQ/0J0+32nSmA/xoSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X9NpBo9/UE+1hTQzH+wxZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qO58FyhEKkq3yTa2hT9VCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5KiXyW1aoU6tq9SwxbawNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XYlYnubNJ0umfeWbch3SVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vTPcnP7bcEiSvPi8ci8hLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rlObh+zvXUygXe4LIJ36fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aIcMHK7f00WQhtCj8i7VSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lxgSZc2EvkyLhlPImiSxzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mAbxyG9XNEGrpLZ/cR8Cpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3qVF2dPvm0eAIj+Ndfu3sQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4LP0IhJV40mr3Qkc453ghA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qJzOotDv6kuMt2aFPfluXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vh5UShTSZUauvM8eUKOYLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZMQq2d7I5kGNzM7ieeQVrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 9ZajBLAdOE2xJRYOP9lm2A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6lBd/usCvkCL/8n1GqpoiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: customContent - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p4rXZGDc606qd1ZtCMQoVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B48OcYywBkupiU2Z3vXGVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Active - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8sRZUEiHS0uzSwM6qX7fNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gQYuVMVtikGz7su2bcYRIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fcFlRNxSYkWl0wbroY0WRg== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: badge label-success - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: System.User.Active - Conditions: - - $Type: Enumerations$Condition - AttributeValue: "true" - EditableVisible: true - - $Type: Enumerations$Condition - AttributeValue: "false" - EditableVisible: false - Expression: "" - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Active - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Actief - Name: text2 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: badge label-secondary - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: System.User.Active - Conditions: - - $Type: Enumerations$Condition - AttributeValue: "true" - EditableVisible: false - - $Type: Enumerations$Condition - AttributeValue: "false" - EditableVisible: true - Expression: "" - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Inactive - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Inactief - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: czC1YqewikmP7xrRElFAKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: SnqvBRzZBkuCUpzFfgKNuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Emo6K6zgk0i1tf/2QuWvoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Active - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Actief - TranslatableValue: null - TypePointer: - Data: FzwmYcl3CkGwgZVSPOuVWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EKwzC23wW0qXfwUqNdpGwg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JkoHrKn6vUC0AfBYN58q0A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zksmKgwScUed3OFnMzdV7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TaqbU9VcD0+FFWTWTS7Irw== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: drop_downFilter2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BEK9IIoNg063TRPIovBTlA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gW0PGXpuJ0aMsI+kY/w+dQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: g+gy0k7mHUKusYEbN331AQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: U/GE0WteqkemA02JpC8U7Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GvX5DmrJrkCLbo7oZW3tKg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JovtmYk/tkOnTQvovFhMXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oYf5crLcxkCw1EnOCia5ng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 17dChyXQDUqZdW8cfMH+lg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hrnCrqVva0qLkpiH6zqHxg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: aDeM/aITIkmL8R9DA9YVuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kpyMpiLbg0uCQ2MDXpwlLw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3ky/XHItLEGsgD0xpBkLLQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: koBrrnb/mU2ZJdBA85/8Dg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tpONp7IMGUmdt/vQycfbCQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: n7wzju86xk6rTbl1IQT4JA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iCtGrmYZNEmW/+ULfNjCHw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ea4N1hmuBU6QtAfwWbG1MQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: Uh2efxDvgUejOHnRF4DpCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: bhhduCgBT0mHOImbFqYSTw== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: naDTKmxmsUyIdekLzVahng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2Kh98dp23kq+ANbFSX57Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O6XdxqN7V0WYxVER3qtoWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IHuKfXI6RUSo8OqlA3x/DQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ekTmI314CEaNbKQH8thWlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0hl4C/CZ1k2WrpzKXxIUsg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: heLb95sOwU6eP8tTSrin0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A0BVkGFkGUSna2u4hRwxuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P625Mehgb0mt9nuzEYwz/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jnz9jD8c+EScEpwTYrjClA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YEfKF6AIIESubyDVmIUQpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZS0bF3k6pUiUijIa4xzNzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 25mk210Ni0WX2mcuIK4oyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yUcIh1ORyka8v2Ch5z9Qsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Sl4nuHwQwku8w12WAleBzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OEhUZQ/0J0+32nSmA/xoSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X9NpBo9/UE+1hTQzH+wxZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qO58FyhEKkq3yTa2hT9VCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5KiXyW1aoU6tq9SwxbawNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XYlYnubNJ0umfeWbch3SVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vTPcnP7bcEiSvPi8ci8hLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rlObh+zvXUygXe4LIJ36fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aIcMHK7f00WQhtCj8i7VSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lxgSZc2EvkyLhlPImiSxzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mAbxyG9XNEGrpLZ/cR8Cpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3qVF2dPvm0eAIj+Ndfu3sQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4LP0IhJV40mr3Qkc453ghA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qJzOotDv6kuMt2aFPfluXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vh5UShTSZUauvM8eUKOYLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZMQq2d7I5kGNzM7ieeQVrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 9ZajBLAdOE2xJRYOP9lm2A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6lBd/usCvkCL/8n1GqpoiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p4rXZGDc606qd1ZtCMQoVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B48OcYywBkupiU2Z3vXGVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.WebServiceUser - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8sRZUEiHS0uzSwM6qX7fNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gQYuVMVtikGz7su2bcYRIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fcFlRNxSYkWl0wbroY0WRg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: czC1YqewikmP7xrRElFAKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: SnqvBRzZBkuCUpzFfgKNuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Emo6K6zgk0i1tf/2QuWvoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Web service user - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Webservice gebruiker - TranslatableValue: null - TypePointer: - Data: FzwmYcl3CkGwgZVSPOuVWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EKwzC23wW0qXfwUqNdpGwg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JkoHrKn6vUC0AfBYN58q0A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zksmKgwScUed3OFnMzdV7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TaqbU9VcD0+FFWTWTS7Irw== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: drop_downFilter3 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BGdiW14MF0+FHt4trRCK7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NvRE9BUPakqrh4oQVnFX+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AXG5IlGUR0uzntOzSygPSw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JzI6968td0SnI2lintNzNA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6qnSmpLF10uvaXtFq4HN1Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: V+fJ9V+FJUuKe0QMD+jh7A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9KbXhhHM60ys7k0722qwKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3kJPbjVSrkyt2Qgoq86+vg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: keR7l2y+7kWZFhTL5Ofjeg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: hBdX0nEkS0eDVlK4NwpkUQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gClFYTRx/UqcICArR8eZ/Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YJG7YS0EQkuFYhw8G8/LOA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tPagiHqQeku8rXnN4OBAQA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fWD0B0hAq0qoQCBQU0B+hQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: il7XfrZ7cUufJwLqCzSbyQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 57qks/Xn2EKM9HIJJI4+yQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: r68fD+ZSmU6IAaIvSWhTkA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: CS4yBmXxck+RZUc887uKGw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: G9nvvo5/7EG+aEnFBpJ27w== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: naDTKmxmsUyIdekLzVahng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2Kh98dp23kq+ANbFSX57Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O6XdxqN7V0WYxVER3qtoWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IHuKfXI6RUSo8OqlA3x/DQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ekTmI314CEaNbKQH8thWlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0hl4C/CZ1k2WrpzKXxIUsg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: heLb95sOwU6eP8tTSrin0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A0BVkGFkGUSna2u4hRwxuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P625Mehgb0mt9nuzEYwz/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jnz9jD8c+EScEpwTYrjClA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YEfKF6AIIESubyDVmIUQpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZS0bF3k6pUiUijIa4xzNzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 25mk210Ni0WX2mcuIK4oyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yUcIh1ORyka8v2Ch5z9Qsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Sl4nuHwQwku8w12WAleBzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OEhUZQ/0J0+32nSmA/xoSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X9NpBo9/UE+1hTQzH+wxZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qO58FyhEKkq3yTa2hT9VCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5KiXyW1aoU6tq9SwxbawNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XYlYnubNJ0umfeWbch3SVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vTPcnP7bcEiSvPi8ci8hLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rlObh+zvXUygXe4LIJ36fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aIcMHK7f00WQhtCj8i7VSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lxgSZc2EvkyLhlPImiSxzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mAbxyG9XNEGrpLZ/cR8Cpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3qVF2dPvm0eAIj+Ndfu3sQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4LP0IhJV40mr3Qkc453ghA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qJzOotDv6kuMt2aFPfluXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vh5UShTSZUauvM8eUKOYLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZMQq2d7I5kGNzM7ieeQVrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 9ZajBLAdOE2xJRYOP9lm2A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6lBd/usCvkCL/8n1GqpoiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p4rXZGDc606qd1ZtCMQoVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B48OcYywBkupiU2Z3vXGVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.Account.IsLocalUser - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8sRZUEiHS0uzSwM6qX7fNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gQYuVMVtikGz7su2bcYRIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fcFlRNxSYkWl0wbroY0WRg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: czC1YqewikmP7xrRElFAKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: SnqvBRzZBkuCUpzFfgKNuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Emo6K6zgk0i1tf/2QuWvoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Local - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Lokaal - TranslatableValue: null - TypePointer: - Data: FzwmYcl3CkGwgZVSPOuVWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EKwzC23wW0qXfwUqNdpGwg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JkoHrKn6vUC0AfBYN58q0A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zksmKgwScUed3OFnMzdV7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TaqbU9VcD0+FFWTWTS7Irw== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: drop_downFilter4 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O+XdCBs0rUC3nJZhaVwYig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MtbJS3ocMUqNge+hYu99cA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 70X7P7d4iku7MFUB1wp8jQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PCQqJgNtLE2tWifH9833Hw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Dbxh47UayEmDI3k7kIAwNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BxGSMf7jPkeUB/Ttbtshyw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MDYHctZB/EyR+y2AIRCWGQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2pE9b+qIvkmXd4WynflOow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3qFvxNb5zUKLjgoCfdYOxg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: i4we5etn3kuSWvVgjKW8cA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4/7VYmHE/EqlACMmeFrdcA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SEgA6jcxc06BSoX+8Pr7gg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MxdhqS8hdkKyZMt1f0yv0A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EF3fzG4/AEanvNj7Pqz+qA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /weWeokQT0SgCJbTZjDLmw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pmhDihR5qUue4N7tJjEgkA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TNXdg48wC0+oNfr3EQ8PHA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: GvvVqJ6OJ0mK3w3Dv3dciA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: pZ23M8a/7kiUGk3+/8/G7w== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: naDTKmxmsUyIdekLzVahng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2Kh98dp23kq+ANbFSX57Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O6XdxqN7V0WYxVER3qtoWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IHuKfXI6RUSo8OqlA3x/DQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ekTmI314CEaNbKQH8thWlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0hl4C/CZ1k2WrpzKXxIUsg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: heLb95sOwU6eP8tTSrin0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A0BVkGFkGUSna2u4hRwxuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P625Mehgb0mt9nuzEYwz/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jnz9jD8c+EScEpwTYrjClA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YEfKF6AIIESubyDVmIUQpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZS0bF3k6pUiUijIa4xzNzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 25mk210Ni0WX2mcuIK4oyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yUcIh1ORyka8v2Ch5z9Qsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Sl4nuHwQwku8w12WAleBzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OEhUZQ/0J0+32nSmA/xoSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X9NpBo9/UE+1hTQzH+wxZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qO58FyhEKkq3yTa2hT9VCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5KiXyW1aoU6tq9SwxbawNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XYlYnubNJ0umfeWbch3SVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vTPcnP7bcEiSvPi8ci8hLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rlObh+zvXUygXe4LIJ36fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aIcMHK7f00WQhtCj8i7VSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lxgSZc2EvkyLhlPImiSxzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mAbxyG9XNEGrpLZ/cR8Cpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3qVF2dPvm0eAIj+Ndfu3sQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4LP0IhJV40mr3Qkc453ghA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qJzOotDv6kuMt2aFPfluXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vh5UShTSZUauvM8eUKOYLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZMQq2d7I5kGNzM7ieeQVrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 9ZajBLAdOE2xJRYOP9lm2A== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6lBd/usCvkCL/8n1GqpoiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: customContent - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p4rXZGDc606qd1ZtCMQoVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B48OcYywBkupiU2Z3vXGVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.Account.FullName - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8sRZUEiHS0uzSwM6qX7fNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gQYuVMVtikGz7su2bcYRIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fcFlRNxSYkWl0wbroY0WRg== - Subtype: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$FormAction - DisabledDuringExecution: true - FormSettings: - $Type: Forms$FormSettings - Form: Administration.Account_Edit - ParameterMappings: null - TitleOverride: null - NumberOfPagesToClose2: "" - PagesForSpecializations: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Size - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Large - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$DeleteClientAction - ClosePage: false - DisabledDuringExecution: true - SourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Size - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Large - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton4 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: czC1YqewikmP7xrRElFAKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: SnqvBRzZBkuCUpzFfgKNuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Emo6K6zgk0i1tf/2QuWvoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: ' ' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: ' ' - TranslatableValue: null - TypePointer: - Data: FzwmYcl3CkGwgZVSPOuVWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EKwzC23wW0qXfwUqNdpGwg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JkoHrKn6vUC0AfBYN58q0A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zksmKgwScUed3OFnMzdV7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TaqbU9VcD0+FFWTWTS7Irw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: naDTKmxmsUyIdekLzVahng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2Kh98dp23kq+ANbFSX57Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O6XdxqN7V0WYxVER3qtoWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IHuKfXI6RUSo8OqlA3x/DQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ekTmI314CEaNbKQH8thWlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0hl4C/CZ1k2WrpzKXxIUsg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: heLb95sOwU6eP8tTSrin0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A0BVkGFkGUSna2u4hRwxuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P625Mehgb0mt9nuzEYwz/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jnz9jD8c+EScEpwTYrjClA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YEfKF6AIIESubyDVmIUQpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZS0bF3k6pUiUijIa4xzNzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 25mk210Ni0WX2mcuIK4oyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yUcIh1ORyka8v2Ch5z9Qsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Sl4nuHwQwku8w12WAleBzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OEhUZQ/0J0+32nSmA/xoSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X9NpBo9/UE+1hTQzH+wxZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFit - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qO58FyhEKkq3yTa2hT9VCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5KiXyW1aoU6tq9SwxbawNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XYlYnubNJ0umfeWbch3SVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vTPcnP7bcEiSvPi8ci8hLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rlObh+zvXUygXe4LIJ36fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aIcMHK7f00WQhtCj8i7VSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lxgSZc2EvkyLhlPImiSxzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mAbxyG9XNEGrpLZ/cR8Cpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3qVF2dPvm0eAIj+Ndfu3sQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4LP0IhJV40mr3Qkc453ghA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qJzOotDv6kuMt2aFPfluXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vh5UShTSZUauvM8eUKOYLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZMQq2d7I5kGNzM7ieeQVrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 9ZajBLAdOE2xJRYOP9lm2A== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hhpUQHVow0makjRBhpL1Yw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y7zvsRSB5UyZRwwUVIOkZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eJy51knz/UG5elTNeRmHHw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4HAEXl8HHUKR+bnlr/QpxQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "20" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gGuNEth0DU+iR7TECehp4g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9hhyXgTZMUqxDW7GatL9uw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: buttons - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Uoh3twXcukSUFXQ6EdL01Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DCQCzxiPt0KyzF//WwFqgA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3+BlPlXhI0SQOvJ+Gy1DyQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: e8Y0m/4ItE6zZ/JfD2yXng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: always - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ytUHA3RNdkikBegq70ur+Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hey/1RtsakCQSnjlB+bSNA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3/UKm/Sf8EOTX8jfwayHig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gyXOg7B1sE2E0pr2honLSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: q0uOTXbvUEuXD1ZbhbxVeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f4vb2fOpnE6M39/7xAGA7w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kZIjg1lkx0ibDKu1FCyEOw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9Vadi4Gyvk2tHgxmTnwEng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4UuVJMuhsEiKDSZ2Eke3Qg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BKTJKTTCAEmBrZlC+OwWog== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +s9ER204nkiDUo0Ji8tDPw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tTGH56t+rkWRP5qarHvYDg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 11kJQcYbJk2vkR+BSnBw+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y1uwwOp8IUWkDpij5kuRhA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A7GRhbIc+kynLj08ZvBveA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4w5+WkiWpUeSXwSNTgkrzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7RovkYBx1k6+hqE9kDbboQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ka43XlmozUi42VtzwO1cTw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vCP9G5bycUSvkpDtArXhxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CE6ofSBEZ0KXmqsZEvOnvg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hIjVNv2D60OdnrMU+ROoSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0/1gLra/Z0ieL3PT7Ypyng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JFNF+6n4VkmkaKMYpZLpsQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0FPH5PAVKkGpPYYRo55g+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OKRtOXzbBUiM591g+HBtfQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tUXgv0nlwkSVyJOhHCYL2w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hGZ9T+8c202/isg2Z5lU4Q== - Subtype: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$MicroflowAction - DisabledDuringExecution: true - MicroflowSettings: - $Type: Forms$MicroflowSettings - Asynchronous: false - ConfirmationInfo: null - FormValidations: All - Microflow: Administration.NewAccount - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Success - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: New local user - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Nieuwe gebruiker - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$MicroflowAction - DisabledDuringExecution: true - MicroflowSettings: - $Type: Forms$MicroflowSettings - Asynchronous: false - ConfirmationInfo: null - FormValidations: All - Microflow: Administration.NewWebServiceAccount - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: New web service user - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Nieuwe webservice gebruiker - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vYIE2m86GkCdHeH4hlO5Fg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 58SVyiulVkK+Yx8bCj86rA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BdyRkKysQUG9tU+GLMebUg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Export progress - TranslatableValue: null - TypePointer: - Data: HbxuRdhSZke0pQfVwpQSIA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: U0tehjYAbUiUas8ZyXWf+Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel data export - TranslatableValue: null - TypePointer: - Data: 3lY/X8j9AU+Yro6q0BmkaA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Kh8hoN2/vkK4pBK0nRhmtA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select row - TranslatableValue: null - TypePointer: - Data: 399DNM8jpEWkPKmN46W9/A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BLcdRGsfmUSmqligiUHTIA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: single - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3m7vk3/SV0m/PD5IAwYIFA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: JknAVj3CHU6ZFV/1OPgJ7w== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -MarkAsUsed: false -Name: Account_Overview -Parameters: null -PopupCloseAction: "" -PopupHeight: 0 -PopupResizable: true -PopupWidth: 0 -Title: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Accounts - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruikers -Url: "" -Variables: null diff --git a/modelsource/Administration/User Management/Admin/ChangePassword.Microflows$Microflow.yaml b/modelsource/Administration/User Management/Admin/ChangePassword.Microflows$Microflow.yaml deleted file mode 100644 index 9d5ec25..0000000 --- a/modelsource/Administration/User Management/Admin/ChangePassword.Microflows$Microflow.yaml +++ /dev/null @@ -1,146 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: -- Administration.Administrator -ApplyEntityAccess: true -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: ChangePassword -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$ExclusiveSplit - Caption: Passwords equal? - Documentation: "" - ErrorHandlingType: Rollback - SplitCondition: - $Type: Microflows$ExpressionSplitCondition - Expression: $AccountPasswordData/NewPassword = $AccountPasswordData/ConfirmPassword - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowMessageAction - Blocking: true - ErrorHandlingType: Rollback - Template: - $Type: Microflows$TextTemplate - Parameters: null - Text: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The new passwords do not match. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: De nieuwe wachtwoorden komen niet overeen. - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$StartEvent - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CloseFormAction - ErrorHandlingType: Rollback - NumberOfPagesToClose: "" - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ChangeAction - ChangeVariableName: Account - Commit: "Yes" - ErrorHandlingType: Rollback - Items: - - $Type: Microflows$ChangeActionItem - Association: "" - Attribute: System.User.Password - Value: $AccountPasswordData/NewPassword - RefreshInClient: true - AutoGenerateCaption: false - BackgroundColor: Default - Caption: Save password - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowMessageAction - Blocking: true - ErrorHandlingType: Rollback - Template: - $Type: Microflows$TextTemplate - Parameters: null - Text: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The password has been updated. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Het wachtwoord is aangepast. - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: AccountPasswordData - VariableType: - $Type: DataTypes$ObjectType - Entity: Administration.AccountPasswordData - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$DeleteAction - DeleteVariableName: AccountPasswordData - ErrorHandlingType: Rollback - RefreshInClient: false - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$RetrieveAction - ErrorHandlingType: Rollback - ResultVariableName: Account - RetrieveSource: - $Type: Microflows$AssociationRetrieveSource - AssociationId: Administration.AccountPasswordData_Account - StartVariableName: AccountPasswordData - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/Administration/User Management/Admin/ChangePasswordForm.Forms$Page.yaml b/modelsource/Administration/User Management/Admin/ChangePasswordForm.Forms$Page.yaml deleted file mode 100644 index 0a55a89..0000000 --- a/modelsource/Administration/User Management/Admin/ChangePasswordForm.Forms$Page.yaml +++ /dev/null @@ -1,346 +0,0 @@ -$Type: Forms$Page -AllowedModuleRoles: null -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -FormCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.PopupLayout.Main - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: Administration.AccountPasswordData - ForceFullObjects: false - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: AccountPasswordData - SnippetParameter: "" - UseAllPages: false - Widget: "" - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$MicroflowAction - DisabledDuringExecution: false - MicroflowSettings: - $Type: Forms$MicroflowSettings - Asynchronous: false - ConfirmationInfo: null - FormValidations: All - Microflow: Administration.ChangePassword - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Success - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Change - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Aanpassen - ConditionalVisibilitySettings: null - Icon: null - Name: microflowButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Annuleren - ConditionalVisibilitySettings: null - Icon: null - Name: cancelButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView2 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Text - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.AccountPasswordData.NewPassword - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: true - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: New password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Nieuw wachtwoord - MaxLengthCode: -1 - Name: textBox3 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: AccountPasswordData - SnippetParameter: "" - UseAllPages: false - Widget: dataView2 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: $value != empty - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The password cannot be empty. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Het wachtwoord mag niet leeg zijn. - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.AccountPasswordData.ConfirmPassword - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: true - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Confirm password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Bevestig wachtwoord - MaxLengthCode: -1 - Name: textBox1 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: AccountPasswordData - SnippetParameter: "" - UseAllPages: false - Widget: dataView2 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: $value != empty - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The password cannot be empty. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Het wachtwoord mag niet leeg zijn. - Form: Atlas_Core.PopupLayout -MarkAsUsed: false -Name: ChangePasswordForm -Parameters: -- $Type: Forms$PageParameter - Name: AccountPasswordData - ParameterType: - $Type: DataTypes$ObjectType - Entity: Administration.AccountPasswordData -PopupCloseAction: cancelButton1 -PopupHeight: 0 -PopupResizable: true -PopupWidth: 0 -Title: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Change Password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Wachtwoord veranderen -Url: "" -Variables: null diff --git a/modelsource/Administration/User Management/Admin/NewAccount.Microflows$Microflow.yaml b/modelsource/Administration/User Management/Admin/NewAccount.Microflows$Microflow.yaml deleted file mode 100644 index 4ec3048..0000000 --- a/modelsource/Administration/User Management/Admin/NewAccount.Microflows$Microflow.yaml +++ /dev/null @@ -1,88 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: -- Administration.Administrator -ApplyEntityAccess: false -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: NewAccount -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CreateChangeAction - Commit: "No" - Entity: Administration.Account - ErrorHandlingType: Rollback - Items: null - RefreshInClient: false - VariableName: NewAccount - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowFormAction - ErrorHandlingType: Rollback - FormSettings: - $Type: Forms$FormSettings - Form: Administration.Account_New - ParameterMappings: - - $Type: Forms$PageParameterMapping - Argument: $AccountPasswordData - Parameter: Administration.Account_New.AccountPasswordData - Variable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: "" - SnippetParameter: "" - UseAllPages: false - Widget: "" - TitleOverride: null - NumberOfPagesToClose: "" - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CreateChangeAction - Commit: "No" - Entity: Administration.AccountPasswordData - ErrorHandlingType: Rollback - Items: - - $Type: Microflows$ChangeActionItem - Association: Administration.AccountPasswordData_Account - Attribute: "" - Value: $NewAccount - RefreshInClient: false - VariableName: AccountPasswordData - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/Administration/User Management/Admin/NewWebServiceAccount.Microflows$Microflow.yaml b/modelsource/Administration/User Management/Admin/NewWebServiceAccount.Microflows$Microflow.yaml deleted file mode 100644 index 84f2ce2..0000000 --- a/modelsource/Administration/User Management/Admin/NewWebServiceAccount.Microflows$Microflow.yaml +++ /dev/null @@ -1,107 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: -- Administration.Administrator -ApplyEntityAccess: false -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "Create a new user object and change the default attribute values so - the user will be handled as a webservice user.\r\nFinally open the User_NewEdit - form so all remaing user information can be set." -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: NewWebServiceAccount -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CreateChangeAction - Commit: "No" - Entity: Administration.Account - ErrorHandlingType: Rollback - Items: null - RefreshInClient: false - VariableName: NewAccount - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowFormAction - ErrorHandlingType: Rollback - FormSettings: - $Type: Forms$FormSettings - Form: Administration.Account_New - ParameterMappings: - - $Type: Forms$PageParameterMapping - Argument: $AccountPasswordData - Parameter: Administration.Account_New.AccountPasswordData - Variable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: "" - SnippetParameter: "" - UseAllPages: false - Widget: "" - TitleOverride: null - NumberOfPagesToClose: "" - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ChangeAction - ChangeVariableName: NewAccount - Commit: "No" - ErrorHandlingType: Rollback - Items: - - $Type: Microflows$ChangeActionItem - Association: "" - Attribute: System.User.WebServiceUser - Value: "true" - RefreshInClient: false - AutoGenerateCaption: false - BackgroundColor: Default - Caption: Mark as web service user - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CreateChangeAction - Commit: "No" - Entity: Administration.AccountPasswordData - ErrorHandlingType: Rollback - Items: - - $Type: Microflows$ChangeActionItem - Association: Administration.AccountPasswordData_Account - Attribute: "" - Value: $NewAccount - RefreshInClient: false - VariableName: AccountPasswordData - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/Administration/User Management/Admin/SaveNewAccount.Microflows$Microflow.yaml b/modelsource/Administration/User Management/Admin/SaveNewAccount.Microflows$Microflow.yaml deleted file mode 100644 index 8a2d721..0000000 --- a/modelsource/Administration/User Management/Admin/SaveNewAccount.Microflows$Microflow.yaml +++ /dev/null @@ -1,124 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: -- Administration.Administrator -ApplyEntityAccess: true -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: SaveNewAccount -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$ExclusiveSplit - Caption: Passwords equal? - Documentation: "" - ErrorHandlingType: Rollback - SplitCondition: - $Type: Microflows$ExpressionSplitCondition - Expression: $AccountPasswordData/NewPassword = $AccountPasswordData/ConfirmPassword - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowMessageAction - Blocking: true - ErrorHandlingType: Rollback - Template: - $Type: Microflows$TextTemplate - Parameters: null - Text: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The entered passwords do not match. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: De ingevoerde wachtwoorden zijn niet gelijk. - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ChangeAction - ChangeVariableName: Account - Commit: "Yes" - ErrorHandlingType: Rollback - Items: - - $Type: Microflows$ChangeActionItem - Association: "" - Attribute: System.User.Password - Value: $AccountPasswordData/NewPassword - RefreshInClient: true - AutoGenerateCaption: false - BackgroundColor: Default - Caption: Set password and save account - Disabled: false - Documentation: "" - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: AccountPasswordData - VariableType: - $Type: DataTypes$ObjectType - Entity: Administration.AccountPasswordData - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$RetrieveAction - ErrorHandlingType: Rollback - ResultVariableName: Account - RetrieveSource: - $Type: Microflows$AssociationRetrieveSource - AssociationId: Administration.AccountPasswordData_Account - StartVariableName: AccountPasswordData - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$DeleteAction - DeleteVariableName: AccountPasswordData - ErrorHandlingType: Rollback - RefreshInClient: false - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CloseFormAction - ErrorHandlingType: Rollback - NumberOfPagesToClose: "" - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/Administration/User Management/Admin/ShowPasswordForm.Microflows$Microflow.yaml b/modelsource/Administration/User Management/Admin/ShowPasswordForm.Microflows$Microflow.yaml deleted file mode 100644 index 411d6d2..0000000 --- a/modelsource/Administration/User Management/Admin/ShowPasswordForm.Microflows$Microflow.yaml +++ /dev/null @@ -1,83 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: -- Administration.Administrator -ApplyEntityAccess: false -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: ShowPasswordForm -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: Account - VariableType: - $Type: DataTypes$ObjectType - Entity: Administration.Account - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowFormAction - ErrorHandlingType: Rollback - FormSettings: - $Type: Forms$FormSettings - Form: Administration.ChangePasswordForm - ParameterMappings: - - $Type: Forms$PageParameterMapping - Argument: $AccountPasswordData - Parameter: Administration.ChangePasswordForm.AccountPasswordData - Variable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: "" - SnippetParameter: "" - UseAllPages: false - Widget: "" - TitleOverride: null - NumberOfPagesToClose: "" - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CreateChangeAction - Commit: "No" - Entity: Administration.AccountPasswordData - ErrorHandlingType: Rollback - Items: - - $Type: Microflows$ChangeActionItem - Association: Administration.AccountPasswordData_Account - Attribute: "" - Value: $Account - RefreshInClient: false - VariableName: AccountPasswordData - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/Administration/User Management/User/ChangeMyPassword.Microflows$Microflow.yaml b/modelsource/Administration/User Management/User/ChangeMyPassword.Microflows$Microflow.yaml deleted file mode 100644 index 4418598..0000000 --- a/modelsource/Administration/User Management/User/ChangeMyPassword.Microflows$Microflow.yaml +++ /dev/null @@ -1,205 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: -- Administration.Administrator -- Administration.User -ApplyEntityAccess: true -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: ChangeMyPassword -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$ExclusiveSplit - Caption: Passwords equal? - Documentation: "" - ErrorHandlingType: Rollback - SplitCondition: - $Type: Microflows$ExpressionSplitCondition - Expression: $AccountPasswordData/NewPassword = $AccountPasswordData/ConfirmPassword - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowMessageAction - Blocking: true - ErrorHandlingType: Rollback - Template: - $Type: Microflows$TextTemplate - Parameters: null - Text: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The new passwords do not match. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: De nieuwe wachtwoorden komen niet overeen. - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$StartEvent - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CloseFormAction - ErrorHandlingType: Rollback - NumberOfPagesToClose: "" - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ChangeAction - ChangeVariableName: Account - Commit: "Yes" - ErrorHandlingType: Rollback - Items: - - $Type: Microflows$ChangeActionItem - Association: "" - Attribute: System.User.Password - Value: $AccountPasswordData/NewPassword - RefreshInClient: true - AutoGenerateCaption: false - BackgroundColor: Default - Caption: Save password - Disabled: false - Documentation: "" - - $Type: Microflows$ExclusiveSplit - Caption: Old password okay? - Documentation: "" - ErrorHandlingType: Rollback - SplitCondition: - $Type: Microflows$ExpressionSplitCondition - Expression: $OldPasswordOkay - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$JavaActionCallAction - ErrorHandlingType: Rollback - JavaAction: System.VerifyPassword - ParameterMappings: - - $Type: Microflows$JavaActionParameterMapping - Parameter: System.VerifyPassword.userName - Value: - $Type: Microflows$BasicCodeActionParameterValue - Argument: $Account/Name - - $Type: Microflows$JavaActionParameterMapping - Parameter: System.VerifyPassword.password - Value: - $Type: Microflows$BasicCodeActionParameterValue - Argument: $AccountPasswordData/OldPassword - QueueSettings: null - ResultVariableName: OldPasswordOkay - UseReturnVariable: true - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowMessageAction - Blocking: true - ErrorHandlingType: Rollback - Template: - $Type: Microflows$TextTemplate - Parameters: null - Text: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The password has been updated. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Het wachtwoord is aangepast. - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ValidationFeedbackAction - Association: "" - Attribute: Administration.AccountPasswordData.OldPassword - ErrorHandlingType: Rollback - FeedbackTemplate: - $Type: Microflows$TextTemplate - Parameters: null - Text: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The password is not correct. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Het wachtwoord is onjuist. - ValidationVariableName: AccountPasswordData - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: AccountPasswordData - VariableType: - $Type: DataTypes$ObjectType - Entity: Administration.AccountPasswordData - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$RetrieveAction - ErrorHandlingType: Rollback - ResultVariableName: Account - RetrieveSource: - $Type: Microflows$AssociationRetrieveSource - AssociationId: Administration.AccountPasswordData_Account - StartVariableName: AccountPasswordData - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$DeleteAction - DeleteVariableName: AccountPasswordData - ErrorHandlingType: Rollback - RefreshInClient: false - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/Administration/User Management/User/ChangeMyPasswordForm.Forms$Page.yaml b/modelsource/Administration/User Management/User/ChangeMyPasswordForm.Forms$Page.yaml deleted file mode 100644 index 61fdf61..0000000 --- a/modelsource/Administration/User Management/User/ChangeMyPasswordForm.Forms$Page.yaml +++ /dev/null @@ -1,440 +0,0 @@ -$Type: Forms$Page -AllowedModuleRoles: null -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -FormCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.PopupLayout.Main - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: Administration.AccountPasswordData - ForceFullObjects: false - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: AccountPasswordData - SnippetParameter: "" - UseAllPages: false - Widget: "" - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$MicroflowAction - DisabledDuringExecution: false - MicroflowSettings: - $Type: Forms$MicroflowSettings - Asynchronous: false - ConfirmationInfo: null - FormValidations: All - Microflow: Administration.ChangeMyPassword - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Success - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Change - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Aanpassen - ConditionalVisibilitySettings: null - Icon: null - Name: microflowButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Annuleren - ConditionalVisibilitySettings: null - Icon: null - Name: cancelButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView2 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Text - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.AccountPasswordData.OldPassword - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: true - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Old password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Huidig wachtwoord - MaxLengthCode: -1 - Name: textBox2 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: AccountPasswordData - SnippetParameter: "" - UseAllPages: false - Widget: dataView2 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: $value != empty - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The password cannot be empty. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Het wachtwoord mag niet leeg zijn. - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.AccountPasswordData.NewPassword - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: true - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: New password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Nieuw wachtwoord - MaxLengthCode: -1 - Name: textBox3 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: AccountPasswordData - SnippetParameter: "" - UseAllPages: false - Widget: dataView2 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: $value != empty - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The password cannot be empty. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Het wachtwoord mag niet leeg zijn. - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.AccountPasswordData.ConfirmPassword - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: true - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Confirm password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Bevestig wachtwoord - MaxLengthCode: -1 - Name: textBox1 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: AccountPasswordData - SnippetParameter: "" - UseAllPages: false - Widget: dataView2 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: $value != empty - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: The password cannot be empty. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Het wachtwoord mag niet leeg zijn. - Form: Atlas_Core.PopupLayout -MarkAsUsed: false -Name: ChangeMyPasswordForm -Parameters: -- $Type: Forms$PageParameter - Name: AccountPasswordData - ParameterType: - $Type: DataTypes$ObjectType - Entity: Administration.AccountPasswordData -PopupCloseAction: cancelButton1 -PopupHeight: 0 -PopupResizable: true -PopupWidth: 0 -Title: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Change Password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Wachtwoord veranderen -Url: "" -Variables: null diff --git a/modelsource/Administration/User Management/User/ManageMyAccount.Microflows$Microflow.yaml b/modelsource/Administration/User Management/User/ManageMyAccount.Microflows$Microflow.yaml deleted file mode 100644 index 08cd9c9..0000000 --- a/modelsource/Administration/User Management/User/ManageMyAccount.Microflows$Microflow.yaml +++ /dev/null @@ -1,96 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: -- Administration.User -ApplyEntityAccess: true -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: ManageMyAccount -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$InheritanceSplit - Caption: "" - Documentation: "" - SplitVariableName: currentUser - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowFormAction - ErrorHandlingType: Rollback - FormSettings: - $Type: Forms$FormSettings - Form: Administration.MyAccount - ParameterMappings: - - $Type: Forms$PageParameterMapping - Argument: $Account - Parameter: Administration.MyAccount.Account - Variable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: "" - SnippetParameter: "" - UseAllPages: false - Widget: "" - TitleOverride: null - NumberOfPagesToClose: "" - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CastAction - ErrorHandlingType: Rollback - VariableName: Account - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ExclusiveMerge - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowMessageAction - Blocking: true - ErrorHandlingType: Rollback - Template: - $Type: Microflows$TextTemplate - Parameters: null - Text: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: No account information is available for anonymous users. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Geen accountinformatie beschikbaar voor anonieme gebruikers. - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/Administration/User Management/User/MyAccount.Forms$Page.yaml b/modelsource/Administration/User Management/User/MyAccount.Forms$Page.yaml deleted file mode 100644 index caa5310..0000000 --- a/modelsource/Administration/User Management/User/MyAccount.Forms$Page.yaml +++ /dev/null @@ -1,1343 +0,0 @@ -$Type: Forms$Page -AllowedModuleRoles: null -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -FormCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.PopupLayout.Main - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: Administration.Account - ForceFullObjects: false - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: Account - SnippetParameter: "" - UseAllPages: false - Widget: "" - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Success - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Opslaan - ConditionalVisibilitySettings: null - Icon: null - Name: saveButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Annuleren - ConditionalVisibilitySettings: null - Icon: null - Name: cancelButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView1 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Text - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Administration.Account.FullName - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Full name - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Volledige naam - MaxLengthCode: -1 - Name: textBox2 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: Account - SnippetParameter: "" - UseAllPages: false - Widget: dataView1 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.User.Name - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: User name - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruikersnaam - MaxLengthCode: -1 - Name: textBox5 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: Account - SnippetParameter: "" - UseAllPages: false - Widget: dataView1 - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Language - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Taal - Name: comboBox3 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ih/GazSGLkmq6BDAG5paPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: association - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qj4euAjNE02GUhthfCWipw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: REP5GYxtQk+0om6KzpaqWg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +DuAhO+4KE26fcXiN2invA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /L5E8BZT/kuFFkXK0wRH3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DjE4eCB5sUK9PozZO4E9qg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RPouph74n0KtpqmvMaPXeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: - $Type: DomainModels$IndirectEntityRef - Steps: - - $Type: DomainModels$EntityRefStep - Association: System.User_Language - DestinationEntity: System.Language - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5MUfh/4KVU6wntCQoH+dIA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GYorUoCLS0icXqCdoJpC2Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.Language - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PejDcg43dkiWsgCLn/Gl1Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FQm+7bvxaEyYx0e58joCfA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: grjHo3vX/UehWR2otEnpqA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +rJYeGywJUG66HayVAp2QA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.Language.Description - EntityRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 44XAHIDUjECkk9taLFqgEA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: R2IZLuLqvEu/MEzBiWf02g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Klmex0ybCE6QYeOkL9AKvw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RP5jfi1IoEmPTpCPglLzmQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: bHQpbBp9ekSC6edwtiHnDA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +BzMO7poeE+U6lPncrJORA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: contains - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6CdAY47QPEGWU9FSjM7Uvw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OCL6K5SO+U2j7H6CZTpJJQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: wJzatZ+y8kmqSiggDWCO/A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ew+UxJwZ6U+l+Jnr+FJrxg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FGmhGzLO0kyuIUNPeuSgCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9S5z9VvrAUiJ1YkVs5NV3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MiKRCXvUKku0xAouMvD7LA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pqACYU4C206MyPl/RzN6Dg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0npTWg9lSker3CNH5xZFAg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qnTVAQ5m6EuV1lmiA1V5PQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vBeNiz5t4EG6EgLuMAPJPA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AvlrtTyzokWyPs/hf4swOA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OvpM4RRi2EWHnp0fyE78lQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +xT7Oeem60Gx2fvc9Mxehw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 87yZw92gPEipgGyj6YdeJw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WM6WAsDsJkKRvV08JVkbMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gGulYdrGWUWoDt73ALn7XA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XNWBYNxbKU+vFXRU2LTMQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JdQ+dQOaKUS1IsYabwoBpQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5OL3zB7Rm0WRLuqPHKb23g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select all - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selecteer alles - TranslatableValue: null - TypePointer: - Data: 9pVp5q9THESvRPD7/PeOdQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wycBIMDeYEmFLN8zWj8DuQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Hw9RiKblZECeoU7QzGGXSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WrkwXO6MRUy6FPLA23Ochg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Wa1kI+8T8Ei5vC7EUw0Cdw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0bbJ5b+tJkCDjI5llke5LQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: d+jfRqxaNUq/InIfhMJY8A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rKMw36kRo0WIFGrJULZBSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GVtzxmpZRkqlCiVDLmRpag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0rQXx8MFnECSSUsxwZDu7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Clear selection - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Selectie wissen - TranslatableValue: null - TypePointer: - Data: xYn2CxkiUESDQMc3wedQqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LFi48at4j0Kfkwi5HHFw8g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Remove value - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Waarde verwijderen - TranslatableValue: null - TypePointer: - Data: U76QzDkSM0atLJTgtNf0SQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RsZMytrq9EaAvvZQVgysXg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Selected value:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Geselecteerde waarde:' - TranslatableValue: null - TypePointer: - Data: MgZDPf/q00WlpA7qRcjQEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wjtBAm0HyE+aDgEkke5OQg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Number of options available:' - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: 'Aantal beschikbare opties:' - TranslatableValue: null - TypePointer: - Data: Avvm6jyf00OM+Uf6EQ9VJA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DdOaiIGuW0ShEbBu5MKTFw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Use up and down arrow keys to navigate. Press Enter or Space - Bar keys to select. - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Gebruik de pijltjestoetsen (omhoog en omlaag) om te navigeren. - Druk op Enter of de spatiebalk om de waarde te selecteren. - TranslatableValue: null - TypePointer: - Data: qY2Lo1diH0WUEg1ziPSRkw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: RfEnQefZGEmX5d/o/YFneg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$ActionButton - Action: - $Type: Forms$MicroflowAction - DisabledDuringExecution: false - MicroflowSettings: - $Type: Forms$MicroflowSettings - Asynchronous: false - ConfirmationInfo: null - FormValidations: None - Microflow: Administration.ShowMyPasswordForm - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Change password - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Wachtwoord veranderen - ConditionalVisibilitySettings: null - Icon: null - Name: microflowTrigger1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - Form: Atlas_Core.PopupLayout -MarkAsUsed: false -Name: MyAccount -Parameters: -- $Type: Forms$PageParameter - Name: Account - ParameterType: - $Type: DataTypes$ObjectType - Entity: Administration.Account -PopupCloseAction: cancelButton1 -PopupHeight: 0 -PopupResizable: true -PopupWidth: 0 -Title: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: My Account - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Mijn account -Url: "" -Variables: null diff --git a/modelsource/Administration/User Management/User/ShowMyPasswordForm.Microflows$Microflow.yaml b/modelsource/Administration/User Management/User/ShowMyPasswordForm.Microflows$Microflow.yaml deleted file mode 100644 index bda1a25..0000000 --- a/modelsource/Administration/User Management/User/ShowMyPasswordForm.Microflows$Microflow.yaml +++ /dev/null @@ -1,84 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: -- Administration.Administrator -- Administration.User -ApplyEntityAccess: false -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: ShowMyPasswordForm -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: Account - VariableType: - $Type: DataTypes$ObjectType - Entity: Administration.Account - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ShowFormAction - ErrorHandlingType: Rollback - FormSettings: - $Type: Forms$FormSettings - Form: Administration.ChangeMyPasswordForm - ParameterMappings: - - $Type: Forms$PageParameterMapping - Argument: $AccountPasswordData - Parameter: Administration.ChangeMyPasswordForm.AccountPasswordData - Variable: - $Type: Forms$PageVariable - LocalVariable: "" - PageParameter: "" - SnippetParameter: "" - UseAllPages: false - Widget: "" - TitleOverride: null - NumberOfPagesToClose: "" - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CreateChangeAction - Commit: "No" - Entity: Administration.AccountPasswordData - ErrorHandlingType: Rollback - Items: - - $Type: Microflows$ChangeActionItem - Association: Administration.AccountPasswordData_Account - Attribute: "" - Value: $Account - RefreshInClient: false - VariableName: AccountPasswordData - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/Administration/_Docs/ReadMe.Forms$Snippet.yaml b/modelsource/Administration/_Docs/ReadMe.Forms$Snippet.yaml deleted file mode 100644 index e629d68..0000000 --- a/modelsource/Administration/_Docs/ReadMe.Forms$Snippet.yaml +++ /dev/null @@ -1,42 +0,0 @@ -$Type: Forms$Snippet -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: ReadMe -Parameters: null -Variables: null -Widgets: -- $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: This module contains administration functionalities to manage local - accounts and to see app statistics like runtime information, sessions and - scheduled events. - - $Type: Texts$Translation - LanguageCode: en_US - Text: This module contains administration functionalities to manage local - accounts and to see app statistics like runtime information, sessions and - scheduled events. - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 diff --git a/modelsource/Atlas_Core/Atlas.CustomIcons$CustomIconCollection.yaml b/modelsource/Atlas_Core/Atlas.CustomIcons$CustomIconCollection.yaml deleted file mode 100644 index 715901c..0000000 --- a/modelsource/Atlas_Core/Atlas.CustomIcons$CustomIconCollection.yaml +++ /dev/null @@ -1,2087 +0,0 @@ -$Type: CustomIcons$CustomIconCollection -CollectionClass: mx-icon-lined -Documentation: "" -Excluded: false -ExportLevel: Hidden -FontData: - Data: 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BAAAeAQAAIAEAACgBAAAQAQAAHMEAABgBAAAbAQAAEAEAAAzBAAAQAQAAMAEAABABAAAQAQAASAEAABABAAAcwQAAIkEAACABAAAgAQAAGAEAABABAAAYAQAAFwEAAEABAAAcwQAAQkEAACABAAAYAQAAGAEAABABAAAZAQAAMAEAACgBAABAAQAAIAEAACABAAAgAQAAEAEAABgBAAAQAQAAEAEAABABAAAQAQAAGAEAACABAAAQAQAAEAEAABABAAAQAQAADgEAABeBAAANgQAAH8EAABABAAAQAQAAH8EAABABAAAgAQAAGAEAABgBAAAQAQAAKAEAACABAAAwAQAAI8EAACABAAAYAQAAGAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAwgQAAEAEAABABAAAQAQAAIAEAADABAAAwAQAAEAEAACABAAAQAQAAIAEAABABAAAQAQAAOAEAACgBAAAQQQAAMcEAABgBAAAgAQAAEAEAABABAAAQAQAAEAEAACABAAAgAQAAEAEAACABAAA4AQAAEAEAABgBAAAYAQAAEAEAABgBAAAYAQAAIAEAABKBAAAgAQAAIAEAACABAAAgAQAAGAEAACABAAAQAQAAIAEAACABAAAgAQAAMAEAADABAAAgAQAAMAEAABABAAAQAQAAMAEAAB/BAAAaQQAAEAEAABABAAAYAQAAEAEAACABAAAgAQAAEwEAABABAAAYAQAAEAEAABJBAAAQAQAAEAEAAEABAAAfwQAAIAEAACABAAAgAQAAEAEAABgBAAAYAQAAIkEAABABAAAgAQAAGAEAACABAAAiQQAAGAEAAAgBAAAPwQAAOAEAABgBAAAgAQAAIAEAACABAAAgAQAAIAEAABgBAAAQAQAAIAEAACLBAAAiwQAAEAEAABABAABAAQAASAEAACJBAAAaQQAAGkEAABJBAAASQQAAIkEAACJBAAARAQAAIAEAACABAAAQAQAAEAEAABzBAAAYAQAAIAEAABABAAAgAQAAIAEAABgBAAAoAQAAKAEAACgBAAAoAQAAIAEAADgBAAAgAQAANEEAADgBAAASQQAAEAEAABABAABAAQAAEEEAACABAAAQAQAAJMEAABABAABgAQAAIAEAACABAAAQAQAAMAEAACgBAAAYAQAAKAEAABgBAAAgAQAAGAEAABgBAAAgAQAAIAEAACgBAAAQAQAAKAEAABABAAAQAQAAIAEAABABAAAQAQAAMAEAABABAAAGQQAABkEAAEgBAAAYAQAAGsEAADGBAAAgAQAAIAAAAAAAAoAFAAeADYAnAEKAVYBtgIkAnQCuAL+A0IDjAPQBBQEVASmBQwFcgXaBkAGWgZ0BooGoAa2Bs4G6gcaB0oHegeqB+4IOAiACMAI8gkmCVwJkAmqCegKDgqQCtALYguwDBIMZAzCDOQNPA1yDbwN+A5KDq4O6g9CD54P0hCEEPoRhhHQEeQSSBKcEs4S5BL6ExATJhN2E7wUHhSgFP4VbBXMFkgWmBb8F4IX2BhqGMgZPho8GsAbyBxcHOAdmB4GHlIewB9CIDQgcCDSIRgheCG2Ih4ihCLkIyQjWCPAI/wkNiRwJJQlDCVaJaYmLCZeJqYm5icyJ5ooCChGKHooxikoKWApvinqKlIqoCr+K0QraCuMK7Qr6iwqLFgspizqLTAtTi1sLZwuHC6ELtAvBC+yMAAwRDByMLAw7jEmMWIxoDHKMhgyXjLiMygzoDQiNOA1ojXWNiI29DdGN7Y4Ijh0OPA5MjmuOkg6sjr6OyY7ljv2PEw8uD0YPYw9xD40Px4/VD+sP+pAkEEYQjxCskMYQ2ZD6kQWRJJEzkUwRWRFzkYmRlpGxEcSR3hIFEhMSL5I6kkgSVZJxEoWSl5KnkraSzZLaku6S+hMPky+TQpNSk2uTeJN/k4cTjpOVk6sTsZPGk9kT7xQElBMUJRQ8lE+UW5RrFHuUjBSqFMmU3hT2FQ6VGZUtFUIVapWElbUVyZXlFgWWEJYpFjiWS5ZvlpIWpJa/lsgW4pb5lxEXGZciFyyXYBd3F4SXnRezl8iX5Zf7mAyYK5hGmFSYaRiCGJgYtBjJmNmY4pj3GQwZFxkimTEZP5lLmWaZahmBmaUZrhnIGdkZ5pn3GgqaH5ooGjAaOJpBGlKaYRpxmnuagZqMmpmappqsmr4ayhrVmuAa+ZsSmyobQhtam20bepuRm6abthu/G9Gb4BvqG/ccDRw6nFQcf5yknMSdEh1CnWGdgx2jncid5J3wHg4eGJ4zHkuAAAAAQAAAXIA4QASAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABABYAAAABAAAAAAACAAcA5wABAAAAAAADABYAYwABAAAAAAAEABYA/AABAAAAAAAFAAsAQgABAAAAAAAGABYApQABAAAAAAAKABoBPgADAAEECQABACwAFgADAAEECQACAA4A7gADAAEECQADACwAeQADAAEECQAEACwBEgADAAEECQAFABYATQADAAEECQAGACwAuwADAAEECQAKADQBWG14LWljb24tc2V0LWxpbmUtc2hhcGUAbQB4AC0AaQBjAG8AbgAtAHMAZQB0AC0AbABpAG4AZQAtAHMAaABhAHAAZVZlcnNpb24gMS4zAFYAZQByAHMAaQBvAG4AIAAxAC4AM214LWljb24tc2V0LWxpbmUtc2hhcGUAbQB4AC0AaQBjAG8AbgAtAHMAZQB0AC0AbABpAG4AZQAtAHMAaABhAHAAZW14LWljb24tc2V0LWxpbmUtc2hhcGUAbQB4AC0AaQBjAG8AbgAtAHMAZQB0AC0AbABpAG4AZQAtAHMAaABhAHAAZVJlZ3VsYXIAUgBlAGcAdQBsAGEAcm14LWljb24tc2V0LWxpbmUtc2hhcGUAbQB4AC0AaQBjAG8AbgAtAHMAZQB0AC0AbABpAG4AZQAtAHMAaABhAHAAZUZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= - Subtype: 0 -Icons: -- $Type: CustomIcons$CustomIcon - CharacterCode: 59648 - Name: add - Tags: - - plus - - new -- $Type: CustomIcons$CustomIcon - CharacterCode: 59649 - Name: add-circle - Tags: - - plus - - new -- $Type: CustomIcons$CustomIcon - CharacterCode: 59650 - Name: airplane - Tags: - - fly - - send - - paper -- $Type: CustomIcons$CustomIcon - CharacterCode: 59651 - Name: alarm-bell - Tags: - - alert -- $Type: CustomIcons$CustomIcon - CharacterCode: 59652 - Name: alarm-bell-off - Tags: - - alert -- $Type: CustomIcons$CustomIcon - CharacterCode: 59653 - Name: alert-circle - Tags: - - danger - - exclamation -- $Type: CustomIcons$CustomIcon - CharacterCode: 59654 - Name: alert-triangle - Tags: - - danger - - exclamation -- $Type: CustomIcons$CustomIcon - CharacterCode: 59655 - Name: align-bottom - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59656 - Name: align-center - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59657 - Name: align-left - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59658 - Name: align-middle - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59659 - Name: align-right - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59660 - Name: align-top - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59661 - Name: analytics-bars - Tags: - - statistics - - chart - - graph - - stats - - histogram -- $Type: CustomIcons$CustomIcon - CharacterCode: 59662 - Name: analytics-graph-bar - Tags: - - statistics - - chart - - graph - - stats - - histogram -- $Type: CustomIcons$CustomIcon - CharacterCode: 59663 - Name: arrow-circle-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59664 - Name: arrow-circle-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59665 - Name: arrow-circle-right - Tags: - - forward - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59666 - Name: arrow-circle-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59667 - Name: arrow-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59668 - Name: arrow-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59669 - Name: arrow-narrow-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59670 - Name: arrow-narrow-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59671 - Name: arrow-narrow-right - Tags: - - forward - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59672 - Name: arrow-narrow-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59673 - Name: arrow-right - Tags: - - forward -- $Type: CustomIcons$CustomIcon - CharacterCode: 59674 - Name: arrow-square-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59675 - Name: arrow-square-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59676 - Name: arrow-square-right - Tags: - - forward - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59677 - Name: arrow-square-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59678 - Name: arrow-thick-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59679 - Name: arrow-thick-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59680 - Name: arrow-thick-right - Tags: - - forward - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59681 - Name: arrow-thick-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59682 - Name: arrow-triangle-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59683 - Name: arrow-triangle-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59684 - Name: arrow-triangle-right - Tags: - - forward - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59685 - Name: arrow-triangle-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59686 - Name: arrow-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59687 - Name: arrows-retweet - Tags: - - move - - repeat - - resend - - again -- $Type: CustomIcons$CustomIcon - CharacterCode: 59688 - Name: asterisk - Tags: - - star -- $Type: CustomIcons$CustomIcon - CharacterCode: 59689 - Name: badge - Tags: - - medal -- $Type: CustomIcons$CustomIcon - CharacterCode: 59690 - Name: barcode - Tags: - - scan -- $Type: CustomIcons$CustomIcon - CharacterCode: 59691 - Name: binoculars - Tags: - - zoom -- $Type: CustomIcons$CustomIcon - CharacterCode: 59692 - Name: bitcoin - Tags: - - money - - cripto currency - - blockchain -- $Type: CustomIcons$CustomIcon - CharacterCode: 59693 - Name: blocks - Tags: - - package -- $Type: CustomIcons$CustomIcon - CharacterCode: 59694 - Name: book-closed - Tags: - - read -- $Type: CustomIcons$CustomIcon - CharacterCode: 59695 - Name: book-open - Tags: - - read -- $Type: CustomIcons$CustomIcon - CharacterCode: 59696 - Name: bookmark - Tags: - - flag - - banner -- $Type: CustomIcons$CustomIcon - CharacterCode: 59697 - Name: briefcase - Tags: - - business - - toolbox -- $Type: CustomIcons$CustomIcon - CharacterCode: 59698 - Name: browser - Tags: - - window - - app -- $Type: CustomIcons$CustomIcon - CharacterCode: 59699 - Name: browser-code - Tags: - - window - - program - - app -- $Type: CustomIcons$CustomIcon - CharacterCode: 59700 - Name: browser-page-text - Tags: - - window - - progam - - app -- $Type: CustomIcons$CustomIcon - CharacterCode: 59701 - Name: browser-search - Tags: - - magnifier - - zoom - - window - - app -- $Type: CustomIcons$CustomIcon - CharacterCode: 59702 - Name: browser-trophy - Tags: - - window - - app -- $Type: CustomIcons$CustomIcon - CharacterCode: 59703 - Name: calendar - Tags: - - appointment - - schedule -- $Type: CustomIcons$CustomIcon - CharacterCode: 59704 - Name: calendar-1 - Tags: - - appointment - - schedule -- $Type: CustomIcons$CustomIcon - CharacterCode: 59705 - Name: camera - Tags: - - picture - - photo - - record -- $Type: CustomIcons$CustomIcon - CharacterCode: 59706 - Name: camping-tent - Tags: - - tipi -- $Type: CustomIcons$CustomIcon - CharacterCode: 59707 - Name: cash-payment-bill - Tags: - - money - - dollar -- $Type: CustomIcons$CustomIcon - CharacterCode: 59708 - Name: cash-payment-bill-2 - Tags: - - money -- $Type: CustomIcons$CustomIcon - CharacterCode: 59709 - Name: cd - Tags: - - record -- $Type: CustomIcons$CustomIcon - CharacterCode: 59710 - Name: charger - Tags: - - electricity -- $Type: CustomIcons$CustomIcon - CharacterCode: 59711 - Name: checkmark - Tags: - - correct - - completed - - ok - - accept - - saved -- $Type: CustomIcons$CustomIcon - CharacterCode: 59712 - Name: checkmark-circle - Tags: - - correct - - completed - - ok - - accept - - saved -- $Type: CustomIcons$CustomIcon - CharacterCode: 59713 - Name: checkmark-shield - Tags: - - correct - - completed - - ok - - accept - - saved -- $Type: CustomIcons$CustomIcon - CharacterCode: 59714 - Name: checkmark-square - Tags: - - correct - - completed - - ok - - accept - - saved -- $Type: CustomIcons$CustomIcon - CharacterCode: 59715 - Name: chevron-down - Tags: - - download - - save - - arrow -- $Type: CustomIcons$CustomIcon - CharacterCode: 59716 - Name: chevron-left - Tags: - - incoming - - arrow - - back -- $Type: CustomIcons$CustomIcon - CharacterCode: 59717 - Name: chevron-right - Tags: - - outgoing - - arrow - - forward -- $Type: CustomIcons$CustomIcon - CharacterCode: 59718 - Name: chevron-up - Tags: - - upload - - arrow -- $Type: CustomIcons$CustomIcon - CharacterCode: 59719 - Name: cloud - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59720 - Name: cloud-check - Tags: - - deploy - - ok - - accept - - mark - - box - - saved -- $Type: CustomIcons$CustomIcon - CharacterCode: 59721 - Name: cloud-data-transfer - Tags: - - deploy - - exchange - - switch -- $Type: CustomIcons$CustomIcon - CharacterCode: 59722 - Name: cloud-disable - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59723 - Name: cloud-download - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59724 - Name: cloud-lock - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59725 - Name: cloud-off - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59726 - Name: cloud-refresh - Tags: - - deploy - - repeat - - renew -- $Type: CustomIcons$CustomIcon - CharacterCode: 59727 - Name: cloud-remove - Tags: - - deploy - - minus -- $Type: CustomIcons$CustomIcon - CharacterCode: 59728 - Name: cloud-search - Tags: - - deploy - - magnifier - - zoom -- $Type: CustomIcons$CustomIcon - CharacterCode: 59729 - Name: cloud-settings - Tags: - - deploy - - cog - - options - - wrench -- $Type: CustomIcons$CustomIcon - CharacterCode: 59730 - Name: cloud-subtract - Tags: - - deploy - - minus - - remove -- $Type: CustomIcons$CustomIcon - CharacterCode: 59731 - Name: cloud-sync - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59732 - Name: cloud-upload - Tags: - - deploy - - arrow -- $Type: CustomIcons$CustomIcon - CharacterCode: 59733 - Name: cloud-warning - Tags: - - deploy - - error -- $Type: CustomIcons$CustomIcon - CharacterCode: 59734 - Name: cog - Tags: - - settings - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59735 - Name: cog-hand-give - Tags: - - settings - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59736 - Name: cog-play - Tags: - - settings - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59737 - Name: cog-shield - Tags: - - settings - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59738 - Name: color-bucket-brush - Tags: - - tint - - drop - - ink - - font -- $Type: CustomIcons$CustomIcon - CharacterCode: 59739 - Name: color-painting-palette - Tags: - - tint - - drop - - ink - - font -- $Type: CustomIcons$CustomIcon - CharacterCode: 59740 - Name: compass-directions - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59741 - Name: compressed - Tags: - - zip -- $Type: CustomIcons$CustomIcon - CharacterCode: 59742 - Name: computer-chip - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59743 - Name: connect - Tags: - - link -- $Type: CustomIcons$CustomIcon - CharacterCode: 59744 - Name: connect-1 - Tags: - - link -- $Type: CustomIcons$CustomIcon - CharacterCode: 59745 - Name: console-terminal - Tags: - - prompt - - type -- $Type: CustomIcons$CustomIcon - CharacterCode: 59746 - Name: contacts - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59747 - Name: contrast - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59748 - Name: controls-backward - Tags: - - rewind -- $Type: CustomIcons$CustomIcon - CharacterCode: 59749 - Name: controls-eject - Tags: - - out -- $Type: CustomIcons$CustomIcon - CharacterCode: 59750 - Name: controls-fast-backward - Tags: - - rewind -- $Type: CustomIcons$CustomIcon - CharacterCode: 59751 - Name: controls-fast-forward - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59752 - Name: controls-forward - Tags: - - fast -- $Type: CustomIcons$CustomIcon - CharacterCode: 59753 - Name: controls-pause - Tags: - - wait -- $Type: CustomIcons$CustomIcon - CharacterCode: 59754 - Name: controls-play - Tags: - - start -- $Type: CustomIcons$CustomIcon - CharacterCode: 59755 - Name: controls-record - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59756 - Name: controls-shuffle - Tags: - - random -- $Type: CustomIcons$CustomIcon - CharacterCode: 59757 - Name: controls-step-backward - Tags: - - rewind -- $Type: CustomIcons$CustomIcon - CharacterCode: 59758 - Name: controls-step-forward - Tags: - - fast -- $Type: CustomIcons$CustomIcon - CharacterCode: 59759 - Name: controls-stop - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59760 - Name: controls-volume-full - Tags: - - eq -- $Type: CustomIcons$CustomIcon - CharacterCode: 59761 - Name: controls-volume-low - Tags: - - eq -- $Type: CustomIcons$CustomIcon - CharacterCode: 59762 - Name: controls-volume-off - Tags: - - eq -- $Type: CustomIcons$CustomIcon - CharacterCode: 59763 - Name: conversation-question-warning - Tags: - - speech - - bubble -- $Type: CustomIcons$CustomIcon - CharacterCode: 59764 - Name: copy - Tags: - - clipboard - - duplicate - - clone -- $Type: CustomIcons$CustomIcon - CharacterCode: 59765 - Name: credit-card - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59766 - Name: crossroad-sign - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59767 - Name: cube - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59768 - Name: cutlery - Tags: - - eat - - fork - - knife -- $Type: CustomIcons$CustomIcon - CharacterCode: 59769 - Name: dashboard - Tags: - - overview - - kpi - - okr -- $Type: CustomIcons$CustomIcon - CharacterCode: 59770 - Name: data-transfer - Tags: - - exchange - - switch -- $Type: CustomIcons$CustomIcon - CharacterCode: 59771 - Name: desktop - Tags: - - computer -- $Type: CustomIcons$CustomIcon - CharacterCode: 59772 - Name: diamond - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59773 - Name: direction-buttons - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59774 - Name: direction-buttons-arrows - Tags: - - move - - pan -- $Type: CustomIcons$CustomIcon - CharacterCode: 59775 - Name: disable - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59776 - Name: document - Tags: - - file - - new - - paper -- $Type: CustomIcons$CustomIcon - CharacterCode: 59777 - Name: document-open - Tags: - - file - - paper -- $Type: CustomIcons$CustomIcon - CharacterCode: 59778 - Name: document-save - Tags: - - file - - paper - - store -- $Type: CustomIcons$CustomIcon - CharacterCode: 59779 - Name: dollar - Tags: - - usd - - money - - currency -- $Type: CustomIcons$CustomIcon - CharacterCode: 59780 - Name: double-bed - Tags: - - sleep -- $Type: CustomIcons$CustomIcon - CharacterCode: 59781 - Name: double-chevron-left - Tags: - - arrows - - incoming - - back -- $Type: CustomIcons$CustomIcon - CharacterCode: 59782 - Name: double-chevron-right - Tags: - - arrows - - outgoing - - forward -- $Type: CustomIcons$CustomIcon - CharacterCode: 59783 - Name: download-bottom - Tags: - - arrow -- $Type: CustomIcons$CustomIcon - CharacterCode: 59784 - Name: download-button - Tags: - - arrow -- $Type: CustomIcons$CustomIcon - CharacterCode: 59785 - Name: duplicate - Tags: - - clone - - copy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59786 - Name: email - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59787 - Name: equalizer - Tags: - - audio -- $Type: CustomIcons$CustomIcon - CharacterCode: 59788 - Name: eraser - Tags: - - delete -- $Type: CustomIcons$CustomIcon - CharacterCode: 59789 - Name: euro - Tags: - - money - - currency -- $Type: CustomIcons$CustomIcon - CharacterCode: 59790 - Name: expand-horizontal - Tags: - - fullscreen - - maximize -- $Type: CustomIcons$CustomIcon - CharacterCode: 59791 - Name: expand-vertical - Tags: - - fullscreen - - maximize -- $Type: CustomIcons$CustomIcon - CharacterCode: 59792 - Name: external - Tags: - - open -- $Type: CustomIcons$CustomIcon - CharacterCode: 59793 - Name: file-pdf - Tags: - - new - - document - - paper -- $Type: CustomIcons$CustomIcon - CharacterCode: 59794 - Name: file-zip - Tags: - - new - - document - - paper -- $Type: CustomIcons$CustomIcon - CharacterCode: 59795 - Name: film - Tags: - - movie - - video -- $Type: CustomIcons$CustomIcon - CharacterCode: 59796 - Name: filter - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59797 - Name: fire - Tags: - - flame -- $Type: CustomIcons$CustomIcon - CharacterCode: 59798 - Name: flag - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59799 - Name: flash - Tags: - - event - - lightning -- $Type: CustomIcons$CustomIcon - CharacterCode: 59800 - Name: floppy-disk - Tags: - - hdd - - drive - - harddisk -- $Type: CustomIcons$CustomIcon - CharacterCode: 59801 - Name: floppy-disk-arrow-down - Tags: - - hdd - - drive - - harddisk - - download - - save - - incoming - - import -- $Type: CustomIcons$CustomIcon - CharacterCode: 59802 - Name: floppy-disk-arrow-up - Tags: - - hdd - - drive - - harddisk - - upload - - outgoing - - export -- $Type: CustomIcons$CustomIcon - CharacterCode: 59803 - Name: floppy-disk-checkmark - Tags: - - hdd - - drive - - harddisk -- $Type: CustomIcons$CustomIcon - CharacterCode: 59804 - Name: floppy-disk-group - Tags: - - hdd - - drive - - harddisk -- $Type: CustomIcons$CustomIcon - CharacterCode: 59805 - Name: floppy-disk-remove - Tags: - - hdd - - drive - - harddisk - - delete - - erase -- $Type: CustomIcons$CustomIcon - CharacterCode: 59806 - Name: folder-closed - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59807 - Name: folder-open - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59808 - Name: folder-upload - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59809 - Name: fruit-apple - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59810 - Name: fullscreen - Tags: - - stretch - - maximize - - expand -- $Type: CustomIcons$CustomIcon - CharacterCode: 59811 - Name: gift - Tags: - - box - - present - - christmas -- $Type: CustomIcons$CustomIcon - CharacterCode: 59812 - Name: github - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59813 - Name: globe - Tags: - - www - - web - - planet - - earth - - atlas - - world -- $Type: CustomIcons$CustomIcon - CharacterCode: 59814 - Name: globe-1 - Tags: - - www - - web - - planet - - earth - - atlas - - world -- $Type: CustomIcons$CustomIcon - CharacterCode: 59815 - Name: graduation-hat - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59816 - Name: hammer - Tags: - - tools - - toolbox -- $Type: CustomIcons$CustomIcon - CharacterCode: 59817 - Name: hammer-wench - Tags: - - tools - - toolbox -- $Type: CustomIcons$CustomIcon - CharacterCode: 59818 - Name: hand-down - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59819 - Name: hand-left - Tags: - - back -- $Type: CustomIcons$CustomIcon - CharacterCode: 59820 - Name: hand-right - Tags: - - forward -- $Type: CustomIcons$CustomIcon - CharacterCode: 59821 - Name: hand-up - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59822 - Name: handshake-business - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59823 - Name: hard-drive - Tags: - - hdd - - disk - - harddisk -- $Type: CustomIcons$CustomIcon - CharacterCode: 59824 - Name: headphones - Tags: - - music - - listen - - audio -- $Type: CustomIcons$CustomIcon - CharacterCode: 59825 - Name: headphones-mic - Tags: - - music - - listen - - audio -- $Type: CustomIcons$CustomIcon - CharacterCode: 59826 - Name: heart - Tags: - - love -- $Type: CustomIcons$CustomIcon - CharacterCode: 59827 - Name: hierarchy-files - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59828 - Name: home - Tags: - - house -- $Type: CustomIcons$CustomIcon - CharacterCode: 59829 - Name: hourglass - Tags: - - wait - - patience -- $Type: CustomIcons$CustomIcon - CharacterCode: 59830 - Name: hyperlink - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59831 - Name: image - Tags: - - picture -- $Type: CustomIcons$CustomIcon - CharacterCode: 59832 - Name: image-collection - Tags: - - picture -- $Type: CustomIcons$CustomIcon - CharacterCode: 59833 - Name: images - Tags: - - picture -- $Type: CustomIcons$CustomIcon - CharacterCode: 59834 - Name: info-circle - Tags: - - information -- $Type: CustomIcons$CustomIcon - CharacterCode: 59835 - Name: laptop - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59836 - Name: layout - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59837 - Name: layout-1 - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59838 - Name: layout-2 - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59839 - Name: layout-column - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59840 - Name: layout-horizontal - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59841 - Name: layout-list - Tags: - - todo - - tasks -- $Type: CustomIcons$CustomIcon - CharacterCode: 59842 - Name: layout-rounded - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59843 - Name: layout-rounded-1 - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59844 - Name: leaf - Tags: - - green -- $Type: CustomIcons$CustomIcon - CharacterCode: 59845 - Name: legal-certificate - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59846 - Name: lego-block-stack - Tags: - - build -- $Type: CustomIcons$CustomIcon - CharacterCode: 59847 - Name: light-bulb-shine - Tags: - - lamp -- $Type: CustomIcons$CustomIcon - CharacterCode: 59848 - Name: list-bullets - Tags: - - todo - - tasks -- $Type: CustomIcons$CustomIcon - CharacterCode: 59849 - Name: location-pin - Tags: - - point -- $Type: CustomIcons$CustomIcon - CharacterCode: 59850 - Name: lock - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59851 - Name: lock-key - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59852 - Name: login - Tags: - - enter - - write -- $Type: CustomIcons$CustomIcon - CharacterCode: 59853 - Name: login-1 - Tags: - - enter - - write -- $Type: CustomIcons$CustomIcon - CharacterCode: 59854 - Name: login-2 - Tags: - - enter - - write -- $Type: CustomIcons$CustomIcon - CharacterCode: 59855 - Name: logout - Tags: - - exit -- $Type: CustomIcons$CustomIcon - CharacterCode: 59856 - Name: logout-1 - Tags: - - exit -- $Type: CustomIcons$CustomIcon - CharacterCode: 59857 - Name: luggage-travel - Tags: - - baggage -- $Type: CustomIcons$CustomIcon - CharacterCode: 59858 - Name: magnet - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59859 - Name: map-location-pin - Tags: - - point -- $Type: CustomIcons$CustomIcon - CharacterCode: 59860 - Name: martini - Tags: - - drink -- $Type: CustomIcons$CustomIcon - CharacterCode: 59861 - Name: megaphone - Tags: - - speaker -- $Type: CustomIcons$CustomIcon - CharacterCode: 59862 - Name: message-bubble - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59863 - Name: message-bubble-add - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59864 - Name: message-bubble-check - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59865 - Name: message-bubble-disable - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59866 - Name: message-bubble-edit - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59867 - Name: message-bubble-information - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59868 - Name: message-bubble-quotation - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59869 - Name: message-bubble-remove - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59870 - Name: message-bubble-typing - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59871 - Name: mobile-phone - Tags: - - call - - device - - telephone - - speak - - talk -- $Type: CustomIcons$CustomIcon - CharacterCode: 59872 - Name: modal-window - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59873 - Name: monitor - Tags: - - screen -- $Type: CustomIcons$CustomIcon - CharacterCode: 59874 - Name: monitor-camera - Tags: - - screen - - video - - movei -- $Type: CustomIcons$CustomIcon - CharacterCode: 59875 - Name: monitor-cash - Tags: - - money -- $Type: CustomIcons$CustomIcon - CharacterCode: 59876 - Name: monitor-e-learning - Tags: - - training -- $Type: CustomIcons$CustomIcon - CharacterCode: 59877 - Name: monitor-pie-line-graph - Tags: - - charts - - stats - - histogram -- $Type: CustomIcons$CustomIcon - CharacterCode: 59878 - Name: moon-new - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59879 - Name: mountain-flag - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59880 - Name: move-down - Tags: - - arrows - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59881 - Name: move-left - Tags: - - back - - arrows - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59882 - Name: move-right - Tags: - - forward - - arrows - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59883 - Name: move-up - Tags: - - arrows - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59884 - Name: music-note - Tags: - - audio - - notes - - headphones - - listen -- $Type: CustomIcons$CustomIcon - CharacterCode: 59885 - Name: navigation-menu - Tags: - - list -- $Type: CustomIcons$CustomIcon - CharacterCode: 59886 - Name: navigation-next - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59887 - Name: notes-checklist - Tags: - - write - - todo -- $Type: CustomIcons$CustomIcon - CharacterCode: 59888 - Name: notes-checklist-flip - Tags: - - write - - todo -- $Type: CustomIcons$CustomIcon - CharacterCode: 59889 - Name: notes-paper-edit - Tags: - - pencil - - write - - page -- $Type: CustomIcons$CustomIcon - CharacterCode: 59890 - Name: notes-paper-text - Tags: - - write - - page -- $Type: CustomIcons$CustomIcon - CharacterCode: 59891 - Name: office-sheet - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59892 - Name: org-chart - Tags: - - graph -- $Type: CustomIcons$CustomIcon - CharacterCode: 59893 - Name: paper-clipboard - Tags: - - document - - paste -- $Type: CustomIcons$CustomIcon - CharacterCode: 59894 - Name: paper-holder - Tags: - - document -- $Type: CustomIcons$CustomIcon - CharacterCode: 59895 - Name: paper-holder-full - Tags: - - document -- $Type: CustomIcons$CustomIcon - CharacterCode: 59896 - Name: paper-list - Tags: - - document - - todo - - tasks -- $Type: CustomIcons$CustomIcon - CharacterCode: 59897 - Name: paper-plane - Tags: - - document - - send - - airplane - - fly -- $Type: CustomIcons$CustomIcon - CharacterCode: 59898 - Name: paperclip - Tags: - - attachment -- $Type: CustomIcons$CustomIcon - CharacterCode: 59899 - Name: password-lock - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59900 - Name: password-type - Tags: - - console - - prompt -- $Type: CustomIcons$CustomIcon - CharacterCode: 59901 - Name: paste - Tags: - - clipboard -- $Type: CustomIcons$CustomIcon - CharacterCode: 59902 - Name: pen-write-paper - Tags: - - pencil - - notes -- $Type: CustomIcons$CustomIcon - CharacterCode: 59903 - Name: pencil - Tags: - - write - - notes -- $Type: CustomIcons$CustomIcon - CharacterCode: 59904 - Name: pencil-write-paper - Tags: - - notes - - edit -- $Type: CustomIcons$CustomIcon - CharacterCode: 59905 - Name: performance-graph-calculator - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59906 - Name: phone - Tags: - - call - - telephone - - dial - - speak - - talk - - hang -- $Type: CustomIcons$CustomIcon - CharacterCode: 59907 - Name: phone-handset - Tags: - - call - - telephone - - dial - - speak - - talk - - hang -- $Type: CustomIcons$CustomIcon - CharacterCode: 59908 - Name: piggy-bank - Tags: - - money -- $Type: CustomIcons$CustomIcon - CharacterCode: 59909 - Name: pin - Tags: - - point - - location -- $Type: CustomIcons$CustomIcon - CharacterCode: 59910 - Name: plane-ticket - Tags: - - fly - - airplane -- $Type: CustomIcons$CustomIcon - CharacterCode: 59911 - Name: play-circle - Tags: - - start -- $Type: CustomIcons$CustomIcon - CharacterCode: 59912 - Name: pound-sterling - Tags: - - gbp - - money - - currency -- $Type: CustomIcons$CustomIcon - CharacterCode: 59913 - Name: power-button - Tags: - - shut down - - switch -- $Type: CustomIcons$CustomIcon - CharacterCode: 59914 - Name: print - Tags: - - printer -- $Type: CustomIcons$CustomIcon - CharacterCode: 59915 - Name: progress-bars - Tags: - - tasks - - todo - - list -- $Type: CustomIcons$CustomIcon - CharacterCode: 59916 - Name: qr-code - Tags: - - scan -- $Type: CustomIcons$CustomIcon - CharacterCode: 59917 - Name: question-circle - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59918 - Name: redo - Tags: - - forward -- $Type: CustomIcons$CustomIcon - CharacterCode: 59919 - Name: refresh - Tags: - - repeat - - continuous - - recycle - - renew -- $Type: CustomIcons$CustomIcon - CharacterCode: 59920 - Name: remove - Tags: - - delete - - cross - - erase -- $Type: CustomIcons$CustomIcon - CharacterCode: 59921 - Name: remove-circle - Tags: - - delete - - cross - - erase -- $Type: CustomIcons$CustomIcon - CharacterCode: 59922 - Name: remove-shield - Tags: - - delete - - cross - - erase -- $Type: CustomIcons$CustomIcon - CharacterCode: 59923 - Name: repeat - Tags: - - continuous - - refresh - - recycle - - renew -- $Type: CustomIcons$CustomIcon - CharacterCode: 59924 - Name: resize-full - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59925 - Name: resize-small - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59926 - Name: road - Tags: - - highway - - motorway -- $Type: CustomIcons$CustomIcon - CharacterCode: 59927 - Name: robot-head - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59928 - Name: rss-feed - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59929 - Name: ruble - Tags: - - money - - currency -- $Type: CustomIcons$CustomIcon - CharacterCode: 59930 - Name: scissors - Tags: - - cut -- $Type: CustomIcons$CustomIcon - CharacterCode: 59931 - Name: search - Tags: - - magnifier - - zoom -- $Type: CustomIcons$CustomIcon - CharacterCode: 59932 - Name: server - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59933 - Name: settings-slider - Tags: - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59934 - Name: settings-slider-1 - Tags: - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59935 - Name: share - Tags: - - export -- $Type: CustomIcons$CustomIcon - CharacterCode: 59936 - Name: share-1 - Tags: - - export -- $Type: CustomIcons$CustomIcon - CharacterCode: 59937 - Name: share-arrow - Tags: - - export -- $Type: CustomIcons$CustomIcon - CharacterCode: 59938 - Name: shipment-box - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59939 - Name: shopping-cart - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59940 - Name: shopping-cart-full - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59941 - Name: signal-full - Tags: - - wireless - - network - - volume - - charge - - battery - - reception -- $Type: CustomIcons$CustomIcon - CharacterCode: 59942 - Name: smart-house-garage - Tags: - - home - - remote -- $Type: CustomIcons$CustomIcon - CharacterCode: 59943 - Name: smart-watch-circle - Tags: - - gadget - - device -- $Type: CustomIcons$CustomIcon - CharacterCode: 59944 - Name: smart-watch-square - Tags: - - gadget - - device -- $Type: CustomIcons$CustomIcon - CharacterCode: 59945 - Name: sort - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59946 - Name: sort-alphabet-ascending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59947 - Name: sort-alphabet-descending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59948 - Name: sort-ascending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59949 - Name: sort-descending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59950 - Name: sort-numerical-ascending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59951 - Name: sort-numerical-descending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59952 - Name: star - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59953 - Name: stopwatch - Tags: - - time - - duration -- $Type: CustomIcons$CustomIcon - CharacterCode: 59954 - Name: substract - Tags: - - minus - - remove -- $Type: CustomIcons$CustomIcon - CharacterCode: 59955 - Name: subtract-circle - Tags: - - minus - - remove -- $Type: CustomIcons$CustomIcon - CharacterCode: 59956 - Name: sun - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59957 - Name: swap - Tags: - - switch -- $Type: CustomIcons$CustomIcon - CharacterCode: 59958 - Name: synchronize-arrow-clock - Tags: - - time -- $Type: CustomIcons$CustomIcon - CharacterCode: 59959 - Name: table-lamp - Tags: - - light - - bedlamp -- $Type: CustomIcons$CustomIcon - CharacterCode: 59960 - Name: tablet - Tags: - - device -- $Type: CustomIcons$CustomIcon - CharacterCode: 59961 - Name: tag - Tags: - - price -- $Type: CustomIcons$CustomIcon - CharacterCode: 59962 - Name: tag-group - Tags: - - price -- $Type: CustomIcons$CustomIcon - CharacterCode: 59963 - Name: task-list-multiple - Tags: - - todo - - tasks -- $Type: CustomIcons$CustomIcon - CharacterCode: 59964 - Name: text-align-center - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59965 - Name: text-align-justify - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59966 - Name: text-align-left - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59967 - Name: text-align-right - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59968 - Name: text-background - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59969 - Name: text-bold - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59970 - Name: text-color - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59971 - Name: text-font - Tags: - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59972 - Name: text-header - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59973 - Name: text-height - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59974 - Name: text-indent-left - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59975 - Name: text-indent-right - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59976 - Name: text-italic - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59977 - Name: text-size - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59978 - Name: text-subscript - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59979 - Name: text-superscript - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59980 - Name: text-width - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59981 - Name: three-dots-menu-horizontal - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59982 - Name: three-dots-menu-vertical - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59983 - Name: thumbs-down - Tags: - - bad - - like - - decline -- $Type: CustomIcons$CustomIcon - CharacterCode: 59984 - Name: thumbs-up - Tags: - - good - - like - - accept -- $Type: CustomIcons$CustomIcon - CharacterCode: 59985 - Name: time-clock - Tags: - - duration -- $Type: CustomIcons$CustomIcon - CharacterCode: 59986 - Name: tint - Tags: - - drop - - color - - ink -- $Type: CustomIcons$CustomIcon - CharacterCode: 59987 - Name: trash-can - Tags: - - garbage - - delete - - bin -- $Type: CustomIcons$CustomIcon - CharacterCode: 59988 - Name: tree - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59989 - Name: trophy - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59990 - Name: ui-webpage-slider - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59991 - Name: unchecked - Tags: - - box -- $Type: CustomIcons$CustomIcon - CharacterCode: 59992 - Name: undo - Tags: - - back -- $Type: CustomIcons$CustomIcon - CharacterCode: 59993 - Name: unlock - Tags: - - open -- $Type: CustomIcons$CustomIcon - CharacterCode: 59994 - Name: upload-bottom - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59995 - Name: upload-button - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59996 - Name: user - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 59997 - Name: user-3d-box - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 59998 - Name: user-man - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 59999 - Name: user-neutral-group - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60000 - Name: user-neutral-pair - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60001 - Name: user-neutral-shield - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60002 - Name: user-neutral-sync - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60003 - Name: user-pair - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60004 - Name: user-woman - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60005 - Name: video-camera - Tags: - - film - - movie - - picture - - photo - - record -- $Type: CustomIcons$CustomIcon - CharacterCode: 60006 - Name: view - Tags: - - eye - - visible -- $Type: CustomIcons$CustomIcon - CharacterCode: 60007 - Name: view-off - Tags: - - eye - - invisible -- $Type: CustomIcons$CustomIcon - CharacterCode: 60008 - Name: wheat - Tags: - - gluten -- $Type: CustomIcons$CustomIcon - CharacterCode: 60009 - Name: whiteboard - Tags: - - teach -- $Type: CustomIcons$CustomIcon - CharacterCode: 60010 - Name: wrench - Tags: - - settings - - tools -- $Type: CustomIcons$CustomIcon - CharacterCode: 60011 - Name: yen - Tags: - - money - - currency - - japan -- $Type: CustomIcons$CustomIcon - CharacterCode: 60012 - Name: zoom-in - Tags: - - search - - magnifier -- $Type: CustomIcons$CustomIcon - CharacterCode: 60013 - Name: zoom-out - Tags: - - search - - magnifier -Name: Atlas -Prefix: mx-icon diff --git a/modelsource/Atlas_Core/Atlas_Filled.CustomIcons$CustomIconCollection.yaml b/modelsource/Atlas_Core/Atlas_Filled.CustomIcons$CustomIconCollection.yaml deleted file mode 100644 index 16e8c12..0000000 --- a/modelsource/Atlas_Core/Atlas_Filled.CustomIcons$CustomIconCollection.yaml +++ /dev/null @@ -1,2087 +0,0 @@ -$Type: CustomIcons$CustomIconCollection -CollectionClass: mx-icon-filled -Documentation: "" -Excluded: false -ExportLevel: Hidden -FontData: - Data: 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4yZZMUI6O1cZGRkZVzs6QkI6O1cZGRwZ4loBU4CAAAAAAQAAAAFMzbA0qSlfDzz1AAsEAAAAAADgJQ8JAAAAAOAlDwkAAP+uA/kDUAAAAAgAAgAAAAAAAAABAAADgP+AAAAEAAAAAAAD+QABAAAAAAAAAAAAAAAAAAABcgQAAAAAAAAAAAAAAAIAAAAEAACABAAAQAQAAIAEAACABAAASgQAAEAEAABJBAAAQAQAAKAEAACABAAAQAQAAIAEAABABAAAQAQAAD8EAABABAAAQAQAAEAEAABABAAAcwQAAGUEAADzBAAAZQQAAIAEAADzBAAAgAQAAIAEAACABAAAgAQAAIAEAAD5BAAAigQAAIAEAAD5BAAAhAQAAM0EAADABAAAhAQAAHMEAABCBAAAagQAAOAEAACABAAAPwQAAMAEAABgBAAAwAQAAEAEAADABAAAYAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAABABAAAVgQAAEAEAAA7BAAAQAQAAGAEAABsBAAAQAQAAIMEAACABAAAcwQAAQUEAAETBAAAcwQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEgEAABABAAAPwQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAHgEAABABAAAeAQAAIMEAACgBAAAQAQAAEAEAACABAAAYAQAAHAEAABQBAAAQAQAAKAEAABABAAAcAQAAN8EAABABAAAQAQAAIAEAADABAABQAQAAEAEAABABAABAAQAAQAEAADABAAAYAQAAKAEAABgBAAAgAQAAIAEAABgBAAAgAQAAIAEAACgBAAAQAQAAEcEAABgBAAAZwQAAEAEAAA8BAAAQAQAAMAEAABABAAAQAQAAQAEAABABAAARQQAAHMEAABgBAAAYAQAAGAEAABABAAAQAQAAFwEAAEABAAARQQAAPMEAACABAAAYAQAAGAEAABABAAAgQQAAMAEAACgBAABDwQAAIAEAACABAAAgAQAAEAEAABgBAAAQAQAAEAEAABABAAAQAQAAGAEAABgBAAAQAQAAEAEAABABAAAQgQAAEAEAACLBAAAYgQAAKAEAABgBAAAQAQAAKAEAABABAAAgAQAAEAEAABABAAAQAQAAKAEAACABAAAwAQAAFMEAACABAAAYAQAAGAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAwgQAAEAEAABABAAAQAQAAIAEAADABAAAwAQAAEAEAACGBAAAQAQAAIAEAABABAAAQAQAAOUEAACgBAAAQQQAAMcEAABgBAAAgAQAAEAEAABABAAAQAQAAEAEAACABAAAgAQAAEAEAACABAAA4AQAAEAEAABgBAAAYAQAAEAEAABcBAAAYAQAAIAEAABKBAAAgAQAAGAEAABABAAAgAQAAGAEAACABAAAQAQAAIAEAACABAAAgAQAAMAEAADABAAAgAQAAMAEAABABAAAQAQAAMAEAACOBAAAagQAAEAEAABABAAAYAQAAEAEAACABAAAgAQAAEwEAABABAAAbAQAAEAEAABJBAAAOwQAAEAEAAEABAAAXwQAAIAEAACABAAAgAQAAEAEAABABAAAPwQAAHMEAABABAAAgwQAAEAEAABgBAAAUwQAAGAEAABABAAAPgQAAOAEAABQBAAAYAQAAIAEAACABAAAgAQAAGAEAACABAAAYAQAAIAEAACLBAAAiwQAAEAEAABABAABAAQAASAEAACHBAAAZwQAAGcEAABnBAAAZwQAAIcEAACHBAAARAQAAIAEAACABAAAQAQAAEAEAABFBAAAQAQAAIAEAABABAAAgAQAAIAEAABgBAAAoAQAAKAEAACgBAAAoAQAAIAEAADABAAAgAQAALgEAADABAAASQQAAD4EAABABAABAAQAAAUEAACABAAAQAQAAJMEAABABAABgAQAAIAEAACABAAAQAQAAMAEAACgBAAAYAQAAKAEAABgBAAAgAQAAEAEAABgBAAAYAQAAGAEAACgBAAAUQQAAKAEAABABAAAQAQAAIAEAABABAAAQAQAAMAEAABABAAAGQQAABkEAAEgBAAAYAQAAKUEAACtBAAAgAQAAIAAAAAAAAoAFAAeADgAdgCuAN4BHAFoAaAB2AIUAkwCiALAAvgDJgNmA6YD5gQmBGYEfgSWBK4EyATiBPoFFAU+BWgFkgW8BeIGCAYuBlQGcAaMBqYGwAbYByQHSAeqB+oIVAigCOgJIglsCYYJ0gn2CjgKcArICxwLSAuOC+QMBgyoDPwNUA2ODaQN4A4WDkAOVA5qDoAOlA6+DwwPag/iEEAQphDmEWARuhIYEsAS8hOQE/YUcBT0FWwV8hakFvgXdhe0F/gYYBi0GUYZfBm0GfoaLBpMGoQavBruGx4bOBugG+gcDBwwHE4csBzmHRodkh28HfYeJh5mHqIfDh9cH5Af5CAmIFwguCDaITghgCHeIh4iQiJoIpIi2CMMIzYjkCPAJA4kMiRWJJAlECV6Jbwl2iZAJnYmribQJygnyigMKDooiiiqKOwpPimEKcoqNCq2KzAryivuLBIsXCyKLMIs+i0qLYgtyi44LsIu/i88L1gvqjAMMEgwnjDqMT4xaDHGMoAysjL2MyozrDP0NIY06jViNZg1+DZ4Nrw28jdYN5439Dg6OIA41DkWOVo50joEOkA6YDqUOsA7Mjt2O7I76jwuPH48rDz0PRo9aD3sPjI+aj6mPtI+8j8SPzI/UD98P8JADkBOQJZA4EESQUpBokHaQfxCLEJ2Qp5DFkOQQ9pEKER4RJpE2EUmRZpF4EZgRphG5kc4R2JHuEfsSCxIvEkeSXBJ6koOSlJKuEseS0BLYkuYTAZMUkyGTOZNQE2OTdpOFE5gTqZO2E8CT0pPpE/qUEhQlFDQURZRelHcUhhSVlKiUu5TDFNOU1xTklP4VCBUllTEVPJVNFWCVc5V8FYQVjJWVFaSVthXFFc6V1JXele+WAJYGlhcWIxYuljiWRpZUFmCWbRZ7Fo2WmRapFruWyRbSFuaW85b+Fw+XHRcvl0GXXZd0l4mXpxfMl+SX9xgImB6YLxg5GEeYUhhimHEAAAAAQAAAXIAkAAOAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABABIAAAABAAAAAAACAAcAwwABAAAAAAADABIAVwABAAAAAAAEABIA2AABAAAAAAAFAAsANgABAAAAAAAGABIAjQABAAAAAAAKABoBDgADAAEECQABACQAEgADAAEECQACAA4AygADAAEECQADACQAaQADAAEECQAEACQA6gADAAEECQAFABYAQQADAAEECQAGACQAnwADAAEECQAKADQBKG14LWljb24tc2V0LWZpbGxlZABtAHgALQBpAGMAbwBuAC0AcwBlAHQALQBmAGkAbABsAGUAZFZlcnNpb24gMS4zAFYAZQByAHMAaQBvAG4AIAAxAC4AM214LWljb24tc2V0LWZpbGxlZABtAHgALQBpAGMAbwBuAC0AcwBlAHQALQBmAGkAbABsAGUAZG14LWljb24tc2V0LWZpbGxlZABtAHgALQBpAGMAbwBuAC0AcwBlAHQALQBmAGkAbABsAGUAZFJlZ3VsYXIAUgBlAGcAdQBsAGEAcm14LWljb24tc2V0LWZpbGxlZABtAHgALQBpAGMAbwBuAC0AcwBlAHQALQBmAGkAbABsAGUAZEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= - Subtype: 0 -Icons: -- $Type: CustomIcons$CustomIcon - CharacterCode: 59648 - Name: add - Tags: - - plus - - new -- $Type: CustomIcons$CustomIcon - CharacterCode: 59649 - Name: add-circle - Tags: - - plus - - new -- $Type: CustomIcons$CustomIcon - CharacterCode: 59650 - Name: airplane - Tags: - - fly - - send - - paper -- $Type: CustomIcons$CustomIcon - CharacterCode: 59651 - Name: alarm-bell - Tags: - - alert -- $Type: CustomIcons$CustomIcon - CharacterCode: 59652 - Name: alarm-bell-off - Tags: - - alert -- $Type: CustomIcons$CustomIcon - CharacterCode: 59653 - Name: alert-circle - Tags: - - danger - - exclamation -- $Type: CustomIcons$CustomIcon - CharacterCode: 59654 - Name: alert-triangle - Tags: - - danger - - exclamation -- $Type: CustomIcons$CustomIcon - CharacterCode: 59655 - Name: align-bottom - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59656 - Name: align-center - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59657 - Name: align-left - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59658 - Name: align-middle - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59659 - Name: align-right - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59660 - Name: align-top - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59661 - Name: analytics-bars - Tags: - - statistics - - chart - - graph - - stats - - histogram -- $Type: CustomIcons$CustomIcon - CharacterCode: 59662 - Name: analytics-graph-bar - Tags: - - statistics - - chart - - graph - - stats - - histogram -- $Type: CustomIcons$CustomIcon - CharacterCode: 59663 - Name: arrow-circle-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59664 - Name: arrow-circle-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59665 - Name: arrow-circle-right - Tags: - - forward - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59666 - Name: arrow-circle-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59667 - Name: arrow-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59668 - Name: arrow-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59669 - Name: arrow-narrow-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59670 - Name: arrow-narrow-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59671 - Name: arrow-narrow-right - Tags: - - forward - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59672 - Name: arrow-narrow-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59673 - Name: arrow-right - Tags: - - forward -- $Type: CustomIcons$CustomIcon - CharacterCode: 59674 - Name: arrow-square-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59675 - Name: arrow-square-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59676 - Name: arrow-square-right - Tags: - - forward - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59677 - Name: arrow-square-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59678 - Name: arrow-thick-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59679 - Name: arrow-thick-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59680 - Name: arrow-thick-right - Tags: - - forward - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59681 - Name: arrow-thick-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59682 - Name: arrow-triangle-down - Tags: - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59683 - Name: arrow-triangle-left - Tags: - - back - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59684 - Name: arrow-triangle-right - Tags: - - forward - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59685 - Name: arrow-triangle-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59686 - Name: arrow-up - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59687 - Name: arrows-retweet - Tags: - - move - - repeat - - resend - - again -- $Type: CustomIcons$CustomIcon - CharacterCode: 59688 - Name: asterisk - Tags: - - star -- $Type: CustomIcons$CustomIcon - CharacterCode: 59689 - Name: badge - Tags: - - medal -- $Type: CustomIcons$CustomIcon - CharacterCode: 59690 - Name: barcode - Tags: - - scan -- $Type: CustomIcons$CustomIcon - CharacterCode: 59691 - Name: binoculars - Tags: - - zoom -- $Type: CustomIcons$CustomIcon - CharacterCode: 59692 - Name: bitcoin - Tags: - - money - - cripto currency - - blockchain -- $Type: CustomIcons$CustomIcon - CharacterCode: 59693 - Name: blocks - Tags: - - package -- $Type: CustomIcons$CustomIcon - CharacterCode: 59694 - Name: book-closed - Tags: - - read -- $Type: CustomIcons$CustomIcon - CharacterCode: 59695 - Name: book-open - Tags: - - read -- $Type: CustomIcons$CustomIcon - CharacterCode: 59696 - Name: bookmark - Tags: - - flag - - banner -- $Type: CustomIcons$CustomIcon - CharacterCode: 59697 - Name: briefcase - Tags: - - business - - toolbox -- $Type: CustomIcons$CustomIcon - CharacterCode: 59698 - Name: browser - Tags: - - window - - app -- $Type: CustomIcons$CustomIcon - CharacterCode: 59699 - Name: browser-code - Tags: - - window - - program - - app -- $Type: CustomIcons$CustomIcon - CharacterCode: 59700 - Name: browser-page-text - Tags: - - window - - progam - - app -- $Type: CustomIcons$CustomIcon - CharacterCode: 59701 - Name: browser-search - Tags: - - magnifier - - zoom - - window - - app -- $Type: CustomIcons$CustomIcon - CharacterCode: 59702 - Name: browser-trophy - Tags: - - window - - app -- $Type: CustomIcons$CustomIcon - CharacterCode: 59703 - Name: calendar - Tags: - - appointment - - schedule -- $Type: CustomIcons$CustomIcon - CharacterCode: 59704 - Name: calendar-1 - Tags: - - appointment - - schedule -- $Type: CustomIcons$CustomIcon - CharacterCode: 59705 - Name: camera - Tags: - - picture - - photo - - record -- $Type: CustomIcons$CustomIcon - CharacterCode: 59706 - Name: camping-tent - Tags: - - tipi -- $Type: CustomIcons$CustomIcon - CharacterCode: 59707 - Name: cash-payment-bill - Tags: - - money - - dollar -- $Type: CustomIcons$CustomIcon - CharacterCode: 59708 - Name: cash-payment-bill-2 - Tags: - - money -- $Type: CustomIcons$CustomIcon - CharacterCode: 59709 - Name: cd - Tags: - - record -- $Type: CustomIcons$CustomIcon - CharacterCode: 59710 - Name: charger - Tags: - - electricity -- $Type: CustomIcons$CustomIcon - CharacterCode: 59711 - Name: checkmark - Tags: - - correct - - completed - - ok - - accept - - saved -- $Type: CustomIcons$CustomIcon - CharacterCode: 59712 - Name: checkmark-circle - Tags: - - correct - - completed - - ok - - accept - - saved -- $Type: CustomIcons$CustomIcon - CharacterCode: 59713 - Name: checkmark-shield - Tags: - - correct - - completed - - ok - - accept - - saved -- $Type: CustomIcons$CustomIcon - CharacterCode: 59714 - Name: checkmark-square - Tags: - - correct - - completed - - ok - - accept - - saved -- $Type: CustomIcons$CustomIcon - CharacterCode: 59715 - Name: chevron-down - Tags: - - download - - save - - arrow -- $Type: CustomIcons$CustomIcon - CharacterCode: 59716 - Name: chevron-left - Tags: - - incoming - - arrow - - back -- $Type: CustomIcons$CustomIcon - CharacterCode: 59717 - Name: chevron-right - Tags: - - outgoing - - arrow - - forward -- $Type: CustomIcons$CustomIcon - CharacterCode: 59718 - Name: chevron-up - Tags: - - upload - - arrow -- $Type: CustomIcons$CustomIcon - CharacterCode: 59719 - Name: cloud - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59720 - Name: cloud-check - Tags: - - deploy - - ok - - accept - - mark - - box - - saved -- $Type: CustomIcons$CustomIcon - CharacterCode: 59721 - Name: cloud-data-transfer - Tags: - - deploy - - exchange - - switch -- $Type: CustomIcons$CustomIcon - CharacterCode: 59722 - Name: cloud-disable - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59723 - Name: cloud-download - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59724 - Name: cloud-lock - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59725 - Name: cloud-off - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59726 - Name: cloud-refresh - Tags: - - deploy - - repeat - - renew -- $Type: CustomIcons$CustomIcon - CharacterCode: 59727 - Name: cloud-remove - Tags: - - deploy - - minus -- $Type: CustomIcons$CustomIcon - CharacterCode: 59728 - Name: cloud-search - Tags: - - deploy - - magnifier - - zoom -- $Type: CustomIcons$CustomIcon - CharacterCode: 59729 - Name: cloud-settings - Tags: - - deploy - - cog - - options - - wrench -- $Type: CustomIcons$CustomIcon - CharacterCode: 59730 - Name: cloud-subtract - Tags: - - deploy - - minus - - remove -- $Type: CustomIcons$CustomIcon - CharacterCode: 59731 - Name: cloud-sync - Tags: - - deploy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59732 - Name: cloud-upload - Tags: - - deploy - - arrow -- $Type: CustomIcons$CustomIcon - CharacterCode: 59733 - Name: cloud-warning - Tags: - - deploy - - error -- $Type: CustomIcons$CustomIcon - CharacterCode: 59734 - Name: cog - Tags: - - settings - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59735 - Name: cog-hand-give - Tags: - - settings - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59736 - Name: cog-play - Tags: - - settings - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59737 - Name: cog-shield - Tags: - - settings - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59738 - Name: color-bucket-brush - Tags: - - tint - - drop - - ink - - font -- $Type: CustomIcons$CustomIcon - CharacterCode: 59739 - Name: color-painting-palette - Tags: - - tint - - drop - - ink - - font -- $Type: CustomIcons$CustomIcon - CharacterCode: 59740 - Name: compass-directions - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59741 - Name: compressed - Tags: - - zip -- $Type: CustomIcons$CustomIcon - CharacterCode: 59742 - Name: computer-chip - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59743 - Name: connect - Tags: - - link -- $Type: CustomIcons$CustomIcon - CharacterCode: 59744 - Name: connect-1 - Tags: - - link -- $Type: CustomIcons$CustomIcon - CharacterCode: 59745 - Name: console-terminal - Tags: - - prompt - - type -- $Type: CustomIcons$CustomIcon - CharacterCode: 59746 - Name: contacts - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59747 - Name: contrast - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59748 - Name: controls-backward - Tags: - - rewind -- $Type: CustomIcons$CustomIcon - CharacterCode: 59749 - Name: controls-eject - Tags: - - out -- $Type: CustomIcons$CustomIcon - CharacterCode: 59750 - Name: controls-fast-backward - Tags: - - rewind -- $Type: CustomIcons$CustomIcon - CharacterCode: 59751 - Name: controls-fast-forward - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59752 - Name: controls-forward - Tags: - - fast -- $Type: CustomIcons$CustomIcon - CharacterCode: 59753 - Name: controls-pause - Tags: - - wait -- $Type: CustomIcons$CustomIcon - CharacterCode: 59754 - Name: controls-play - Tags: - - start -- $Type: CustomIcons$CustomIcon - CharacterCode: 59755 - Name: controls-record - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59756 - Name: controls-shuffle - Tags: - - random -- $Type: CustomIcons$CustomIcon - CharacterCode: 59757 - Name: controls-step-backward - Tags: - - rewind -- $Type: CustomIcons$CustomIcon - CharacterCode: 59758 - Name: controls-step-forward - Tags: - - fast -- $Type: CustomIcons$CustomIcon - CharacterCode: 59759 - Name: controls-stop - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59760 - Name: controls-volume-full - Tags: - - eq -- $Type: CustomIcons$CustomIcon - CharacterCode: 59761 - Name: controls-volume-low - Tags: - - eq -- $Type: CustomIcons$CustomIcon - CharacterCode: 59762 - Name: controls-volume-off - Tags: - - eq -- $Type: CustomIcons$CustomIcon - CharacterCode: 59763 - Name: conversation-question-warning - Tags: - - speech - - bubble -- $Type: CustomIcons$CustomIcon - CharacterCode: 59764 - Name: copy - Tags: - - clipboard - - duplicate - - clone -- $Type: CustomIcons$CustomIcon - CharacterCode: 59765 - Name: credit-card - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59766 - Name: crossroad-sign - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59767 - Name: cube - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59768 - Name: cutlery - Tags: - - eat - - fork - - knife -- $Type: CustomIcons$CustomIcon - CharacterCode: 59769 - Name: dashboard - Tags: - - overview - - kpi - - okr -- $Type: CustomIcons$CustomIcon - CharacterCode: 59770 - Name: data-transfer - Tags: - - exchange - - switch -- $Type: CustomIcons$CustomIcon - CharacterCode: 59771 - Name: desktop - Tags: - - computer -- $Type: CustomIcons$CustomIcon - CharacterCode: 59772 - Name: diamond - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59773 - Name: direction-buttons - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59774 - Name: direction-buttons-arrows - Tags: - - move - - pan -- $Type: CustomIcons$CustomIcon - CharacterCode: 59775 - Name: disable - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59776 - Name: document - Tags: - - file - - new - - paper -- $Type: CustomIcons$CustomIcon - CharacterCode: 59777 - Name: document-open - Tags: - - file - - paper -- $Type: CustomIcons$CustomIcon - CharacterCode: 59778 - Name: document-save - Tags: - - file - - paper - - store -- $Type: CustomIcons$CustomIcon - CharacterCode: 59779 - Name: dollar - Tags: - - usd - - money - - currency -- $Type: CustomIcons$CustomIcon - CharacterCode: 59780 - Name: double-bed - Tags: - - sleep -- $Type: CustomIcons$CustomIcon - CharacterCode: 59781 - Name: double-chevron-left - Tags: - - arrows - - incoming - - back -- $Type: CustomIcons$CustomIcon - CharacterCode: 59782 - Name: double-chevron-right - Tags: - - arrows - - outgoing - - forward -- $Type: CustomIcons$CustomIcon - CharacterCode: 59783 - Name: download-bottom - Tags: - - arrow -- $Type: CustomIcons$CustomIcon - CharacterCode: 59784 - Name: download-button - Tags: - - arrow -- $Type: CustomIcons$CustomIcon - CharacterCode: 59785 - Name: duplicate - Tags: - - clone - - copy -- $Type: CustomIcons$CustomIcon - CharacterCode: 59786 - Name: email - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59787 - Name: equalizer - Tags: - - audio -- $Type: CustomIcons$CustomIcon - CharacterCode: 59788 - Name: eraser - Tags: - - delete -- $Type: CustomIcons$CustomIcon - CharacterCode: 59789 - Name: euro - Tags: - - money - - currency -- $Type: CustomIcons$CustomIcon - CharacterCode: 59790 - Name: expand-horizontal - Tags: - - fullscreen - - maximize -- $Type: CustomIcons$CustomIcon - CharacterCode: 59791 - Name: expand-vertical - Tags: - - fullscreen - - maximize -- $Type: CustomIcons$CustomIcon - CharacterCode: 59792 - Name: external - Tags: - - open -- $Type: CustomIcons$CustomIcon - CharacterCode: 59793 - Name: file-pdf - Tags: - - new - - document - - paper -- $Type: CustomIcons$CustomIcon - CharacterCode: 59794 - Name: file-zip - Tags: - - new - - document - - paper -- $Type: CustomIcons$CustomIcon - CharacterCode: 59795 - Name: film - Tags: - - movie - - video -- $Type: CustomIcons$CustomIcon - CharacterCode: 59796 - Name: filter - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59797 - Name: fire - Tags: - - flame -- $Type: CustomIcons$CustomIcon - CharacterCode: 59798 - Name: flag - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59799 - Name: flash - Tags: - - event - - lightning -- $Type: CustomIcons$CustomIcon - CharacterCode: 59800 - Name: floppy-disk - Tags: - - hdd - - drive - - harddisk -- $Type: CustomIcons$CustomIcon - CharacterCode: 59801 - Name: floppy-disk-arrow-down - Tags: - - hdd - - drive - - harddisk - - download - - save - - incoming - - import -- $Type: CustomIcons$CustomIcon - CharacterCode: 59802 - Name: floppy-disk-arrow-up - Tags: - - hdd - - drive - - harddisk - - upload - - outgoing - - export -- $Type: CustomIcons$CustomIcon - CharacterCode: 59803 - Name: floppy-disk-checkmark - Tags: - - hdd - - drive - - harddisk -- $Type: CustomIcons$CustomIcon - CharacterCode: 59804 - Name: floppy-disk-group - Tags: - - hdd - - drive - - harddisk -- $Type: CustomIcons$CustomIcon - CharacterCode: 59805 - Name: floppy-disk-remove - Tags: - - hdd - - drive - - harddisk - - delete - - erase -- $Type: CustomIcons$CustomIcon - CharacterCode: 59806 - Name: folder-closed - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59807 - Name: folder-open - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59808 - Name: folder-upload - Tags: - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59809 - Name: fruit-apple - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59810 - Name: fullscreen - Tags: - - stretch - - maximize - - expand -- $Type: CustomIcons$CustomIcon - CharacterCode: 59811 - Name: gift - Tags: - - box - - present - - christmas -- $Type: CustomIcons$CustomIcon - CharacterCode: 59812 - Name: github - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59813 - Name: globe - Tags: - - www - - web - - planet - - earth - - atlas - - world -- $Type: CustomIcons$CustomIcon - CharacterCode: 59814 - Name: globe-1 - Tags: - - www - - web - - planet - - earth - - atlas - - world -- $Type: CustomIcons$CustomIcon - CharacterCode: 59815 - Name: graduation-hat - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59816 - Name: hammer - Tags: - - tools - - toolbox -- $Type: CustomIcons$CustomIcon - CharacterCode: 59817 - Name: hammer-wench - Tags: - - tools - - toolbox -- $Type: CustomIcons$CustomIcon - CharacterCode: 59818 - Name: hand-down - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59819 - Name: hand-left - Tags: - - back -- $Type: CustomIcons$CustomIcon - CharacterCode: 59820 - Name: hand-right - Tags: - - forward -- $Type: CustomIcons$CustomIcon - CharacterCode: 59821 - Name: hand-up - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59822 - Name: handshake-business - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59823 - Name: hard-drive - Tags: - - hdd - - disk - - harddisk -- $Type: CustomIcons$CustomIcon - CharacterCode: 59824 - Name: headphones - Tags: - - music - - listen - - audio -- $Type: CustomIcons$CustomIcon - CharacterCode: 59825 - Name: headphones-mic - Tags: - - music - - listen - - audio -- $Type: CustomIcons$CustomIcon - CharacterCode: 59826 - Name: heart - Tags: - - love -- $Type: CustomIcons$CustomIcon - CharacterCode: 59827 - Name: hierarchy-files - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59828 - Name: home - Tags: - - house -- $Type: CustomIcons$CustomIcon - CharacterCode: 59829 - Name: hourglass - Tags: - - wait - - patience -- $Type: CustomIcons$CustomIcon - CharacterCode: 59830 - Name: hyperlink - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59831 - Name: image - Tags: - - picture -- $Type: CustomIcons$CustomIcon - CharacterCode: 59832 - Name: image-collection - Tags: - - picture -- $Type: CustomIcons$CustomIcon - CharacterCode: 59833 - Name: images - Tags: - - picture -- $Type: CustomIcons$CustomIcon - CharacterCode: 59834 - Name: info-circle - Tags: - - information -- $Type: CustomIcons$CustomIcon - CharacterCode: 59835 - Name: laptop - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59836 - Name: layout - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59837 - Name: layout-1 - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59838 - Name: layout-2 - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59839 - Name: layout-column - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59840 - Name: layout-horizontal - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59841 - Name: layout-list - Tags: - - todo - - tasks -- $Type: CustomIcons$CustomIcon - CharacterCode: 59842 - Name: layout-rounded - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59843 - Name: layout-rounded-1 - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59844 - Name: leaf - Tags: - - green -- $Type: CustomIcons$CustomIcon - CharacterCode: 59845 - Name: legal-certificate - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59846 - Name: lego-block-stack - Tags: - - build -- $Type: CustomIcons$CustomIcon - CharacterCode: 59847 - Name: light-bulb-shine - Tags: - - lamp -- $Type: CustomIcons$CustomIcon - CharacterCode: 59848 - Name: list-bullets - Tags: - - todo - - tasks -- $Type: CustomIcons$CustomIcon - CharacterCode: 59849 - Name: location-pin - Tags: - - point -- $Type: CustomIcons$CustomIcon - CharacterCode: 59850 - Name: lock - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59851 - Name: lock-key - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59852 - Name: login - Tags: - - enter - - write -- $Type: CustomIcons$CustomIcon - CharacterCode: 59853 - Name: login-1 - Tags: - - enter - - write -- $Type: CustomIcons$CustomIcon - CharacterCode: 59854 - Name: login-2 - Tags: - - enter - - write -- $Type: CustomIcons$CustomIcon - CharacterCode: 59855 - Name: logout - Tags: - - exit -- $Type: CustomIcons$CustomIcon - CharacterCode: 59856 - Name: logout-1 - Tags: - - exit -- $Type: CustomIcons$CustomIcon - CharacterCode: 59857 - Name: luggage-travel - Tags: - - baggage -- $Type: CustomIcons$CustomIcon - CharacterCode: 59858 - Name: magnet - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59859 - Name: map-location-pin - Tags: - - point -- $Type: CustomIcons$CustomIcon - CharacterCode: 59860 - Name: martini - Tags: - - drink -- $Type: CustomIcons$CustomIcon - CharacterCode: 59861 - Name: megaphone - Tags: - - speaker -- $Type: CustomIcons$CustomIcon - CharacterCode: 59862 - Name: message-bubble - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59863 - Name: message-bubble-add - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59864 - Name: message-bubble-check - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59865 - Name: message-bubble-disable - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59866 - Name: message-bubble-edit - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59867 - Name: message-bubble-information - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59868 - Name: message-bubble-quotation - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59869 - Name: message-bubble-remove - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59870 - Name: message-bubble-typing - Tags: - - comment - - speech -- $Type: CustomIcons$CustomIcon - CharacterCode: 59871 - Name: mobile-phone - Tags: - - call - - device - - telephone - - speak - - talk -- $Type: CustomIcons$CustomIcon - CharacterCode: 59872 - Name: modal-window - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59873 - Name: monitor - Tags: - - screen -- $Type: CustomIcons$CustomIcon - CharacterCode: 59874 - Name: monitor-camera - Tags: - - screen - - video - - movei -- $Type: CustomIcons$CustomIcon - CharacterCode: 59875 - Name: monitor-cash - Tags: - - money -- $Type: CustomIcons$CustomIcon - CharacterCode: 59876 - Name: monitor-e-learning - Tags: - - training -- $Type: CustomIcons$CustomIcon - CharacterCode: 59877 - Name: monitor-pie-line-graph - Tags: - - charts - - stats - - histogram -- $Type: CustomIcons$CustomIcon - CharacterCode: 59878 - Name: moon-new - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59879 - Name: mountain-flag - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59880 - Name: move-down - Tags: - - arrows - - download - - save -- $Type: CustomIcons$CustomIcon - CharacterCode: 59881 - Name: move-left - Tags: - - back - - arrows - - incoming -- $Type: CustomIcons$CustomIcon - CharacterCode: 59882 - Name: move-right - Tags: - - forward - - arrows - - outgoing -- $Type: CustomIcons$CustomIcon - CharacterCode: 59883 - Name: move-up - Tags: - - arrows - - upload -- $Type: CustomIcons$CustomIcon - CharacterCode: 59884 - Name: music-note - Tags: - - audio - - notes - - headphones - - listen -- $Type: CustomIcons$CustomIcon - CharacterCode: 59885 - Name: navigation-menu - Tags: - - list -- $Type: CustomIcons$CustomIcon - CharacterCode: 59886 - Name: navigation-next - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59887 - Name: notes-checklist - Tags: - - write - - todo -- $Type: CustomIcons$CustomIcon - CharacterCode: 59888 - Name: notes-checklist-flip - Tags: - - write - - todo -- $Type: CustomIcons$CustomIcon - CharacterCode: 59889 - Name: notes-paper-edit - Tags: - - pencil - - write - - page -- $Type: CustomIcons$CustomIcon - CharacterCode: 59890 - Name: notes-paper-text - Tags: - - write - - page -- $Type: CustomIcons$CustomIcon - CharacterCode: 59891 - Name: office-sheet - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59892 - Name: org-chart - Tags: - - graph -- $Type: CustomIcons$CustomIcon - CharacterCode: 59893 - Name: paper-clipboard - Tags: - - document - - paste -- $Type: CustomIcons$CustomIcon - CharacterCode: 59894 - Name: paper-holder - Tags: - - document -- $Type: CustomIcons$CustomIcon - CharacterCode: 59895 - Name: paper-holder-full - Tags: - - document -- $Type: CustomIcons$CustomIcon - CharacterCode: 59896 - Name: paper-list - Tags: - - document - - todo - - tasks -- $Type: CustomIcons$CustomIcon - CharacterCode: 59897 - Name: paper-plane - Tags: - - document - - send - - airplane - - fly -- $Type: CustomIcons$CustomIcon - CharacterCode: 59898 - Name: paperclip - Tags: - - attachment -- $Type: CustomIcons$CustomIcon - CharacterCode: 59899 - Name: password-lock - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59900 - Name: password-type - Tags: - - console - - prompt -- $Type: CustomIcons$CustomIcon - CharacterCode: 59901 - Name: paste - Tags: - - clipboard -- $Type: CustomIcons$CustomIcon - CharacterCode: 59902 - Name: pen-write-paper - Tags: - - pencil - - notes -- $Type: CustomIcons$CustomIcon - CharacterCode: 59903 - Name: pencil - Tags: - - write - - notes -- $Type: CustomIcons$CustomIcon - CharacterCode: 59904 - Name: pencil-write-paper - Tags: - - notes - - edit -- $Type: CustomIcons$CustomIcon - CharacterCode: 59905 - Name: performance-graph-calculator - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59906 - Name: phone - Tags: - - call - - telephone - - dial - - speak - - talk - - hang -- $Type: CustomIcons$CustomIcon - CharacterCode: 59907 - Name: phone-handset - Tags: - - call - - telephone - - dial - - speak - - talk - - hang -- $Type: CustomIcons$CustomIcon - CharacterCode: 59908 - Name: piggy-bank - Tags: - - money -- $Type: CustomIcons$CustomIcon - CharacterCode: 59909 - Name: pin - Tags: - - point - - location -- $Type: CustomIcons$CustomIcon - CharacterCode: 59910 - Name: plane-ticket - Tags: - - fly - - airplane -- $Type: CustomIcons$CustomIcon - CharacterCode: 59911 - Name: play-circle - Tags: - - start -- $Type: CustomIcons$CustomIcon - CharacterCode: 59912 - Name: pound-sterling - Tags: - - gbp - - money - - currency -- $Type: CustomIcons$CustomIcon - CharacterCode: 59913 - Name: power-button - Tags: - - shut down - - switch -- $Type: CustomIcons$CustomIcon - CharacterCode: 59914 - Name: print - Tags: - - printer -- $Type: CustomIcons$CustomIcon - CharacterCode: 59915 - Name: progress-bars - Tags: - - tasks - - todo - - list -- $Type: CustomIcons$CustomIcon - CharacterCode: 59916 - Name: qr-code - Tags: - - scan -- $Type: CustomIcons$CustomIcon - CharacterCode: 59917 - Name: question-circle - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59918 - Name: redo - Tags: - - forward -- $Type: CustomIcons$CustomIcon - CharacterCode: 59919 - Name: refresh - Tags: - - repeat - - continuous - - recycle - - renew -- $Type: CustomIcons$CustomIcon - CharacterCode: 59920 - Name: remove - Tags: - - delete - - cross - - erase -- $Type: CustomIcons$CustomIcon - CharacterCode: 59921 - Name: remove-circle - Tags: - - delete - - cross - - erase -- $Type: CustomIcons$CustomIcon - CharacterCode: 59922 - Name: remove-shield - Tags: - - delete - - cross - - erase -- $Type: CustomIcons$CustomIcon - CharacterCode: 59923 - Name: repeat - Tags: - - continuous - - refresh - - recycle - - renew -- $Type: CustomIcons$CustomIcon - CharacterCode: 59924 - Name: resize-full - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59925 - Name: resize-small - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59926 - Name: road - Tags: - - highway - - motorway -- $Type: CustomIcons$CustomIcon - CharacterCode: 59927 - Name: robot-head - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59928 - Name: rss-feed - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59929 - Name: ruble - Tags: - - money - - currency -- $Type: CustomIcons$CustomIcon - CharacterCode: 59930 - Name: scissors - Tags: - - cut -- $Type: CustomIcons$CustomIcon - CharacterCode: 59931 - Name: search - Tags: - - magnifier - - zoom -- $Type: CustomIcons$CustomIcon - CharacterCode: 59932 - Name: server - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59933 - Name: settings-slider - Tags: - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59934 - Name: settings-slider-1 - Tags: - - options -- $Type: CustomIcons$CustomIcon - CharacterCode: 59935 - Name: share - Tags: - - export -- $Type: CustomIcons$CustomIcon - CharacterCode: 59936 - Name: share-1 - Tags: - - export -- $Type: CustomIcons$CustomIcon - CharacterCode: 59937 - Name: share-arrow - Tags: - - export -- $Type: CustomIcons$CustomIcon - CharacterCode: 59938 - Name: shipment-box - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59939 - Name: shopping-cart - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59940 - Name: shopping-cart-full - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59941 - Name: signal-full - Tags: - - wireless - - network - - volume - - charge - - battery - - reception -- $Type: CustomIcons$CustomIcon - CharacterCode: 59942 - Name: smart-house-garage - Tags: - - home - - remote -- $Type: CustomIcons$CustomIcon - CharacterCode: 59943 - Name: smart-watch-circle - Tags: - - gadget - - device -- $Type: CustomIcons$CustomIcon - CharacterCode: 59944 - Name: smart-watch-square - Tags: - - gadget - - device -- $Type: CustomIcons$CustomIcon - CharacterCode: 59945 - Name: sort - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59946 - Name: sort-alphabet-ascending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59947 - Name: sort-alphabet-descending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59948 - Name: sort-ascending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59949 - Name: sort-descending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59950 - Name: sort-numerical-ascending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59951 - Name: sort-numerical-descending - Tags: - - order -- $Type: CustomIcons$CustomIcon - CharacterCode: 59952 - Name: star - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59953 - Name: stopwatch - Tags: - - time - - duration -- $Type: CustomIcons$CustomIcon - CharacterCode: 59954 - Name: substract - Tags: - - minus - - remove -- $Type: CustomIcons$CustomIcon - CharacterCode: 59955 - Name: subtract-circle - Tags: - - minus - - remove -- $Type: CustomIcons$CustomIcon - CharacterCode: 59956 - Name: sun - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59957 - Name: swap - Tags: - - switch -- $Type: CustomIcons$CustomIcon - CharacterCode: 59958 - Name: synchronize-arrow-clock - Tags: - - time -- $Type: CustomIcons$CustomIcon - CharacterCode: 59959 - Name: table-lamp - Tags: - - light - - bedlamp -- $Type: CustomIcons$CustomIcon - CharacterCode: 59960 - Name: tablet - Tags: - - device -- $Type: CustomIcons$CustomIcon - CharacterCode: 59961 - Name: tag - Tags: - - price -- $Type: CustomIcons$CustomIcon - CharacterCode: 59962 - Name: tag-group - Tags: - - price -- $Type: CustomIcons$CustomIcon - CharacterCode: 59963 - Name: task-list-multiple - Tags: - - todo - - tasks -- $Type: CustomIcons$CustomIcon - CharacterCode: 59964 - Name: text-align-center - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59965 - Name: text-align-justify - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59966 - Name: text-align-left - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59967 - Name: text-align-right - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59968 - Name: text-background - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59969 - Name: text-bold - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59970 - Name: text-color - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59971 - Name: text-font - Tags: - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59972 - Name: text-header - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59973 - Name: text-height - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59974 - Name: text-indent-left - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59975 - Name: text-indent-right - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59976 - Name: text-italic - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59977 - Name: text-size - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59978 - Name: text-subscript - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59979 - Name: text-superscript - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59980 - Name: text-width - Tags: - - font - - letters -- $Type: CustomIcons$CustomIcon - CharacterCode: 59981 - Name: three-dots-menu-horizontal - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59982 - Name: three-dots-menu-vertical - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59983 - Name: thumbs-down - Tags: - - bad - - like - - decline -- $Type: CustomIcons$CustomIcon - CharacterCode: 59984 - Name: thumbs-up - Tags: - - good - - like - - accept -- $Type: CustomIcons$CustomIcon - CharacterCode: 59985 - Name: time-clock - Tags: - - duration -- $Type: CustomIcons$CustomIcon - CharacterCode: 59986 - Name: tint - Tags: - - drop - - color - - ink -- $Type: CustomIcons$CustomIcon - CharacterCode: 59987 - Name: trash-can - Tags: - - garbage - - delete - - bin -- $Type: CustomIcons$CustomIcon - CharacterCode: 59988 - Name: tree - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59989 - Name: trophy - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59990 - Name: ui-webpage-slider - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59991 - Name: unchecked - Tags: - - box -- $Type: CustomIcons$CustomIcon - CharacterCode: 59992 - Name: undo - Tags: - - back -- $Type: CustomIcons$CustomIcon - CharacterCode: 59993 - Name: unlock - Tags: - - open -- $Type: CustomIcons$CustomIcon - CharacterCode: 59994 - Name: upload-bottom - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59995 - Name: upload-button - Tags: null -- $Type: CustomIcons$CustomIcon - CharacterCode: 59996 - Name: user - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 59997 - Name: user-3d-box - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 59998 - Name: user-man - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 59999 - Name: user-neutral-group - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60000 - Name: user-neutral-pair - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60001 - Name: user-neutral-shield - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60002 - Name: user-neutral-sync - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60003 - Name: user-pair - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60004 - Name: user-woman - Tags: - - head - - person -- $Type: CustomIcons$CustomIcon - CharacterCode: 60005 - Name: video-camera - Tags: - - film - - movie - - picture - - photo - - record -- $Type: CustomIcons$CustomIcon - CharacterCode: 60006 - Name: view - Tags: - - eye - - visible -- $Type: CustomIcons$CustomIcon - CharacterCode: 60007 - Name: view-off - Tags: - - eye - - invisible -- $Type: CustomIcons$CustomIcon - CharacterCode: 60008 - Name: wheat - Tags: - - gluten -- $Type: CustomIcons$CustomIcon - CharacterCode: 60009 - Name: whiteboard - Tags: - - teach -- $Type: CustomIcons$CustomIcon - CharacterCode: 60010 - Name: wrench - Tags: - - settings - - tools -- $Type: CustomIcons$CustomIcon - CharacterCode: 60011 - Name: yen - Tags: - - money - - currency - - japan -- $Type: CustomIcons$CustomIcon - CharacterCode: 60012 - Name: zoom-in - Tags: - - search - - magnifier -- $Type: CustomIcons$CustomIcon - CharacterCode: 60013 - Name: zoom-out - Tags: - - search - - magnifier -Name: Atlas_Filled -Prefix: mx-icon diff --git a/modelsource/Atlas_Core/Content.Images$ImageCollection.yaml b/modelsource/Atlas_Core/Content.Images$ImageCollection.yaml deleted file mode 100644 index 08d1c37..0000000 --- a/modelsource/Atlas_Core/Content.Images$ImageCollection.yaml +++ /dev/null @@ -1,9 +0,0 @@ -$Type: Images$ImageCollection -Documentation: "" -Excluded: false -ExportLevel: Hidden -Images: -- $Type: Images$Image - ImageFormat: Png - Name: Mendix -Name: Content diff --git a/modelsource/Atlas_Core/DomainModels$DomainModel.yaml b/modelsource/Atlas_Core/DomainModels$DomainModel.yaml deleted file mode 100644 index 197d610..0000000 --- a/modelsource/Atlas_Core/DomainModels$DomainModel.yaml +++ /dev/null @@ -1,6 +0,0 @@ -$Type: DomainModels$DomainModel -Annotations: null -Associations: null -CrossAssociations: null -Documentation: "" -Entities: null diff --git a/modelsource/Atlas_Core/Layout.Images$ImageCollection.yaml b/modelsource/Atlas_Core/Layout.Images$ImageCollection.yaml deleted file mode 100644 index 9afdbfe..0000000 --- a/modelsource/Atlas_Core/Layout.Images$ImageCollection.yaml +++ /dev/null @@ -1,21 +0,0 @@ -$Type: Images$ImageCollection -Documentation: "" -Excluded: false -ExportLevel: Hidden -Images: -- $Type: Images$Image - ImageFormat: Svg - Name: Switcher -- $Type: Images$Image - ImageFormat: Svg - Name: hamburger -- $Type: Images$Image - ImageFormat: Svg - Name: expand -- $Type: Images$Image - ImageFormat: Svg - Name: logo -- $Type: Images$Image - ImageFormat: Svg - Name: logo_blue -Name: Layout diff --git a/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_Default.Forms$Layout.yaml b/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_Default.Forms$Layout.yaml deleted file mode 100644 index 32539bc..0000000 --- a/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_Default.Forms$Layout.yaml +++ /dev/null @@ -1,39 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 500 -Content: - $Type: Forms$NativeLayoutContent - LayoutType: Default - RightHeaderPlaceholder: - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Header - TabIndex: 0 - ShowBottomBar: true - Sidebar: false - SidebarWidgets: null - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: NativePhone_Default diff --git a/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_FullPage.Forms$Layout.yaml b/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_FullPage.Forms$Layout.yaml deleted file mode 100644 index 079a0dc..0000000 --- a/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_FullPage.Forms$Layout.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 500 -Content: - $Type: Forms$NativeLayoutContent - LayoutType: Default - RightHeaderPlaceholder: null - ShowBottomBar: false - Sidebar: false - SidebarWidgets: null - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: NativePhone_FullPage diff --git a/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_PopOver.Forms$Layout.yaml b/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_PopOver.Forms$Layout.yaml deleted file mode 100644 index 216b226..0000000 --- a/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_PopOver.Forms$Layout.yaml +++ /dev/null @@ -1,39 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 550 -Content: - $Type: Forms$NativeLayoutContent - LayoutType: Popup - RightHeaderPlaceholder: - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Header - TabIndex: 0 - ShowBottomBar: false - Sidebar: false - SidebarWidgets: null - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: NativePhone_PopOver diff --git a/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_SideMenu.Forms$Layout.yaml b/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_SideMenu.Forms$Layout.yaml deleted file mode 100644 index 5e38a94..0000000 --- a/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_SideMenu.Forms$Layout.yaml +++ /dev/null @@ -1,48 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1000 -Content: - $Type: Forms$NativeLayoutContent - LayoutType: Default - RightHeaderPlaceholder: - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Header - TabIndex: 0 - ShowBottomBar: false - Sidebar: true - SidebarWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Placeholder1 - TabIndex: 0 - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 -Documentation: "" -Excluded: true -ExportLevel: Hidden -Name: NativePhone_SideMenu diff --git a/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_TopBarOnly.Forms$Layout.yaml b/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_TopBarOnly.Forms$Layout.yaml deleted file mode 100644 index 33a9ffd..0000000 --- a/modelsource/Atlas_Core/NativeMobile/Layouts/Phone/NativePhone_TopBarOnly.Forms$Layout.yaml +++ /dev/null @@ -1,39 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 500 -Content: - $Type: Forms$NativeLayoutContent - LayoutType: Default - RightHeaderPlaceholder: - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Header - TabIndex: 0 - ShowBottomBar: false - Sidebar: false - SidebarWidgets: null - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: NativePhone_TopBarOnly diff --git a/modelsource/Atlas_Core/Projects$ModuleSettings.yaml b/modelsource/Atlas_Core/Projects$ModuleSettings.yaml deleted file mode 100644 index f6ae021..0000000 --- a/modelsource/Atlas_Core/Projects$ModuleSettings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -$Type: Projects$ModuleSettings -BasedOnVersion: "" -ExportLevel: Source -ExtensionName: "" -JarDependencies: null -ProtectedModuleType: AddOn -SolutionIdentifier: "" -Version: 1.0.0 diff --git a/modelsource/Atlas_Core/Security$ModuleSecurity.yaml b/modelsource/Atlas_Core/Security$ModuleSecurity.yaml deleted file mode 100644 index 33b4215..0000000 --- a/modelsource/Atlas_Core/Security$ModuleSecurity.yaml +++ /dev/null @@ -1,2 +0,0 @@ -$Type: Security$ModuleSecurity -ModuleRoles: null diff --git a/modelsource/Atlas_Core/Web/FeedbackWidget.Forms$Snippet.yaml b/modelsource/Atlas_Core/Web/FeedbackWidget.Forms$Snippet.yaml deleted file mode 100644 index ce5cdc0..0000000 --- a/modelsource/Atlas_Core/Web/FeedbackWidget.Forms$Snippet.yaml +++ /dev/null @@ -1,10 +0,0 @@ -$Type: Forms$Snippet -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: FeedbackWidget -Parameters: null -Variables: null -Widgets: null diff --git a/modelsource/Atlas_Core/Web/LanguageSelectorWidget.Forms$Snippet.yaml b/modelsource/Atlas_Core/Web/LanguageSelectorWidget.Forms$Snippet.yaml deleted file mode 100644 index f334b13..0000000 --- a/modelsource/Atlas_Core/Web/LanguageSelectorWidget.Forms$Snippet.yaml +++ /dev/null @@ -1,186 +0,0 @@ -$Type: Forms$Snippet -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: LanguageSelectorWidget -Parameters: null -Variables: null -Widgets: -- $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: languageSelector1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: c4yPC0xlfUe6M/QOkIQfEg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: - $Type: DomainModels$DirectEntityRef - Entity: System.Language - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: - - $Type: Forms$GridSortItem - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: System.Language.Description - EntityRef: null - SortOrder: Ascending - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wPMj6Td36UuFzEOCdLI3FQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: scG+ewC3CEiTHm3tkwd2/A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: | - $currentObject/Description - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Fs6qiEwSsEWwgeaX+wSzCw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xqvN11TnI0K1iSQl5Tgnog== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: spsUi6dbEUafY4Nk+5urVg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: q0S4TsbuDkKmkvoKfFV+fw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: click - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hnZbymd4m02hC6CM0t1OpQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kH+j0S1iKkae5/sGftGAfA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dvQyP3os2kiKFqw9u9Ii3w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 3JjrvWMrv0Ocfnbb6O3seg== - Subtype: 0 - TabIndex: 0 diff --git a/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_BottomBar.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_BottomBar.Forms$Layout.yaml deleted file mode 100644 index f814640..0000000 --- a/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_BottomBar.Forms$Layout.yaml +++ /dev/null @@ -1,80 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-phone - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Phone - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-bottombar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$SimpleMenuBar - Appearance: - $Type: Forms$Appearance - Class: bottom-nav-text-icons - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$MenuDocumentSource - Menu: Atlas_Core.Phone_Menu - Name: simpleMenuBar1 - Orientation: Horizontal - TabIndex: 0 - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Headline - Left: null - Name: scrollContainer1 - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: null - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Phone_BottomBar diff --git a/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_Default.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_Default.Forms$Layout.yaml deleted file mode 100644 index bf86aa1..0000000 --- a/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_Default.Forms$Layout.yaml +++ /dev/null @@ -1,119 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-phone - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Phone - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-bottombar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$SimpleMenuBar - Appearance: - $Type: Forms$Appearance - Class: bottom-nav-text-icons - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$MenuDocumentSource - Menu: Atlas_Core.Phone_Menu - Name: simpleMenuBar1 - Orientation: Horizontal - TabIndex: 0 - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Headline - Left: null - Name: scrollContainer1 - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Header - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - LeftWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderLeft - TabIndex: 0 - Name: header1 - RightWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderRight - TabIndex: 0 - TabIndex: 0 - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Phone_Default diff --git a/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_FullPage.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_FullPage.Forms$Layout.yaml deleted file mode 100644 index 86fbbd2..0000000 --- a/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_FullPage.Forms$Layout.yaml +++ /dev/null @@ -1,57 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-phone - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Phone - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: null - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Headline - Left: null - Name: scrollContainer1 - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: null - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Phone_FullPage diff --git a/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_Sidebar.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_Sidebar.Forms$Layout.yaml deleted file mode 100644 index 392ceb1..0000000 --- a/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_Sidebar.Forms$Layout.yaml +++ /dev/null @@ -1,744 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-phone - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Phone - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: null - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Sidebar - Left: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-sidebar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Percentage - ToggleMode: PushContentAside - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: sidebar-heading - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Left align as a row - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: padding-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: padding-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B2MU/hJtTUSs+rLHnwb+AQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /DAhIhvVvEKE+vfWTJVSUg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AJ0VT0jYPEmhexTsdEyNAA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oxAWkaOcPEq0/VwrSGearg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DtGofesOrU21uFLgWlYZ5A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LPhhjYgW30uisGmt/QjcAA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jQfA6LOUO06pxttQwr/XdQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JNNXH/Ln/UmdeA6O56hBpA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uy3Xutdqm0ytKZp7a60Pjw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fdGjykLWp0aa5LkiN7e5CQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: m6Rgjc5Sl0K+36iAdO1oaA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OHUHytcetkK/Mf6cY45jUA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8+eoATW38UST9PXfB3PEfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kDCHfDxVAEuHA2+69GW/bw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: odVITBAWg0u74TzWR408Pg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ly8huVoOfEWDfWRAqG9OYw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ij79qGMv1EW7wsoRHVRPUA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: L0fVb9dN60OAQxKFCXE94g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zWiqYCCKUEisS4DNhgJGKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: KLHQzt62Rk+BQfZkVmNMpw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ED3H3aIUvkWkqAgxmhhXxQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PJ2qpW9HkUuFhYHWVEvuNA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4YBnLBmtOUaHkZ9Q844D9g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "28" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cR/yGhoOhEmZcavSl1Ihjg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y5VouJ4TSkm7+eJuJ3TdFw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kyt2tP0TBUCbuxiZvP9Szw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nKTgycse+kW5//lPZxplag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WEsPwY3G602goS3OJ+2K5A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tD6eORTxlkyJ+R1iMOviuA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BLby8F7bNkqwn4GYhzC4Zg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Sh4Qqdjde0KYIjyhxh3GSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fawNW4Q9a0SEIfprNoQaaw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LuEUgAJzCU2A3IB3EE8Cxw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UabevXjkPE2LdE+hCQnekg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: QyOvncqX3UCiYgVZrccA/g== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Weight - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bold - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Mendix - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$NavigationTree - Appearance: - $Type: Forms$Appearance - Class: sidebar-menu - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$MenuDocumentSource - Menu: Atlas_Core.Phone_Menu - Name: navigationTree1 - TabIndex: 0 - Name: scrollContainer1 - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Header - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - LeftWidgets: - - $Type: Forms$SidebarToggleButton - Appearance: - $Type: Forms$Appearance - Class: toggle-btn - DesignProperties: null - DynamicClasses: "" - Style: "" - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: sidebarToggle2 - RenderType: Link - TabIndex: -1 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Toggle Menu - Name: header1 - RightWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderRight - TabIndex: 0 - TabIndex: 0 - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Phone_Sidebar diff --git a/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_TopBar.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_TopBar.Forms$Layout.yaml deleted file mode 100644 index 67c304e..0000000 --- a/modelsource/Atlas_Core/Web/Phone/Layouts/Phone_TopBar.Forms$Layout.yaml +++ /dev/null @@ -1,96 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-phone - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Phone - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: null - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Headline - Left: null - Name: scrollContainer1 - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Header - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - LeftWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderLeft - TabIndex: 0 - Name: header1 - RightWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderRight - TabIndex: 0 - TabIndex: 0 - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Phone_TopBar diff --git a/modelsource/Atlas_Core/Web/Phone/Phone_Menu.Menus$MenuDocument.yaml b/modelsource/Atlas_Core/Web/Phone/Phone_Menu.Menus$MenuDocument.yaml deleted file mode 100644 index bfa82f9..0000000 --- a/modelsource/Atlas_Core/Web/Phone/Phone_Menu.Menus$MenuDocument.yaml +++ /dev/null @@ -1,64 +0,0 @@ -$Type: Menus$MenuDocument -Documentation: "" -Excluded: false -ExportLevel: Hidden -ItemCollection: - $Type: Menus$MenuItemCollection - Items: - - $Type: Menus$MenuItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AlternativeText: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Home - Icon: - $Type: Forms$IconCollectionIcon - Items: null - - $Type: Menus$MenuItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AlternativeText: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Layouts - Icon: - $Type: Forms$IconCollectionIcon - Items: null - - $Type: Menus$MenuItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AlternativeText: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Templates - Icon: - $Type: Forms$IconCollectionIcon - Items: null - - $Type: Menus$MenuItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AlternativeText: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Widgets - Icon: - $Type: Forms$IconCollectionIcon - Items: null -Name: Phone_Menu diff --git a/modelsource/Atlas_Core/Web/PopupLayout.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/PopupLayout.Forms$Layout.yaml deleted file mode 100644 index 644c098..0000000 --- a/modelsource/Atlas_Core/Web/PopupLayout.Forms$Layout.yaml +++ /dev/null @@ -1,57 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: ModalPopup - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: null - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Headline - Left: null - Name: scrollContainer1 - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: null - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: PopupLayout diff --git a/modelsource/Atlas_Core/Web/Responsive/Layouts/Atlas_Default.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Responsive/Layouts/Atlas_Default.Forms$Layout.yaml deleted file mode 100644 index 7d72809..0000000 --- a/modelsource/Atlas_Core/Web/Responsive/Layouts/Atlas_Default.Forms$Layout.yaml +++ /dev/null @@ -1,762 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-responsive-default - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Responsive - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: null - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Headline - Left: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-sidebar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Pixels - ToggleMode: ShrinkContentInitiallyClosed - Widgets: - - $Type: Forms$NavigationTree - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$NavigationSource - NavigationProfile: Responsive - Name: navigationTree3 - TabIndex: 0 - Name: layoutContainer - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$SnippetCallWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - FormCall: - $Type: Forms$SnippetCall - Form: Atlas_Core.FeedbackWidget - ParameterMappings: null - Name: snippetCall1 - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: topbar-content - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$SidebarToggleButton - Appearance: - $Type: Forms$Appearance - Class: toggle-btn - DesignProperties: null - DynamicClasses: "" - Style: "" - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: sidebarToggle3 - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Toggle Menu - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: navbar-brand - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: staticImage1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ksNn6xZ9tUCaoTrQvBDu3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4d+lnGOIVUeKBAQZjS2e/w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uGWRA0PHK0Oc21LHQ5LtJA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ij3m0AXu5E6b/lh4oUFR4Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: puEGd/G8+0Sy+4hdIZfASw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DxIkrxfXBEuvfJBtdO/KaA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: k1y7CML0c0C8l8Y5DntJqw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: l3fbsJ3Rz0m9R3lu0puJ9w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4qOPfMa4zEey8c4BuHSxNw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NirCnzqWH0mKn4IVYaVcRQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cx7F/btVmUaxENE2+LcXpA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: H5Sop6qVp0yU+svyadqAcQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MQFrD1euRUuED4pP2X376A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MB6SAPNWwE6XKEuRgHa8Yw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +FZDYw1uVECbLsmmD2+nXw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8X8a35R9B0Wkcn8/AgpJeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: clzq+xCQ20Ss/yhaE0uRmA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ki7Vk88ZCE6fvAjEl/nLKg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TLiFWhlUdUmG6qrexxbOfg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JM6QG2Q0n0OYhxLOwNsIVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2w0QQ5MCh0eGXotTFIG0/Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: j6DgQBgz9EObVMGFwTes6Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Qrm3Z8zi+k+tO+4Wq7S3Cg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kaxY+M5aB0qYmD1c/Joq6g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SkCzQkaa4kyCRxiEdRfL7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fsoakjJZYUm0Vr86YAzhSg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Kmj+b+AAD0Wq7UaNjDTjHA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0XZ0cxUAY0WUEoCmVVIDFQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1u5LJkZ8ukGSakEdBLFc1A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: osOXMbi+j06gV4TKsuCOYA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X8fWfDAP8E2JCoXiUCNkig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lflRRoEIXUeM6b53nXq9tQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8vMseJGPKk25ExyrXN6pUA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: g88xgesoBkOuOGI7mTuVsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: YxC1XyyAvEOgdZihLmQ+CQ== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$SnippetCallWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - FormCall: - $Type: Forms$SnippetCall - Form: Atlas_Core.LanguageSelectorWidget - ParameterMappings: null - Name: snippetCall2 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Atlas_Default diff --git a/modelsource/Atlas_Core/Web/Responsive/Layouts/Atlas_TopBar.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Responsive/Layouts/Atlas_TopBar.Forms$Layout.yaml deleted file mode 100644 index c423790..0000000 --- a/modelsource/Atlas_Core/Web/Responsive/Layouts/Atlas_TopBar.Forms$Layout.yaml +++ /dev/null @@ -1,791 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-responsive-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1204 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Responsive - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: null - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Sidebar - Left: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-sidebar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Pixels - ToggleMode: PushContentAside - Widgets: - - $Type: Forms$NavigationTree - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$NavigationSource - NavigationProfile: Responsive - Name: navigationTree1 - TabIndex: 0 - Name: layoutContainer - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$SnippetCallWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - FormCall: - $Type: Forms$SnippetCall - Form: Atlas_Core.FeedbackWidget - ParameterMappings: null - Name: snippetCall1 - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: topbar-content - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$SidebarToggleButton - Appearance: - $Type: Forms$Appearance - Class: toggle-btn - DesignProperties: null - DynamicClasses: "" - Style: "" - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: sidebarToggle3 - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Toggle Menu - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: navbar-brand - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: staticImage1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +VAwiouYNUqHQd+1OrWkQw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zaYP7M5bYkOpIYJjH1aO8Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: A0xpJdYL4Eapgy+hZMXiuQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jfH75hoIT0CI7G0Cj8nIiA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Wo1ZWRP70EOz9iwhv3b+Dg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iITsDSzXAUW6ql1mJQpU4g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: p2SVBeTLhUePG6i/VDVc2A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: g1madTNrPk6jRrU995b4UQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: N4SnmbG6A0Sovha04rpVlQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nYECMRf6uEu8qqRf4dwTVA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AbxgbeeHUUeVrzTHnSg7iQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DPjff2EEP0ihNqtAPqLjYA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JrqoMDkz40idrYlYXw5NKw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Pk7gGhDbW0C2iw/CK9G6Sg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jEkpX4mb806VOcsjsHC4nw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5w/VKSzyvEyeD6a4SZMxBw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: E37ufYmLRU6zk5IHVXnhow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +HnJs+81PE2GxWe5zwLvjw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uk/chr9UoEGziD8K5JnRGA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: Y8lm1hvlkkiINFJbFh8pzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GIwyzTtnhkCHDfU0w0737Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ah0X2UiNUE+mryOnOYdJMw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DX6ofDMZTUGwODkUZ5ukqQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MLGXtWLTTEyXX1qgAN9GhQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: feZZERMnwUyqwuDUfcpelA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: H9Rc9GuX1k2vgQQYYwTejw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: D0Dcr0CqAUS2s7jDkC3bEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rysvZROb8U+NH/sPfiWBaA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7Nytr1ELW0S8kOat/Kwm2A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dt5H06GfL0Gt6xbVja1F/Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Oiq/sdKCuUmy0NyIVocm+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mtW4cjG6tka4vJJvHyWL7Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cYOrKVZavEuMZ/2Ekbrwcg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3YiXDMSpnEKjh+e5QI1uIg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: mLZwUuB4G0qdKE+6vqoXqg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$MenuBar - Appearance: - $Type: Forms$Appearance - Class: hidden-xs - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Hide icons - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$NavigationSource - NavigationProfile: Responsive - Name: menuBar1 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$SnippetCallWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - FormCall: - $Type: Forms$SnippetCall - Form: Atlas_Core.LanguageSelectorWidget - ParameterMappings: null - Name: snippetCall2 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Atlas_TopBar diff --git a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_BottomBar.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_BottomBar.Forms$Layout.yaml deleted file mode 100644 index 38c8db4..0000000 --- a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_BottomBar.Forms$Layout.yaml +++ /dev/null @@ -1,80 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-tablet - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Tablet - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-bottombar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$SimpleMenuBar - Appearance: - $Type: Forms$Appearance - Class: bottom-nav-text-icons - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$MenuDocumentSource - Menu: Atlas_Core.Tablet_Menu - Name: simpleMenuBar1 - Orientation: Horizontal - TabIndex: 0 - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Sidebar - Left: null - Name: layoutContainer - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: null - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Tablet_BottomBar diff --git a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Default.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Default.Forms$Layout.yaml deleted file mode 100644 index 621952b..0000000 --- a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Default.Forms$Layout.yaml +++ /dev/null @@ -1,119 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-tablet - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Tablet - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-bottombar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$SimpleMenuBar - Appearance: - $Type: Forms$Appearance - Class: bottom-nav-text-icons - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$MenuDocumentSource - Menu: Atlas_Core.Tablet_Menu - Name: simpleMenuBar1 - Orientation: Horizontal - TabIndex: 0 - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Sidebar - Left: null - Name: layoutContainer - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Header - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - LeftWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderLeft - TabIndex: 0 - Name: header1 - RightWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderRight - TabIndex: 0 - TabIndex: 0 - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Tablet_Default diff --git a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_FullPage.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_FullPage.Forms$Layout.yaml deleted file mode 100644 index 70606dc..0000000 --- a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_FullPage.Forms$Layout.yaml +++ /dev/null @@ -1,57 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-tablet - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Tablet - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: null - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Sidebar - Left: null - Name: layoutContainer - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: null - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Tablet_FullPage diff --git a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Menu.Menus$MenuDocument.yaml b/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Menu.Menus$MenuDocument.yaml deleted file mode 100644 index b77c7d1..0000000 --- a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Menu.Menus$MenuDocument.yaml +++ /dev/null @@ -1,64 +0,0 @@ -$Type: Menus$MenuDocument -Documentation: "" -Excluded: false -ExportLevel: Hidden -ItemCollection: - $Type: Menus$MenuItemCollection - Items: - - $Type: Menus$MenuItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AlternativeText: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Home - Icon: - $Type: Forms$IconCollectionIcon - Items: null - - $Type: Menus$MenuItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AlternativeText: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Layouts - Icon: - $Type: Forms$IconCollectionIcon - Items: null - - $Type: Menus$MenuItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AlternativeText: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Templates - Icon: - $Type: Forms$IconCollectionIcon - Items: null - - $Type: Menus$MenuItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AlternativeText: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Widgets - Icon: - $Type: Forms$IconCollectionIcon - Items: null -Name: Tablet_Menu diff --git a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Sidebar.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Sidebar.Forms$Layout.yaml deleted file mode 100644 index 4ffbac0..0000000 --- a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Sidebar.Forms$Layout.yaml +++ /dev/null @@ -1,744 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-tablet - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Tablet - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: null - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Sidebar - Left: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-sidebar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Pixels - ToggleMode: ShrinkContentInitiallyClosed - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: sidebar-heading - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Left align as a row - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0nxBMFwSHEOcBBKYUhSZxw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: t1YE5sxWW0W+Jl6vJWeMqg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XYC93QuViEiA+2QzlYAglg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yoFx0ShDO0CV8JS7u1JUXg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VAmk84+6x0aUXYCCvh7xXg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: f2zO5PfEmEiXK/ls3jD00Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mxX4vTL08UytUdeYMiJ5kA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: Tn02JdsFz0iOdGItm2eSoA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lqeunEeoeECZ9SH/b7z0sA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pAgrW5hRM0uAwQZBzMA6KQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: V/myKJA2hEG7njT+1XEb+g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: obSXZMb1Z0yDK6nquXXDFw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3xbqUqYzt0+Sw8L5owEHdg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Y+MmEBdMEEOipcCtelJHeQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: offDw+kZh0KGtErRlQDLKQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yE9BQ/MA/EytEvVjBcz8Vg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0dfPnfZ8bUOKpAXu4i8vww== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ir0k2ei9SEqn9SQ+uvjGfQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rY9tJm7Q40iAtM7ES4YRZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: SyB7iZI/5kC7nybmYJ5BgA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rXs0czh8A0GBUApLAqZ73w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ySDnE5/VG06NXvP5eZC4mQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3ty3LwW1NEGImJCJy4JsKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "28" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TATNn4lBcUOXSYLfAw8D0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: z/CFNp9IoUCCPsRLDziihQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NVO4MLd6/ka/pXuOVwCIkA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 56OEEZG+sEe1c16mpj7kiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: K+DKmLbm5kiO3dLAgUaN9g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aHMY+2n+6UqnRfDsYyvAhA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XORhDQnuf0y16W/4LRznHA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bVEJbWN170m08K43E8HljA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vDrmaaVdB0qApX8g7mqWaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BAhHc7liWUOlMOtTpRX62A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5RWkfZTCSUujhfm4BD9d+Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: KiDJDCUWPkSAnnVpJxtSEQ== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Weight - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bold - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Mendix - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$NavigationTree - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$MenuDocumentSource - Menu: Atlas_Core.Tablet_Menu - Name: navigationTree3 - TabIndex: 0 - Name: layoutContainer - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Header - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - LeftWidgets: - - $Type: Forms$SidebarToggleButton - Appearance: - $Type: Forms$Appearance - Class: toggle-btn - DesignProperties: null - DynamicClasses: "" - Style: "" - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: sidebarToggle3 - RenderType: Link - TabIndex: -1 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Toggle Menu - Name: header1 - RightWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderRight - TabIndex: 0 - TabIndex: 0 - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Tablet_Sidebar diff --git a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Split_Equal.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Split_Equal.Forms$Layout.yaml deleted file mode 100644 index d1bf91d..0000000 --- a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Split_Equal.Forms$Layout.yaml +++ /dev/null @@ -1,138 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-tablet - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Tablet - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-bottombar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$SimpleMenuBar - Appearance: - $Type: Forms$Appearance - Class: bottom-nav-text-icons - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$MenuDocumentSource - Menu: Atlas_Core.Tablet_Menu - Name: simpleMenuBar1 - Orientation: Horizontal - TabIndex: 0 - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Headline - Left: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-left - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Percentage - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Left - TabIndex: 0 - Name: layoutContainer - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Header - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - LeftWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderLeft - TabIndex: 0 - Name: header1 - RightWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderRight - TabIndex: 0 - TabIndex: 0 - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Tablet_Split_Equal diff --git a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Split_Left.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Split_Left.Forms$Layout.yaml deleted file mode 100644 index 08aa42b..0000000 --- a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Split_Left.Forms$Layout.yaml +++ /dev/null @@ -1,138 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-tablet - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Tablet - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-bottombar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$SimpleMenuBar - Appearance: - $Type: Forms$Appearance - Class: bottom-nav-text-icons - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$MenuDocumentSource - Menu: Atlas_Core.Tablet_Menu - Name: simpleMenuBar1 - Orientation: Horizontal - TabIndex: 0 - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Headline - Left: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-left - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Pixels - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Left - TabIndex: 0 - Name: layoutContainer - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Header - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - LeftWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderLeft - TabIndex: 0 - Name: header1 - RightWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderRight - TabIndex: 0 - TabIndex: 0 - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Tablet_Split_Left diff --git a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Split_Right.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Split_Right.Forms$Layout.yaml deleted file mode 100644 index dd5fb78..0000000 --- a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_Split_Right.Forms$Layout.yaml +++ /dev/null @@ -1,138 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-tablet - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Tablet - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-bottombar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$SimpleMenuBar - Appearance: - $Type: Forms$Appearance - Class: bottom-nav-text-icons - DesignProperties: null - DynamicClasses: "" - Style: "" - MenuSource: - $Type: Forms$MenuDocumentSource - Menu: Atlas_Core.Tablet_Menu - Name: simpleMenuBar1 - Orientation: Horizontal - TabIndex: 0 - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Headline - Left: null - Name: layoutContainer - NativeHideScrollbars: false - Right: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Pixels - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Right - TabIndex: 0 - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Header - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - LeftWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderLeft - TabIndex: 0 - Name: header1 - RightWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderRight - TabIndex: 0 - TabIndex: 0 - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Tablet_Split_Right diff --git a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_TopBar.Forms$Layout.yaml b/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_TopBar.Forms$Layout.yaml deleted file mode 100644 index 3a6a317..0000000 --- a/modelsource/Atlas_Core/Web/Tablet/Layouts/Tablet_TopBar.Forms$Layout.yaml +++ /dev/null @@ -1,96 +0,0 @@ -$Type: Forms$Layout -Appearance: - $Type: Forms$Appearance - Class: layout-atlas layout-atlas-tablet - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -Content: - $Type: Forms$WebLayoutContent - LayoutCall: null - LayoutType: Tablet - Widgets: - - $Type: Forms$ScrollContainer - Alignment: Center - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Bottom: null - CenterRegion: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-content - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: Main - TabIndex: 0 - LayoutMode: Sidebar - Left: null - Name: layoutContainer - NativeHideScrollbars: false - Right: null - ScrollBehavior: PerRegion - TabIndex: 0 - Top: - $Type: Forms$ScrollContainerRegion - Appearance: - $Type: Forms$Appearance - Class: region-topbar - DesignProperties: null - DynamicClasses: "" - Style: "" - SizeMode: Auto - ToggleMode: None - Widgets: - - $Type: Forms$Header - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - LeftWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderLeft - TabIndex: 0 - Name: header1 - RightWidgets: - - $Type: Forms$Placeholder - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Name: HeaderRight - TabIndex: 0 - TabIndex: 0 - Width: 960 - WidthMode: Auto -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Tablet_TopBar diff --git a/modelsource/Atlas_Web_Content/Content.Images$ImageCollection.yaml b/modelsource/Atlas_Web_Content/Content.Images$ImageCollection.yaml deleted file mode 100644 index cbdf51a..0000000 --- a/modelsource/Atlas_Web_Content/Content.Images$ImageCollection.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: Images$ImageCollection -Documentation: "" -Excluded: false -ExportLevel: Hidden -Images: -- $Type: Images$Image - ImageFormat: Png - Name: timeline_icon -- $Type: Images$Image - ImageFormat: Png - Name: user -- $Type: Images$Image - ImageFormat: Png - Name: hero_background -- $Type: Images$Image - ImageFormat: Png - Name: card_image -- $Type: Images$Image - ImageFormat: Png - Name: PT_DetailFullScreenImage_Waves -- $Type: Images$Image - ImageFormat: Svg - Name: pt_feedback_checkmark -Name: Content diff --git a/modelsource/Atlas_Web_Content/DomainModels$DomainModel.yaml b/modelsource/Atlas_Web_Content/DomainModels$DomainModel.yaml deleted file mode 100644 index a57d3b7..0000000 --- a/modelsource/Atlas_Web_Content/DomainModels$DomainModel.yaml +++ /dev/null @@ -1,88 +0,0 @@ -$Type: DomainModels$DomainModel -Annotations: null -Associations: null -CrossAssociations: null -Documentation: "" -Entities: -- $Type: DomainModels$EntityImpl - AccessRules: - - $Type: DomainModels$AccessRule - AllowCreate: false - AllowDelete: false - AllowedModuleRoles: - - Atlas_Web_Content.UserRole - DefaultMemberAccessRights: None - Documentation: "" - MemberAccesses: - - $Type: DomainModels$MemberAccess - AccessRights: ReadOnly - Association: "" - Attribute: Atlas_Web_Content.LoginContext.Username - - $Type: DomainModels$MemberAccess - AccessRights: ReadOnly - Association: "" - Attribute: Atlas_Web_Content.LoginContext.Password - - $Type: DomainModels$MemberAccess - AccessRights: ReadOnly - Association: "" - Attribute: Atlas_Web_Content.LoginContext.RememberMe - - $Type: DomainModels$MemberAccess - AccessRights: ReadOnly - Association: "" - Attribute: Atlas_Web_Content.LoginContext.ValidationMessage - XPathConstraint: "" - XPathConstraintCaption: "" - Attributes: - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Username - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Password - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: RememberMe - NewType: - $Type: DomainModels$BooleanAttributeType - Value: - $Type: DomainModels$StoredValue - DefaultValue: "false" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: ValidationMessage - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - Documentation: "" - Events: null - ExportLevel: Hidden - Indexes: null - MaybeGeneralization: - $Type: DomainModels$NoGeneralization - HasChangedByAttr: false - HasChangedDateAttr: false - HasCreatedDateAttr: false - HasOwnerAttr: false - Persistable: true - Name: LoginContext - Source: null - ValidationRules: null diff --git a/modelsource/Atlas_Web_Content/Nanoflows/ACT_Login.Microflows$Nanoflow.yaml b/modelsource/Atlas_Web_Content/Nanoflows/ACT_Login.Microflows$Nanoflow.yaml deleted file mode 100644 index 8a29f03..0000000 --- a/modelsource/Atlas_Web_Content/Nanoflows/ACT_Login.Microflows$Nanoflow.yaml +++ /dev/null @@ -1,50 +0,0 @@ -$Type: Microflows$Nanoflow -AllowedModuleRoles: -- Atlas_Web_Content.UserRole -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: ACT_Login -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: LoginContext - VariableType: - $Type: DataTypes$ObjectType - Entity: Atlas_Web_Content.LoginContext - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$JavaScriptActionCallAction - ErrorHandlingType: Abort - JavaScriptAction: NanoflowCommons.SignIn - OutputVariableName: ReturnValueName - ParameterMappings: - - $Type: Microflows$JavaScriptActionParameterMapping - Parameter: NanoflowCommons.SignIn.Username - ParameterValue: - $Type: Microflows$BasicCodeActionParameterValue - Argument: $LoginContext/Username - - $Type: Microflows$JavaScriptActionParameterMapping - Parameter: NanoflowCommons.SignIn.Password - ParameterValue: - $Type: Microflows$BasicCodeActionParameterValue - Argument: $LoginContext/Password - UseReturnVariable: false - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" diff --git a/modelsource/Atlas_Web_Content/Nanoflows/DS_LoginContext.Microflows$Nanoflow.yaml b/modelsource/Atlas_Web_Content/Nanoflows/DS_LoginContext.Microflows$Nanoflow.yaml deleted file mode 100644 index fa8614d..0000000 --- a/modelsource/Atlas_Web_Content/Nanoflows/DS_LoginContext.Microflows$Nanoflow.yaml +++ /dev/null @@ -1,33 +0,0 @@ -$Type: Microflows$Nanoflow -AllowedModuleRoles: -- Atlas_Web_Content.UserRole -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowReturnType: - $Type: DataTypes$ObjectType - Entity: Atlas_Web_Content.LoginContext -Name: DS_LoginContext -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: $NewLoginContext - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CreateChangeAction - Commit: "No" - Entity: Atlas_Web_Content.LoginContext - ErrorHandlingType: Abort - Items: null - RefreshInClient: true - VariableName: NewLoginContext - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" diff --git a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Blank_Phone.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Phone/PageTemplates/Blank_Phone.Forms$PageTemplate.yaml deleted file mode 100644 index af68362..0000000 --- a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Blank_Phone.Forms$PageTemplate.yaml +++ /dev/null @@ -1,63 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Blank -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Phone_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Phone_Default -Name: Blank_Phone -TemplateCategory: Blank -TemplateCategoryWeight: 999 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Dashboard/Phone_Dashboard_Springboard.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Phone/PageTemplates/Dashboard/Phone_Dashboard_Springboard.Forms$PageTemplate.yaml deleted file mode 100644 index 9bbbf37..0000000 --- a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Dashboard/Phone_Dashboard_Springboard.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1028 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Springboard Mobile -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Phone_BottomBar.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: h-100 - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container9 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: headerhero springboard-header justify-content-between - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container10 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: text-large text-white text-right - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Knop - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container8 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Welcome message - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting message - Name: text2 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: springboard-grid - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: text-danger card-icon - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton17 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Danger - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon text-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton18 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon text-success - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton19 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Success - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text5 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon text-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton20 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text6 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon text-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton21 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text7 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon text-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton22 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text8 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Phone_BottomBar -Name: Phone_Dashboard_Springboard -TemplateCategory: Dashboards -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Detail Pages/Phone_Detail.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Phone/PageTemplates/Detail Pages/Phone_Detail.Forms$PageTemplate.yaml deleted file mode 100644 index 0184fdd..0000000 --- a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Detail Pages/Phone_Detail.Forms$PageTemplate.yaml +++ /dev/null @@ -1,748 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Detail Phone -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Phone_Default.Main - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: null - LabelWidth: 0 - Name: dataView2 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image fit - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Cover - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image4 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CFjeQXmjNUan5DA+xO/X+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: c2tHP7NEIEa0aj+j2Mw2gA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KPKWnbDsx0WXrAx/t/orwQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ovCWtzb550e2B2SEaAp2og== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sDRmGOo/E02j6HNvQUz/bg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yoG9PwAMcEykI9CoENRF9g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: s4kiQQZ510ua68ffLuLRjg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: hUdgl/K/uU+s9X2/NQGO5w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5yrkVUElQUaLmK9sPygMlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: I8KGNl2tsUmKYpNoJIijIQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xOOgcNJ2e0KVa/J+OGPQNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: k2gBzZ9EVUOS/h+yF2YYyw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: b4Qn0hik7kmqnuFfobgSmw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iasbRtu6ekCQQ/vz6gBwPw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: q044X9lA8EW9v7lcCr80Mg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 70Y1Fac6Zkq8U6yufxWk4w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BD2mcHKXbEimuBC9UxqROw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TnhN5JsSUUmAUdidCHHgqg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: n/BLgtiKVkWdLNYYaDGtMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: xQVUtXJcvEaLgOW2rhVSAA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: te6eeSTGQUaE4DVqy4zjDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xWbMmtzaAUGYiX/rVgzgDQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3uQGbMDrakWrB0fjGyvf5w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FX8TmHSXMU+zMF18EQgtNQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hHVHguOjwEmddCPjolN2AQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yae1unXP5kiDMGhlYpHHOw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VVePoULeb0Kyn0HZCrRjEA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "250" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0IuhnCVMM0SBVXW7NygZNA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sZIXmuW/Sku1u0ubakXQNA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oGwVWYgn7kGAwRb4ukufpQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +s0VFCCMrEOkWsslhwVKug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +GoTd0CNuUGEM0Af3OvBww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5yunVi7gLEWVUjaeGfv4kg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: AjlPfeagr0K1jAaogVRGbg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: CMm9sZDkCUag/060ei1J+Q== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Main title - Name: text24 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H2 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Weight - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Normal - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary title - Name: text28 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, - sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - Habitant morbi tristique senectus et netus. In nibh mauris cursus - mattis molestie a iaculis at erat. Posuere morbi leo urna molestie - at elementum eu. Urna duis convallis convallis tellus id. Lacus - viverra vitae congue eu. Arcu non odio euismod lacinia. Id leo - in vitae turpis massa. Donec et odio pellentesque diam volutpat - commodo sed egestas. Interdum velit laoreet id donec ultrices - tincidunt arcu non. Nibh tellus molestie nunc non blandit. Tincidunt - arcu non sodales neque sodales ut etiam sit amet. Facilisis - mauris sit amet massa. Lectus urna duis convallis convallis - tellus id interdum.\r\n\r\nLorem ipsum dolor sit amet, consectetur - adipiscing elit, sed do eiusmod tempor incididunt ut labore - et dolore magna aliqua. Habitant morbi tristique senectus et - netus. In nibh mauris cursus mattis molestie a iaculis at erat. - Posuere morbi leo urna molestie at elementum eu. Urna duis convallis - convallis tellus id. Lacus viverra vitae congue eu. Arcu non - odio euismod lacinia. Id leo in vitae turpis massa. Donec et - odio pellentesque diam volutpat commodo sed egestas. Interdum - velit laoreet id donec ultrices tincidunt arcu non. Nibh tellus - molestie nunc non blandit. Tincidunt arcu non sodales neque - sodales ut etiam sit amet. Facilisis mauris sit amet massa. - Lectus urna duis convallis convallis tellus id interdum.\r\n\r\nLorem - ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua. Habitant - morbi tristique senectus et netus. In nibh mauris cursus mattis - molestie a iaculis at erat. Posuere morbi leo urna molestie - at elementum eu. Urna duis convallis convallis tellus id. Lacus - viverra vitae congue eu. Arcu non odio euismod lacinia. Id leo - in vitae turpis massa. Donec et odio pellentesque diam volutpat - commodo sed egestas. Interdum velit laoreet id donec ultrices - tincidunt arcu non. Nibh tellus molestie nunc non blandit. Tincidunt - arcu non sodales neque sodales ut etiam sit amet. Facilisis - mauris sit amet massa. Lectus urna duis convallis convallis - tellus id interdum." - Name: text29 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Phone_Default -Name: Phone_Detail -TemplateCategory: Detail Pages -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Detail Pages/Phone_Detail_Confirmation.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Phone/PageTemplates/Detail Pages/Phone_Detail_Confirmation.Forms$PageTemplate.yaml deleted file mode 100644 index 72b4977..0000000 --- a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Detail Pages/Phone_Detail_Confirmation.Forms$PageTemplate.yaml +++ /dev/null @@ -1,808 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Confirmation Phone -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Phone_Default.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: statuspage-section h-100 justify-content-between - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: statuspage-content - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: statuspage-icon - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qqdXIpppcUGveBYZHIKKhA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JpJeIhzkz0eGeJzYDEQRgA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8Pxu9hz1+kysP+nXnSxFAg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: y/g2o5Nlvkyo7aXprav4Ag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: k4Kf686bW02jqrbfqbY5GQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mE4xQdU9vkSdeUCdUiUBBQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZeOE6zoMkUqJwyTY8BUkdw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: pYEUoSfmo0GM4RxIm9ykrw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Z/SClR1vX0ep7t3gcKsF6w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Rbwdq3LKyEe+7xdXvTYlxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X3UjRWyjXUSckpF8TLiCkw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +9VW3/KyP0anNhsCRD4QLw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AQNw4H14m06yhyWrEv/R/A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /nRohrlnCkakM0FJa8BRZw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BbJEazs0i0Si3h0spHoF/g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nvCxNfF2QkSsxPqF1cvxrw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OS3Ev7kXWUCEtn74OF4uow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ppfw/uxzLUCNQQc7Aqvnyg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iWCc98vpqE6n5tdH5reWfA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: gBoqXI2naUOi+6if0Kceow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AiHx8LoaCUC0Px0KKsuCew== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9+EtfN1UbEi1py8HEFshag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rCvphU4agE2WPoJ3+yKVGA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EcYBHTvtdUSUcBCZ02nWZg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 62TB51PMtEW/7NKi+NxVRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kbrptdVx2E2vznSsaP2Wsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XLPH7OEML0+GzEEYErB5Ug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4SaFOr9g40+gHagxjVy2FA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Cv5CEH3edkqhZzVE3dv7zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QNgeZQO0KkuqGAx8bkLQlQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: G1u6Ez6etEOmwCRGeQAogg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VZheWqlaSEajMjxAh2XIZg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: U1SqJqJKJUCK8fTP4MHn9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W9CBv2aObECQgmHZkZK93w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: ZHKph++2u0O1iUzOPXpMTA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Weight - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Semibold - - $Type: Forms$DesignPropertyValue - Key: Alignment - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Inspection Complete! - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: statuspage-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Alignment - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Your inspection has been sent successfully! - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: statuspage-buttons - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: padding-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: padding-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Knop - - $Type: Texts$Translation - LanguageCode: en_US - Text: Review inspection - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Knop - - $Type: Texts$Translation - LanguageCode: en_US - Text: Return home - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - Form: Atlas_Core.Phone_Default -Name: Phone_Detail_Confirmation -TemplateCategory: Detail Pages -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Form/Phone_Form.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Phone/PageTemplates/Form/Phone_Form.Forms$PageTemplate.yaml deleted file mode 100644 index 6e2a464..0000000 --- a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Form/Phone_Form.Forms$PageTemplate.yaml +++ /dev/null @@ -1,544 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: background-secondary - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Form Phone -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Phone_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Person details - Name: text5 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 1 of 3 - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Please use this form to fill out any details regarding your - person registration. - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Continue - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Comments - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Phone_Default -Name: Phone_Form -TemplateCategory: Forms -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Lists/Phone_List_DoubleLine.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Phone/PageTemplates/Lists/Phone_List_DoubleLine.Forms$PageTemplate.yaml deleted file mode 100644 index 6caf116..0000000 --- a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Lists/Phone_List_DoubleLine.Forms$PageTemplate.yaml +++ /dev/null @@ -1,705 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: List Double Line -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Phone_Default.Main - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1d+8WBDe7UqN3wfJR6m1qg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GlEDPK9LZES/I+5/WOLDlQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: i6ItBDMGC0q2KzAW5LFcEg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 59K81bSTOUySIwbb9WfETg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: H/8PW3R63kCYbCfs483OXA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GtSN2VRZC0m/OkM5mXf0QA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: q1aq7vGCRUKrtGvBPB1QyQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: sM4WVEbX7Uap2Gna12vscw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1Uar1xhXQUSVJdfo74j/fA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tJIHsD19eUy6XmxVXzb6Fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0RakFd1arUmninq+Src35A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Iw2W8AgLREClaL+0DApOnw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zgXlCAZjTkOt90loeXyufA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sIiJxn4upkmlobb2CkQzXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: x1RtokA4OkyLz4HfjdjeQA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bWk8bsuicEe8ZwCe67XUJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y0q+0i3y8E6p3ib5puPIgg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: q7/tbP7GbUKm6XC46SDyEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xG/ZbHXKI0+JwFaZTcAroA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: Ikn4TPo/fE2XdrVf4UHsyA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O6GfASyzhE6skFRZiVEngQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kW1D6nZJyE2RKOSAVqEKbg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nDPxlVZl6UmPZzqHnhssrw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "48" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: v4q4edq7A0+lCKtx/UQQ9g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dS2GNAWBckeS+eIQ/SDJ/A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SwKl+6p230iM7Lcaybca3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: naiZVesDi0Si0sIKTpPq/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "48" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: v13SnwpSHkWzt2dJrhUKCA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gk9ABniGQke/G4vKN/KW9w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jJZUw4EbEkarBSbJAFeVvw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RASXgiDWL0aU31IEdyJjEA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ovMesAjOYECiX0gDTECjaA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EDw9XpQPoU2HO9LqV2q/Ow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PtFpI++YC0WRw9yXczVGTw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: clV2le9BlEGn+W13SKcpxw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Phone_Default -Name: Phone_List_DoubleLine -TemplateCategory: Lists -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Lists/Phone_List_Tabbed.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Phone/PageTemplates/Lists/Phone_List_Tabbed.Forms$PageTemplate.yaml deleted file mode 100644 index 3133b86..0000000 --- a/modelsource/Atlas_Web_Content/Phone/PageTemplates/Lists/Phone_List_Tabbed.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1436 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: List Tabbed -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Phone_Default.Main - Widgets: - - $Type: Forms$TabControl - ActivePageAttributeRef: null - ActivePageOnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ActivePageSourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: listtab-tabs - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Justify - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - DefaultPagePointer: - Data: Cme1tqUFdEyjolSRW4IEhw== - Subtype: 0 - Name: tabContainer1 - TabIndex: 0 - TabPages: - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 1 - ConditionalVisibilitySettings: null - Name: tabPage1 - RefreshOnShow: false - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pQrtvEbfl0GAZx5C6pjX0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fWX4isX8KkaS0FjbrqeUKA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lSCOtO4phU64JWoosp8sDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CpbegB3yS0inekuzkRqW+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LyqT+Wa1vk2McI87YTGNwA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vB9H+biuIEWPcNKE86MbkQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SoGLPS+K8UqpBm5QZee/Tw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: tVNjR9e5zkSKVdVe0HTccQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ARfeyoPEHESsPHqCZD9kGw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 22+cmHfQ60KBATyBqYSeTw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0X1JDErB80aXyWmHALF6Aw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Teh+FaXTJEGOp1GNNN0JLg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ETeELCiBWU+0Oo1GnA6Q+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eh0MGDkcFE28SwAae7muaA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KXsaG/1RBEOG5jvBOncrEA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: U8xUPZkQM0OawnQkfT0WEQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bzVHZQzgR0m8NKELq/Q9LQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: E/h63moqpEqMT/xMmas/Uw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jcx37wSv6E2dHXKfdotZ+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 5FZow0NFPUqYpp2KA3BjxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ORndJ/3efkuK/ZoUlFQQcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 54enVHvhPECYC0vUOjJZcw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: A1exjyfp/kanD7KpOnwWRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "48" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4xiHJHxdZUKjDfKaWHMPFA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rfJ7bC4XHE6TKecPRiUNAw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RmMjBBfI/0WDnRdkV/XwZw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hS7kSatE6kWsyCuZ3fkf9Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "48" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LV1niMlidEyofpDehgVjlA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: V7/50KEJdE6uT+L88JEibA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lOsv6Yltv0u967O3sHmAkg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oGJsvL11z0+QVNtB7mou0w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QuNHmvhXt02Wx1QfbOeoSQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BhHXDqbGcUexDbkWr2+3RQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wn76YNT5vkWzYyIF3a1eSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: f1UNOWp2eECCJKeNjhIpbg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page 2 - ConditionalVisibilitySettings: null - Name: tabPage2 - RefreshOnShow: false - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView4 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: L4Tl3oTZh0+n+c30HArfMg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xEo3Z23cD0meBVw/9b6dwg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hO61IwbPbEaSmnHpXygmNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: maGDhOWsL0GGIBscR4zLsg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: e2pF1XTnAkeQbjMNeynSPQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IQDQ7Gtvo0mlUg2uvyPc9w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +7OWCo0fp0qCOmmh4cUuCQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: q/17MPebuUSYI/r7eyE3IQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P33ArytrvU6I3Am6NrYmMg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kbcvh0K2H0m4o9N3mrOXLQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tlM+TFM4IEqNn3XhdzTx9g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aE7f2UBAfUOd70yWegYPig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gsuw6SpZfkKYwyhkVtxFyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dzt8bcOBxEa8NXSzupP6uA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Nxib6itUYEqAi0y9GG6ppg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JZEL8nrqykGqMxUUne/wOg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sRfbA/ce4kSFB1XLDa1W7w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7Nze05QiZ0S7QkbMcHGf4g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kAVBJXXIKkOKvEAa0dn7RA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: uuVXRf33fUmLeloIHuT9tQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uuvKCMZzdUihPq52XPEKqQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yKC+RNjEy0evgImTx+YEmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UivnOQcblEaa8ZQdJ4GdFQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "48" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kDROsUNPmkKgKsaB6eUhhQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wTybXfKQ/UOsl3LECcJz3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: muqCGclj/0GvSmzK9brO8g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7fEe2MmBuka3zsVBl8D5RA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "48" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bLNG9ui94UeACXVlugtcDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wxl6PWK8wEeANCFJ/Fj6jg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WsbQ4NJ4302LHSVBfO5fww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Lx29UmIGCk+OWujFBx3KmA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ipRR+ADZOkWkQDFdy7Ad2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sG+zulyOpkaMSOZaN8m3BQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3N5zKLGFLk2OcHtQMQg6jQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: V39hF/4oNUa8sxt6/XWccA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text11 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Phone_Default -Name: Phone_List_Tabbed -TemplateCategory: Lists -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Projects$ModuleSettings.yaml b/modelsource/Atlas_Web_Content/Projects$ModuleSettings.yaml deleted file mode 100644 index f6ae021..0000000 --- a/modelsource/Atlas_Web_Content/Projects$ModuleSettings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -$Type: Projects$ModuleSettings -BasedOnVersion: "" -ExportLevel: Source -ExtensionName: "" -JarDependencies: null -ProtectedModuleType: AddOn -SolutionIdentifier: "" -Version: 1.0.0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/Alert.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/Alert.Forms$BuildingBlock.yaml deleted file mode 100644 index b717988..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/Alert.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,130 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Alert -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/alerts' -Excluded: false -ExportLevel: Hidden -Name: Alert -Platform: Web -TemplateCategory: Notifications -TemplateCategoryWeight: 140 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: alert alert-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: alert-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Weight - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bold - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Alert title - Name: text27 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: alert-description - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Description goes here. - Name: text30 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/AlertIcon.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/AlertIcon.Forms$BuildingBlock.yaml deleted file mode 100644 index 7d06b07..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/AlertIcon.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,197 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Alert icon -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/alerts' -Excluded: false -ExportLevel: Hidden -Name: AlertIcon -Platform: Web -TemplateCategory: Notifications -TemplateCategoryWeight: 140 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: alert alert-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Start - Weight: -2 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: alert-icon mx-icon mx-icon-filled mx-icon-info-circle - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: alert-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Weight - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bold - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Alert title - Name: text27 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: alert-description - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Description goes here. - Name: text30 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/AlertIcon_WithAction.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/AlertIcon_WithAction.Forms$BuildingBlock.yaml deleted file mode 100644 index a58dba5..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/AlertIcon_WithAction.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,243 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Alert icon with action -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/alerts' -Excluded: false -ExportLevel: Hidden -Name: AlertIcon_WithAction -Platform: Web -TemplateCategory: Notifications -TemplateCategoryWeight: 140 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: alert alert-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Start - Weight: -2 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: alert-icon mx-icon mx-icon-filled mx-icon-info-circle - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: alert-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Weight - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bold - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Infomational alert - Name: text27 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: alert-description - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Description goes here. - Name: text30 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/Alert_WithAction.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/Alert_WithAction.Forms$BuildingBlock.yaml deleted file mode 100644 index f26af48..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Alerts/Alert_WithAction.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,213 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Alert with action -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/alerts' -Excluded: false -ExportLevel: Hidden -Name: Alert_WithAction -Platform: Web -TemplateCategory: Notifications -TemplateCategoryWeight: 140 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: alert alert-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: alert-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Weight - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bold - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Alert title - Name: text27 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: alert-description - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Description goes here. - Name: text30 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Start - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Breadcrumbs/Breadcrumb.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Breadcrumbs/Breadcrumb.Forms$BuildingBlock.yaml deleted file mode 100644 index af8432f..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Breadcrumbs/Breadcrumb.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,157 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Breadcrumbs -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/breadcrumbs' -Excluded: false -ExportLevel: Hidden -Name: Breadcrumb -Platform: Web -TemplateCategory: Breadcrumbs -TemplateCategoryWeight: 110 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: breadcrumb - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container14 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$OpenLinkClientAction - Address: - $Type: Forms$StaticOrDynamicString - AttributeRef: null - IsDynamic: false - Value: https://www.mendix.com/ - DisabledDuringExecution: true - LinkType: Web - Appearance: - $Type: Forms$Appearance - Class: breadcrumb-item - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Item 1 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton13 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$OpenLinkClientAction - Address: - $Type: Forms$StaticOrDynamicString - AttributeRef: null - IsDynamic: false - Value: https://www.mendix.com/ - DisabledDuringExecution: true - LinkType: Web - Appearance: - $Type: Forms$Appearance - Class: breadcrumb-item - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Item 2 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton11 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$OpenLinkClientAction - Address: - $Type: Forms$StaticOrDynamicString - AttributeRef: null - IsDynamic: false - Value: https://www.mendix.com/ - DisabledDuringExecution: true - LinkType: Web - Appearance: - $Type: Forms$Appearance - Class: breadcrumb-item - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Item 3 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton14 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Breadcrumbs/Breadcrumb_Underline.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Breadcrumbs/Breadcrumb_Underline.Forms$BuildingBlock.yaml deleted file mode 100644 index 159a35c..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Breadcrumbs/Breadcrumb_Underline.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,157 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: 'Breadcrumbs underline ' -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/breadcrumbs' -Excluded: false -ExportLevel: Hidden -Name: Breadcrumb_Underline -Platform: Web -TemplateCategory: Breadcrumbs -TemplateCategoryWeight: 110 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: breadcrumb breadcrumb-underline - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container14 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$OpenLinkClientAction - Address: - $Type: Forms$StaticOrDynamicString - AttributeRef: null - IsDynamic: false - Value: https://www.mendix.com/ - DisabledDuringExecution: true - LinkType: Web - Appearance: - $Type: Forms$Appearance - Class: breadcrumb-item - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Item 1 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton13 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$OpenLinkClientAction - Address: - $Type: Forms$StaticOrDynamicString - AttributeRef: null - IsDynamic: false - Value: https://www.mendix.com/ - DisabledDuringExecution: true - LinkType: Web - Appearance: - $Type: Forms$Appearance - Class: breadcrumb-item - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Item 2 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton11 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$OpenLinkClientAction - Address: - $Type: Forms$StaticOrDynamicString - AttributeRef: null - IsDynamic: false - Value: https://www.mendix.com/ - DisabledDuringExecution: true - LinkType: Web - Appearance: - $Type: Forms$Appearance - Class: breadcrumb-item - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Item 3 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton14 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card.Forms$BuildingBlock.yaml deleted file mode 100644 index 93e995b..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,75 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Card -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/card' -Excluded: false -ExportLevel: Hidden -Name: Card -Platform: Web -TemplateCategory: Cards -TemplateCategoryWeight: 30 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text22 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_Action.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_Action.Forms$BuildingBlock.yaml deleted file mode 100644 index 0dd42ce..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_Action.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,172 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Card action -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/card' -Excluded: false -ExportLevel: Hidden -Name: Card_Action -Platform: Web -TemplateCategory: Cards -TemplateCategoryWeight: 30 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text21 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_ActionWithImage.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_ActionWithImage.Forms$BuildingBlock.yaml deleted file mode 100644 index 759dbe2..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_ActionWithImage.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,718 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Card action with image -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/card' -Excluded: false -ExportLevel: Hidden -Name: Card_ActionWithImage -Platform: Web -TemplateCategory: Cards -TemplateCategoryWeight: 30 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sWSXNFDhGEyLiicQpgMZ/Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nHlRD1A31UWBOftmGvqcwg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EN3WdRUcp0WwxNKZTVwvoA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GnDivuWRoU6FmCeBnOccxg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fbAw/pVcOESnkUhFFKc8aA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: i2io/biXYEK5Je0sbP6DSQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JIzX6Gfx2ECPNtfxx/6GBQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: yQ1NQnaQMkG9NhMBV7Fm/w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aatJcwTAJU+CJHKjIBY7jw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eA/TgXwvXkS+T6c3QkPYrw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Zbt3EHBQO0ax9D2tyW+HHA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GrZRxa2SnkKtReUV2dbKTg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: M182LLJ+xkqYwbifgE2BTw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 53W1+kfyJE2p25sXkx0pHg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vVvEkfjp4UyNrS/QTZj7rQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mp6+3o+MwEuZ6hye6091Wg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YLuJVVn8eEydgKnIl+Ez1A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DeT3B+Ol2EOnLMdfpgkQ5A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6THViHQNcUCbEErrYHpvAQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: /nmZvctBz0GdDG+YU565pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2+twnAvbh06le/IHrPcqtQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WpvN9cKhFEChWhLRrOyrMg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eYLTtwrdfk+2R/TDzycXPw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: k0WVCV4VVUmREgexeqHzMA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f4KrDBcHbkCh8v5oNnRMWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cTGE3YE/YUySMdI9qoIWXg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: I+QdOGsbMkWSqiXZ2aAnWg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HzkWcCPYEUeeGvn91cNv3A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: x/bizW8+UkeBE78SQDWPAQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tJpQTpxZfUG/NWg2P33BaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sqok+/A4AUiw/yES2/zOmA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9HbzPG7sEEafplGVZwubQA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 13MtQu6IT0+ajKBlT8dU7w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oTK+FgUfrEKYtcLHCOmTWg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: ZJpVf7Bi/UC334oIfPpFsQ== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text21 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text22 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_Background.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_Background.Forms$BuildingBlock.yaml deleted file mode 100644 index eb741c2..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_Background.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,657 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Card background -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/card' -Excluded: false -ExportLevel: Hidden -Name: Card_Background -Platform: Web -TemplateCategory: Cards -TemplateCategoryWeight: 30 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Center image - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Image fit - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Cover - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VnRcIY+d20aUcTxqaWACzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IEm9irv9u0qouyvYVGXVaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: A6bMSDJCy0e6vZtQ7dAzXg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mIrU+FnuU0q08zlvevubcA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cYg1/cRth0WZZcLyMiCuPg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: T1WbDsCOF066TfbKcgVMqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /g/r1S6NNUGdWsf4SQNppA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: fC3i0tndzEKIHwbGykNojw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hNnSE/7+5UqV5bn5LLfe8g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FfOKzjUmxkWEIrjrzI3NBQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AGgb/6cwwEW/9UgFy/fvUQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KbEEE6cLY0yqvhs8HpIR1w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LK6effYAlUWOJaNQ6O4Meg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jTHSlByGM0OHiEvoUMmMYw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UkKbOJsSrUKbPt0oM6kTuw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: glTeytKYR0WbitNCi+S9aQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: feAZ9kIlqES5nV9YzUsGAw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HrAbEwMADU2778gf4NxXsQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OWjsVM9AxEm5DyOerurZYQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: E3xHdjBoR0+ySZ61rj2KiQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XwEvkwZuh0W/btywVcFCaw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6G9xw/a8D0GGvwwbl0dIPg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: h0m5wDgbAE+BYiw6sO87lQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SIIyC+J3Kk2dGwKzHFLKYg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZGqwGyMxikqDjLVRtA4D9Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iN/KYuFukUS0h1pNxRfSrg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OF2ZIysn/0my8TxGC5yLSg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: r61rlr8RukulxwLFqAQtGQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 61VA6A7eRkukPVREQVAR8A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: B7c5NuId5UC/CKA2Jvk7Cw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: J+TZ4VMprUyst+D7LQ7RgA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kL6f09WOrE2zxivT2aKeKQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qGal6zn3PEetSDZHxT+EPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kqo1LTnapEiY3wCA+rAp3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: X+U8L56j5Eex0K0swVeOFw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card-overlay - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text23 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text24 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_WithImage.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_WithImage.Forms$BuildingBlock.yaml deleted file mode 100644 index 3a2e77e..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Cards/Card_WithImage.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,638 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Card with image -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/card' -Excluded: false -ExportLevel: Hidden -Name: Card_WithImage -Platform: Web -TemplateCategory: Cards -TemplateCategoryWeight: 30 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nStP9vTkPkywgRm+WG3evA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fwixXS1ht0iUZoimAYpQpw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rFl5njTkqU+0y21zQrpJWA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 40z0XVYxJEqz9mgqFj/ARA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: G6xkZtKORkq9zDGHdo7/ng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gCO+h02Z6UCTotujERI+cg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rINPeVe2AEmQi/jGGWPjUg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: aSTMXdY020eKIwdUJZj+rA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tuIRaQ1cP0mST18OeNIsDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5AinuFV4x0+O2Q8oAJUXMQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4WBVIoc7r0yRwtHq9X8K1Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aYSUidP6MUS91qlZMIPsrg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yMJCfy9EAUW5u1d2uTWaOg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2FQq4ieHVEKciPgsBE1XgA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IUAxrBvTmUC/H2anBHJ2MQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vqQ2vTzJkUOms/AUqdjFaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mmk73xEQWEiAStMZvVpPeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MiD3k8JoLEqoF76T3mpsPQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ldKnvqM3W0GT0rtMn0ilEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: L0Qb3AXen0mxwNELGXT5WA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: E79AIXQ3OUSNo3OmiNfl7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oJAJ5rHcUEi3HJ41vhBr1Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gDuQr9fbPkmNnba/SfFOJA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Y7oTTyj9Lkm5pcP08Qt8xw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NyayQLfLqUuH1GkZl7LJSg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZGO8ny+D8kK2Gkl8lqPCjg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IoYGReezcUmv2Tf1KFEMHA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8eIQKR/03kGipkZaNUF/DQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HldTNiZ1fkSv3VUqZhWzPQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PI8XMkRITkuTgh81zWidNQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: udJfPvqB9k2KFmgNo2msBQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: en5ms7k6eke70cGVMNucEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: s0sOeblbSUOhOWJzZw08ew== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yt9hEbAYg0qokSn+iWr6hw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: wx2aBsltb0ax8iCey78gbA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text23 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text24 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Horizontal.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Horizontal.Forms$BuildingBlock.yaml deleted file mode 100644 index afa087f..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Horizontal.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,417 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Form horizontal -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/formhorizontal' -Excluded: false -ExportLevel: Hidden -Name: Form_Horizontal -Platform: Web -TemplateCategory: Forms -TemplateCategoryWeight: 50 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: null - LabelWidth: 3 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox13 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox14 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker4 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Horizontal_WithAction.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Horizontal_WithAction.Forms$BuildingBlock.yaml deleted file mode 100644 index 57292ef..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Horizontal_WithAction.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,522 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Form horizontal with action -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/formhorizontal' -Excluded: false -ExportLevel: Hidden -Name: Form_Horizontal_WithAction -Platform: Web -TemplateCategory: Forms -TemplateCategoryWeight: 50 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox13 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox14 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker4 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Horizontal_WithTitle.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Horizontal_WithTitle.Forms$BuildingBlock.yaml deleted file mode 100644 index 2004641..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Horizontal_WithTitle.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,452 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Form horizontal with title -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/formhorizontal' -Excluded: false -ExportLevel: Hidden -Name: Form_Horizontal_WithTitle -Platform: Web -TemplateCategory: Forms -TemplateCategoryWeight: 50 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: null - LabelWidth: 3 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox13 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox14 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker4 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Vertical.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Vertical.Forms$BuildingBlock.yaml deleted file mode 100644 index a831300..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Vertical.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,417 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Form vertical -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/formvertical' -Excluded: false -ExportLevel: Hidden -Name: Form_Vertical -Platform: Web -TemplateCategory: Forms -TemplateCategoryWeight: 50 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: null - LabelWidth: 0 - Name: dataView7 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker5 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Vertical_WithAction.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Vertical_WithAction.Forms$BuildingBlock.yaml deleted file mode 100644 index 1fdb0cc..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Vertical_WithAction.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,522 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Form vertical with action -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/formvertical' -Excluded: false -ExportLevel: Hidden -Name: Form_Vertical_WithAction -Platform: Web -TemplateCategory: Forms -TemplateCategoryWeight: 50 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView7 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker5 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Vertical_WithTitle.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Vertical_WithTitle.Forms$BuildingBlock.yaml deleted file mode 100644 index b84db65..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Forms/Form_Vertical_WithTitle.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,452 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Form vertical with title -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/formvertical' -Excluded: false -ExportLevel: Hidden -Name: Form_Vertical_WithTitle -Platform: Web -TemplateCategory: Forms -TemplateCategoryWeight: 50 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: null - LabelWidth: 0 - Name: dataView7 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker5 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Heroheader.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Heroheader.Forms$BuildingBlock.yaml deleted file mode 100644 index 4a6fa71..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Heroheader.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,130 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Heroheader -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/headerhero' -Excluded: false -ExportLevel: Hidden -Name: Heroheader -Platform: Web -TemplateCategory: Headers -TemplateCategoryWeight: 10 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: headerhero - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Header Title - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Heroheader_Background.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Heroheader_Background.Forms$BuildingBlock.yaml deleted file mode 100644 index f962d79..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Heroheader_Background.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,699 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Heroheader background -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/headerhero' -Excluded: false -ExportLevel: Hidden -Name: Heroheader_Background -Platform: Web -TemplateCategory: Headers -TemplateCategoryWeight: 10 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: headerhero text-center - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: headerhero-backgroundimage - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Center image - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Image fit - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Cover - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iSaMiJ4btEC6G/ylyyYSmA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: De1XeewbgE6m9nk4UsKFPQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GXRajgzaSU6yG9stcQyXrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UyCJDYxWbEqU2uGEKIOw9Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fx2ydQds/EiybP9jf9jkhA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: l1FuFF5gAkyEGHtBeMYANA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /i1M5nyAZ0Gh7tjGKf5xgg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 7af5sWkGnUWVUSrkrvtSPw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: z6Dn3J2aXkap8L7d/yVGLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Tgy3yPZh0UO8ig5pmpk73w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OsnH0gQ2bkmPcBZijf1sCg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FxpQ/RfGR0ehoMBxeCwVqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9js426SBpEu2YJHm++hbdA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0VXd8ZnUgU+mr65DibI+Tw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y7on2u5fTEmlyAxU7U8wHQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: x/PrGyRFGka4HSBftB/NmQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ol3vS74im0SHSIVP+SYaow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dUNDRwC+6k2b1zxkDFVPvw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wOvVee4b90yY2oC+Giivlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: OPHVymdkhUicz7kqCKNPHg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JNzogPGOiEWRcVKV7QiFRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Hfvrk932tEGVvMH80Ht25w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OWS0QXGtGUeH4X8KBeHIkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8vd6zI7NdUyNQPmL1SqMmQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nFCMeduK50yrcJsdYrKftg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Cg89vZ6dhky0EAyc45nIQQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LdEK72qHhkGo3ahYik2a+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1xfEChnNXUqTFHfQOgUyHA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6mW9x73dm06qxl27v9hvCw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bikzoMblM0a41JG2KC2EOw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: D+rymuJYfUaKFkcJtRR3Xg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PEXuER30PEO3/hMiKVlsnQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: D+MnbiFoWEaT8cE3iY1+8g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gKaO4ZYNQUWZxIiHDCFWoQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: /Mu22k3/7UmO2caKdAnXLw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: heroheader-overlay - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Header Title - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: headerhero-action - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Border - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Heroheader_WithAction.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Heroheader_WithAction.Forms$BuildingBlock.yaml deleted file mode 100644 index 681ea7f..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Heroheader_WithAction.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,167 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Heroheader with action -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/headerhero' -Excluded: false -ExportLevel: Hidden -Name: Heroheader_WithAction -Platform: Web -TemplateCategory: Headers -TemplateCategoryWeight: 10 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: headerhero text-center - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Header Title - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: headerhero-action - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Border - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader.Forms$BuildingBlock.yaml deleted file mode 100644 index cb2a0e4..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,115 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Pageheader -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/pageheader' -Excluded: false -ExportLevel: Hidden -Name: Pageheader -Platform: Web -TemplateCategory: Headers -TemplateCategoryWeight: 10 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/PageheaderImage.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/PageheaderImage.Forms$BuildingBlock.yaml deleted file mode 100644 index 79cdaf1..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/PageheaderImage.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,671 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Pageheader image -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/pageheader' -Excluded: false -ExportLevel: Hidden -Name: PageheaderImage -Platform: Web -TemplateCategory: Headers -TemplateCategoryWeight: 10 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: pageheader-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Rounded - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fW6AXpKVl0ecLiLcHsA0/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: smJjTtPnokCP3N6Io37w5A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: r+vTMoIVE0Wja9pgz2MYlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SDd7bd8ekEuJK5cVhaWVcg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: m93+LWTRCEa3e72bGhso6g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Og4cLwSmQ0iOwbuex548WQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SMUJBgHGLkuy9G7DGDYJaw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: lKfO9UpJ5k6nXYCNZwWVAw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: espPi7X1M0qgtlpn9mi3kg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fmhhXCW+jEWeLIOErNtydw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +8LmmVLBQEybvI/+Ht1BmA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ChLcd9j/cEGf8sp8ONaUPA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4Xop2mFnyEaX9LW7IXEDYw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nbxI5FaupkKl5BUsJ07kqg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5V0b1xA8xkqswq3ICi7B6Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jtPsXn+84U6pjapoTNp7Gg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pTd6jwFWw0WLyXSwWBssVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mJIra+usWE6tKwguHpQD4w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lrd4ttI4LE+pSl9RalLGjg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: Tv4HeNphNUOc0oEjWx784w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yOwwvGARVk+mf/MZCaMoHA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: d2KpDuC+1UG/lXorAaMRbg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7RLFJzzY8kOUDfAigBtLxw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: M5kh/flHOE2nTmZaRtr2SQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UjALcrWKAEa5m/3Dos+t9Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oqR2cSaiGkiJEaeeYI2iZg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5BWUqzVcI0ekHdWHAKt/PA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "64" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /yegkHMUykKcetG+IKd6og== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wUU2zlWrvUy1i/833c4ikg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 35G2ZI5aAUKX4Bt26ep/kQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uog+3kgMbkmngHpN3bwkIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9wcuS+NAwU6jELiSw4go8g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6XEUbr/Rek2tB21Tnd80Yw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5w/enlJwSkuWZlUrGq4N9g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: u6kMFki41k24wV7bm9u9nA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/PageheaderImage_WithBack.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/PageheaderImage_WithBack.Forms$BuildingBlock.yaml deleted file mode 100644 index acd3646..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/PageheaderImage_WithBack.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,715 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Pageheader image with back -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/pageheader' -Excluded: false -ExportLevel: Hidden -Name: PageheaderImage_WithBack -Platform: Web -TemplateCategory: Headers -TemplateCategoryWeight: 10 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: link-back - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Link - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Back - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: pageheader-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Rounded - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Lv/byYxdkUaxACF/iyTVcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6qcUI18ULUmAXmj06lnzzQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pjPVwtI2Okq8gQ8gfQxxxw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ytzgRcgU8ky9KUzegzOF6w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uCJf0O1JYEqyxDI+N1cD/Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sndhcFIuOUG2NkZD+5+pRw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oeOFCbs36UGgcmb5pxKxbQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: zl0hOFreV0m7rQMnf2SUNw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HUC0vVxkSUWqFljs5Z0KKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YpQah0LauUeq36Fdvha4vg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6HSI/CpjU0WcjVEwQSK8WQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zHBUPPYdWEWjO2HttYynfA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /LsHsHD4VUq72Iyiw1QpHg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: s0nWZDbQWUqPVktBMeNxzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5DiA48Lw4kKuSemCn1kbXA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mbYrP21CQE6zoxRGnmc6Zg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: m7GpMtAp7UyU72DugwWsbw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Pv/64kZp0Ey3m2dmHuDRMg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +wkefuW3B0iablo2kIc6Yw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 9uHCCnX4QEu5S7iLUN+FzQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: F+S2TmklskS1lqL0SGvJ0w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7/JNBBJK3kGX/4JeXKGwiQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QbZMk3b1uECG5+VNtSClhw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZdbscNn1fEGC83gXk3UTzQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eTm+MXP+u0azAr8aV82x1g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CvDvWJgrxU6+t7+Oo+sviA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lCnDVlxp4keg7dBXTs7Udg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "64" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: AOFFMsj7kk6HfhrgIVv6ng== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Se+JdkCaVkaGuu9f5nJTJA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nE4KN53F5EuGNKIK99E4mw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1J6hwwMgfkes/IssT4B4bQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8SJWxpiAEEiszr6hjiaHqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xLAC+ofrzU6RPhipvuLq3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZhIToXKSQESPbxDNvX+1Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: CexQK5gdmECMTBoO1dWQwg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/PageheaderImage_WithControls.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/PageheaderImage_WithControls.Forms$BuildingBlock.yaml deleted file mode 100644 index f1cb161..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/PageheaderImage_WithControls.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,804 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Pageheader image with controls -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/pageheader' -Excluded: false -ExportLevel: Hidden -Name: PageheaderImage_WithControls -Platform: Web -TemplateCategory: Headers -TemplateCategoryWeight: 10 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: link-back - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Link - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Back - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton4 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: pageheader-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Rounded - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HlybbTmIkkqWJpPG+QbMKQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: N5KA8qTTW06TipabNr54uw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1c1gx4+4/U6ReHeGNO3TJw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UlfrlFZwZU2uo6T2gjji8g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: A88tMo/rM0i4qnU+Ty+RVQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jd2PjTkWfEeN015iLFVHEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 07NdV/zE9UyXvO8PTORPdg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 5fxp77EHvkSA46B3/4oCNQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y9bFdUW0bku7yw/kKKraPw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QpCLBtZeUkme6MGeqd0TZg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8s4x9VSRk0eseG+O3Qd0TA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3G5WW4iG0E67akgIsT7JhQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5eMKq6nKGkiNxbuiJ6jmTA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uYK2Ks5QHkOtdPsFlFzaXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iMwSwm1p10+v2EyoLvXSCg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uia4QhM2yUSNITR9GJuD8w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QtDrErCe0U2vxQen6IETsQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5KfaESLPY0u959rNCZEX6A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Z/+h+us8h0ia3AcbwwDmyg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JEfzaBm48UmeTtC7oSipWQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: soHMh/XwTESdTSOe48dWAw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zIkBbI/mqEqPyGUwxa9idQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: i8tDX/tNvE+aPmLVXgUGww== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NZiHyF8jk0a994hP8/rRmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vsZbw+eCY0KDFL9rGUjuvQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gwCzOIk4lUKzdOTwP43Dqw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: C9rdbl8nz0KFH7ykuz3vkA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "64" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: S8zVw2BUjEesY2b+JWDG8w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hxQPkotcxkiwyo4kzWLMew== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LGZxGUz2YECw9/gYQyc1dg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gx/83XUPC0yMQAiLqEdIbQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W3dFOqBbZEGtbCjGdsnB5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ovO1KBWZm0msxyjsvdtPaw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Dc+vKA8ioEWgkU8F508d+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: /QfID03wl0udFsSt9V2Bcw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader_WithBack.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader_WithBack.Forms$BuildingBlock.yaml deleted file mode 100644 index a49f7bd..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader_WithBack.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,159 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Pageheader with back -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/pageheader' -Excluded: false -ExportLevel: Hidden -Name: Pageheader_WithBack -Platform: Web -TemplateCategory: Headers -TemplateCategoryWeight: 10 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: link-back - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Link - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Back - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text41 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text42 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader_WithControls.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader_WithControls.Forms$BuildingBlock.yaml deleted file mode 100644 index 66385b8..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader_WithControls.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,285 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Pageheader with controls -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/pageheader' -Excluded: false -ExportLevel: Hidden -Name: Pageheader_WithControls -Platform: Web -TemplateCategory: Headers -TemplateCategoryWeight: 10 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: link-back - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Link - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Back - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton4 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader_WithSearch.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader_WithSearch.Forms$BuildingBlock.yaml deleted file mode 100644 index 922a695..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Headers/Pageheader_WithSearch.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,345 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Pageheader with search -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/pageheader' -Excluded: false -ExportLevel: Hidden -Name: Pageheader_WithSearch -Platform: Web -TemplateCategory: Headers -TemplateCategoryWeight: 10 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DropDown - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - EmptyOptionCaption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Dropdown filter - LabelTemplate: null - Name: dropDown1 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ReadOnlyStyle: Inherit - ScreenReaderLabel: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DropDown - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - EmptyOptionCaption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Dropdown filter - LabelTemplate: null - Name: dropDown2 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ReadOnlyStyle: Inherit - ScreenReaderLabel: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: null - Name: datePicker1 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Date filter - ReadOnlyStyle: Inherit - ScreenReaderLabel: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Search - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton13 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/ListItem_DoubleLine.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/ListItem_DoubleLine.Forms$BuildingBlock.yaml deleted file mode 100644 index ba07f95..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/ListItem_DoubleLine.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,170 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: List item double line -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/listitems' -Excluded: false -ExportLevel: Hidden -Name: ListItem_DoubleLine -Platform: Web -TemplateCategory: Lists -TemplateCategoryWeight: 20 -Widgets: -- $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/ListItem_SingleLine.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/ListItem_SingleLine.Forms$BuildingBlock.yaml deleted file mode 100644 index 371a61d..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/ListItem_SingleLine.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,135 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: List item single line -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/listitems' -Excluded: false -ExportLevel: Hidden -Name: ListItem_SingleLine -Platform: Web -TemplateCategory: Lists -TemplateCategoryWeight: 20 -Widgets: -- $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text7 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/ListItem_WithImage.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/ListItem_WithImage.Forms$BuildingBlock.yaml deleted file mode 100644 index 9640999..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/ListItem_WithImage.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,699 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: List item with image -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/listitems' -Excluded: false -ExportLevel: Hidden -Name: ListItem_WithImage -Platform: Web -TemplateCategory: Lists -TemplateCategoryWeight: 20 -Widgets: -- $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image11 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aOmFMJMTsEqbgrCfYJlpFw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iEeu8ZYwjU2R5Nv74CbbHA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JYwyICS/Kk2UOPcxqqVlzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ER90V6M5XUKhc6KJMea0gQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3F07MMvwK0CHMF0xvUNLqw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VLX6UpxXQUK8jobYqylHyw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Rg/Ib4aLrky+XavDGbpx2w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: bv51Y90wzkKxDj222/JUow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7ggE4vU72Ue6P1j9VtMJUw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rz1OC1wgWkW0jZtzBQuBxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tpBaJtoCA0mz2VSs2DCbbQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: APb3b3+T1EyfSN0eiy5mzg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sxxI32ZqFEaSR+b6jLg54A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: y5SsAXUMzUKLkbihC+WqyQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Uj5C1yTcRU2EkSZvi0dM0w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 70t+bqi9kU+33bCFYbuXtQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hxmtiK9M80id6pd+jo66GQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DywmtbhRP0yjKTQZ3Z2FIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XjH/+zh6YUSDgxlKSlhmkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 54T21jpexEag7KJ6cOz37w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QBMloqB2VkSCFHfNreAoyA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 58dvgtgM4U2dd4dmMi3ulQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: inITFc/qGUabuXGj9XabAA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hS/SNaGUIEqRuC/n4WgI2w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vAu2aX9UD0WHu+kjeYl4Sw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uN7VGlaub06h/OiKvGZ/UA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IkcFfKbV702weFXMd/slsQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WtNwYp2c+EW9PsFLaLL2dQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 84Xw62iZFkq1aQ25zipG7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JdLNM8oPtkCSUTCNuNJQEA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Eb+1CDjHUki50SAHtv+LNA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WtJD8gOMTUSB837K5nJoXg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Q5lvxQhYv0mVrqHugRC0IQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xoNyeGX/uUKTQshVFIq7KA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: NWj7ftE6F0KcN4if4Us8tg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/List_DoubleLine.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/List_DoubleLine.Forms$BuildingBlock.yaml deleted file mode 100644 index 87400a5..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/List_DoubleLine.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,213 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: List double line -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/lists' -Excluded: false -ExportLevel: Hidden -Name: List_DoubleLine -Platform: Web -TemplateCategory: Lists -TemplateCategoryWeight: 20 -Widgets: -- $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/List_SingleLine.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/List_SingleLine.Forms$BuildingBlock.yaml deleted file mode 100644 index d1d5bf5..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/List_SingleLine.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,178 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: List single line -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/lists' -Excluded: false -ExportLevel: Hidden -Name: List_SingleLine -Platform: Web -TemplateCategory: Lists -TemplateCategoryWeight: 20 -Widgets: -- $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text7 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/List_WithImage.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/List_WithImage.Forms$BuildingBlock.yaml deleted file mode 100644 index 1b6f325..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Lists/List_WithImage.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,742 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: List with image -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/lists' -Excluded: false -ExportLevel: Hidden -Name: List_WithImage -Platform: Web -TemplateCategory: Lists -TemplateCategoryWeight: 20 -Widgets: -- $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image11 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: W6ElUV2wnUC2KGkytkxKkw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bKpG+aPRIEetfwNI/Jv8tg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NCQN9XB9IE+dqs9CoSA1dw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OuKYbbefIEqGYgTpALluAw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FY0F8kSdrEWLg/4+9mfxkA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Vknntcd9WU29hrwmWTfYcg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qzxVnp5DskibGJ9QLVrVLg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: hxlO01xDpkeaFZU8ct7/Tw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zapQIbbGhUqo1SmCGzgWCg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8VEOTb20bk2JnduqE6Zf4w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: c5LJrjzLrEyfgraQck9ehw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iZRsGejxMkSz7Hvs2ZMBzg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2SAE/E6KH0SXtAvEdAfh7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KMxxGhRGB0ehsLNE1C7AXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7egaoeqxy0SnhIhXXcTXfQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZyRJWXM66U+VLU0LMQugIQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hf2ThZcY20OhBR//4teYBA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 86LWhyRjBk62dGaPuTmNNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HrhVdcHHu0iKgvkh4OTrrw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: XmHRj7QMU0WQT1aHQl458g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: L9yUn9jCzk+cQrbfwI1XMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZW5mM9+8O0CNj5nIRbcdbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wD+c51asK0agpQvpwbnA/A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1SiNInPbUk6eFbkfHlQJ3A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YxBxPZ4Zy0+K9yEsoLI7HQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KK9yj06qqUW9wYB+qcHw4Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +3pzvlTSik2Relbwm9GOUg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 45e2CVGjRkKoLWqUDeGKJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: inQAxMHmOU2Y+5qKEbc3/g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SmqNxh/Co0uijQUuvar4DA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: czePAMqNj0Sd1kTPnRMs3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gttKTztgzkmYqT1l1uIjTQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OBDLPKGDL0eL0ROjDDddFA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EataF++t4kexunK+6urylg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: Hi4foBFIzkWKifFKO9Qv0A== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Master Detail/Master_Detail_Horizontal.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Master Detail/Master_Detail_Horizontal.Forms$BuildingBlock.yaml deleted file mode 100644 index 7401011..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Master Detail/Master_Detail_Horizontal.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,801 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: 'Master detail horizontal ' -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/masterdetail' -Excluded: false -ExportLevel: Hidden -Name: Master_Detail_Horizontal -Platform: Web -TemplateCategory: Master Detail -TemplateCategoryWeight: 80 -Widgets: -- $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: masterdetail - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid4 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: no-gutters - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: masterdetail-master - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 3 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: masterdetail-detail - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: form - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: margin-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: form-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListenTargetSource - ForceFullObjects: false - ListenTarget: listView3 - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Alice - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phone number - MaxLengthCode: -1 - Name: textBox13 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "+00124059134" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox14 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Sall.doe@company.com - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker4 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 11/24/2020 - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Biography of Sally... - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Master Detail/Master_Detail_Vertical.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Master Detail/Master_Detail_Vertical.Forms$BuildingBlock.yaml deleted file mode 100644 index a6cc491..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Master Detail/Master_Detail_Vertical.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,1352 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Master detail vertical -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/masterdetail' -Excluded: false -ExportLevel: Hidden -Name: Master_Detail_Vertical -Platform: Web -TemplateCategory: Master Detail -TemplateCategoryWeight: 80 -Widgets: -- $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: masterdetail-vertical - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid7 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: masterdetail-master - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image11 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CzHtd3bRl0OmvaGlDc8Uvg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hkQMAkJj2E2klHhYHdkOYw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5986JM06ZUS0Dm/tjIr6ww== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Y3z5GzfBLUCR63gECJHrwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Yv+1+FBmY0qGJ0haVrYGTg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6dUUOvOkX0qnoh5SC3R/Ww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DAbv8ojiyk2t4d9crgd4Pg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: t7iSHXwUbk2vXUXXDL2xCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bxBz+cWILEKnY0mGX7Kftg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ns1EVSSupEKXRJR18P1OXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: geE8TRwLOk67/+eqjDz3CQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gq13WsdsS0uCGGlnM2fQkw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: me1Ar1cFIUC0mgfp7Vkzbg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: u4aA/TLM20yZVCrnVOfQmw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1ThOIkoej0i8eW4DuYQocw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yU89KPdkV0iRGSP7bCD/gg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ahnPD8Ov+Ueyj041wYl0Aw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vzzACfuvTUiu+5M/yd1d+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RkXxjtCjL0WlFvZKG7vsug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: Dl0hXjDb6UCBHwuHV03DFA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eG4z1IclG0Spvbd/MxyJ5A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qVlzEw5lEUSPBoKTeNBYUQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CbVSdOJZ/0mPr3osjeQYMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SIZ911ariU+l8wVIxDZrJA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DWvonMOZIkOIfJjOEzdapw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PVQJ0yhWbEiRNDYRAWo+7Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: q0HnY2JblEO5GxR+Q+tZ0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: C3bKVJHG20SrNfyBV5HE6w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pkQgXYgUS0KRC2OED0kNuQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PXhKajRYDEqBTEFPneIpOg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UPsO3Vm5rUezP2gSbcc2aQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IVvS+oU86keSmSqmKiV98g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wxj+ily6PEOaTpoh9BXPcw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dXVq4KDCzkSCdgPq7+0/2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: z4Lg/rFfxEOTmpRBJyj6Aw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: masterdetail-detail - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: form - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: margin-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: form-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListenTargetSource - ForceFullObjects: false - ListenTarget: listView3 - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Alice - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phone number - MaxLengthCode: -1 - Name: textBox13 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "+00124059134" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox14 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Sall.doe@company.com - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker4 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 11/24/2020 - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Biography of Sally... - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Timeline/Timeline.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Timeline/Timeline.Forms$BuildingBlock.yaml deleted file mode 100644 index 2f0e69b..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Timeline/Timeline.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,1201 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Timeline -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/timeline' -Excluded: false -ExportLevel: Hidden -Name: Timeline -Platform: Web -TemplateCategory: Timeline -TemplateCategoryWeight: 120 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: timeline - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: timeline1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0F38GcnNnka0MZfKj3Rh/Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: null - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5evPSXXvKki/eAKBUjVxHQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0U1XIyQaSUiwkl2546AEhA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: EYQkxloCS0GcvcWfJPlNDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MXeDhJfO4Em7c3diPXOkkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: p+wytaC0dkGj0OoBmGGmnA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ni4dT++Gv0On4zUZiyy/hQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: jd5z5d2OZkSav+Z/8JuVYw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ar8XCDVYW06Y+VMpyVdeSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NJyv2Ub/wEaKtRRvo/XOkg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /Kgti0X9tU+EYM4ngtVk+g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /TDA2NPnQ06kXE9bz0Khag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OlvU2Y0r6U23KW+vGtKfgg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Y5Sv6NdVfU65mXt6hYhcsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oQy1ncbaAUSV0DefGpDUQg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sHJmwtZ9l0yn6YK9ayF1UQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FjpbxYkxukCNt8EhpCbWrg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: day - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oO2y0dQF10eDhWIc8HsMIg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sZH/fyWIZEinwN+KC3LfuA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: dayName - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BMHTQSPM6k2XVJj3lqM9Ag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4juoqleR60+pxLZymk3t0w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: month - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8Pt7zQCxr0+2qeaxUUECXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HuHwBah9UEOatwjVyxjZNA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: end - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LsoEPj1+V0aEFTqnPL+MkQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: htsYITIRKUSR4XrsgDQgPg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Pf9PbjUiXE282b1vPJV6GQ== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Pkg0IB7K6EWMgyW+2b2OaQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ptsZBfRx5065I2ODnfv6Ug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +xfqq/xM8U6PX0s+a7PJ1A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OPt8NT37+US8bpiazMN42Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IEBAw0uoFEGkRy1fnZr3qg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ffb0MmeQ4ECcM3FInYrDMA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nYnlVyIzE06BAV7PDd89Jw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: GlK/ye7VQkqk5wpoPwQQeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DuThu+wPgkOq1k+75tKXRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Rehc7TNVvU+FX/nNYnnYUQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y3rR09C3s0O0robBk/mTkA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HlGQoCknP0CulJVp01yr4A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hOqJet9mP0abbNdefI9VVg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: G5bqQeIR1kiooqLj8bkfpg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: StnL23Wnu0KC82tAAPJg0A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JDmhbnKGAkiSkrKY+rwWqw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2243ET0PRUiz0FSmOpkaog== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: s7Tb6n7MzUG+xySYAWfy7A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SrPQktbdwEWwDUetXzEqvA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: PmpTkWx1Bk6molhbMVRZbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DKdZtvlczkGOFlBi0ZLHfg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 70SSBopEkkeBIqs9+1ZoDQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X8b1KR23r0Ga+qRXI1cr4g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "18" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: j5CZ/UsVikaHu7i1F93Wcg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hOJdyQpK7E+ujWxpway92w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5VtMb+8jBUGxRm297GFSEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dhKMtQolC0yxX2QP1pDwGQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "18" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6d9EqtYOHk2BoekmNQ93fQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GgI/LwFISUSSxtldiLItsw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: k23+aaaSQk2pvHcJE9Jbpw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KFRW0UkQzEaYMbFj7a0q4A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NAlkOHPVV0+yX2+IDb4JfQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nQV5xoP7zE62lm363Ra4ng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: noMy8eWNUkalmtb+aItE/g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: HlW9rgJ5n0GzCO4FdiDfzQ== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vUvdNvm7+EaIX6SKgy4BdA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nsbCEfiBWEOJwQdOzNu2wA== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Today - Name: text5 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Uv3q++CHykiW5zkEGc09ag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aS5/DM4J30e3a+frq03LIg== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Timeline entry title - Name: text2 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: o3bFrFvEc0infPcla9xIKw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sX0qB7pYOUa1MU8gyey1xg== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "14:30" - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KzbeOzQWrEi2HU2nfCVaKw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cCbweq4g+0ytWGx1DlZ3+A== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Timeline entry description - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3d3no/FziEejxviQH6CF5w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kZOEA8D3EUWwkz9aaCE1iQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: yP+aTuo0kUmezArLPmMxMQ== - Subtype: 0 - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Timeline/Timeline_WithImage.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Timeline/Timeline_WithImage.Forms$BuildingBlock.yaml deleted file mode 100644 index 958897f..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Timeline/Timeline_WithImage.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,1285 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Timeline with image -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/timeline' -Excluded: false -ExportLevel: Hidden -Name: Timeline_WithImage -Platform: Web -TemplateCategory: Timeline -TemplateCategoryWeight: 120 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: timeline timeline-with-image - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: timeline2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: v/9q2n/0pEiCXZbMwX7v8Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: null - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xM3mihTRZkeRz5HhXylbpA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y2bYpuj4AESYTZAw2RzXDw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: nr+Z5P3X+0GTwx8CfL9TJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dKu1Foa3x0WDyOsw3CUmPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: PkfcpOYPMECDQBwXaxAcsQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SBVEF+ZTckyVISCRpgEDIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 1jmHBx/+JU6T8rjEcBAePQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: F5DBqo+6AU2QEYhuJPs3LQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Yb0Mw1ItSUWIHFJPxxDFcg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ER1xpAT9skqATmsRFhua0Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2RnkymC8Kkutet8NrRiZNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lNUpnm6y30yA7PbnTsVH0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6I63+91YlU6adSDoEl1hOQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Mps4rzr6oUCMezGQh/vsQA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XzJ73L5iMk2YiYsQTw05RA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vICD3lsN+EGen7lyP0CYvg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: day - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mE2YTClNHECxVmguleq6cA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5j5kcF92OUq4SgSk9o43LQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: dayName - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YueCQwHyJ0WsyHL3aktioQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RHAbdXjY0k+qgPjg9jHxXQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: month - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VjnMXa4nqUSBmWkYgco8xA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4GrEOUr40E2Uwzr4IizefQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: end - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bM0jodMwrEmUeghZfEFLKw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eUqhHJUJ1UauUni3H12v2g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: R79AlGalBUWxjDVh2QmtnQ== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Hd9NiWbF2kySTfefbYHZkw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 42grLelVTUGMXrlrVZ0F/A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5X0ta2juCkSYwJL20RXBig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: beANY75+CUSp/cORYd0bog== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UVV2RpNXCEqrJgnJJmRJWA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JsxDLIVQvEa+G/l2/CJG/g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7y7kbWjeK0eqaVVKYU7Ayw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: t3VQOFTe10O1OQ8CBifohw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0pdALcrFoEyfEHykqIZe9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: AddarnI31kqmN2EnXQPA5A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: m7pTcvYP/UmBy9gS185brw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: s+BYgln/v0W8gO8fgYtbbQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3+081vZ9rUCyPGRQ9Nd7JQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1I6nV0bC/0yi1sHqRRb5aA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SNJLA6RRkU68NmVPILc4zQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Dk5/B0YWVEG+LhASSWd9rA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JXyvoUxomEWbgNXvNn94Sg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rW+awGlnQ0aVMXlOyMB0sQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: p4ER2fD4yUaOS4um5+lIFQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: P1idlVxWHUqDj1Fsx/3nYw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XOP6qT3v2k65o70p1KR1IQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: M2eER9MlYUO4vU9E1ktlCQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: I25n6QhomUqzzUbuXOLa1g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "18" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GMxIrM8ol0+X3Dt9kAoKLA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: H5TBkNfRqkSCarRanxWiFA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lNvkWRCiBkWdFHL9V8CM3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: b8VAKqA8ckmvxfk95Hnwbg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "18" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: G29j6p3Lxk29plJy3B8GRQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WQgN3uXusE+cvgJAp02sNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ipkrm0mM40m10KpuNgELhw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kwJzoaAVbkKBPhF229oOZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +1KcOYoP5UOJ5OfVLuATIA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zBT1m7d/C0WWsx5ffDroAg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RRiSpcrde0yEhEJQiI1YiA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: sO2778uSIku5hLIHzFxJTQ== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8QtJGyEUTEa1CogXRWv6eA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LnoNxIDnAU2UaWuGTgnB2A== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Today - Name: text6 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: prydzTae+UO392SSoouujw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UAnD7rCwS0yGU1oGBykAZQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yrVcftSVGU2HdVXVcnganQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vUuXVNX6dEmKNFHRmrc6gg== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "14:30" - Name: text8 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wU+HzHU86EOZMjNQfS2YOA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4CICuGwasUSggBhL3qay7Q== - Subtype: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: timeline-entry-image - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Success - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Timeline entry title - Name: text7 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Timeline entry description - Name: text9 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hDMon6sXFEuH3OVi8DnTYQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vvRWiJWL4Ei8LA3zsXTOnA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: Dk42pDfAN0iWeWiZ44OafA== - Subtype: 0 - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Icon_Text.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Icon_Text.Forms$BuildingBlock.yaml deleted file mode 100644 index f289bbd..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Icon_Text.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,407 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: true -ExportLevel: Hidden -Name: Tree_Node_Icon_Text -Platform: Web -TemplateCategory: "" -TemplateCategoryWeight: 0 -Widgets: -- $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: treeNode1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +hz8q5IZMUSENeboZSo6Dg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lJHAfkifgUGGDAGfv0H6Fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7MMh6SWZbkGMxYkS5ED9GQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LG5osrVZDEyx3jLzd/KIDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MDTl2+Xs7E+BhFpXCcjWbQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Qbi9lscyYEWwOJ9buE16FQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3FshkNJXOUu0uOGfc6UttQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: V1bCp5XKckCgIrB9OHfZSg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oBNe3ii+2k6e9M7fm8U/tg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1L0mnBJC5keeUsfU2bJpDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nNpBUsFxqUejzPZnCSC8ig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hOqRDlaonE6cqRahCw/cKQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GntxyJA5ukaRQ90zQWzGUA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /HU2vrLVjE+O1VRqPBeeiA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8a0k48i2+0exyvVoSlgExQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: I9lfUIF9HkOEz3cKdLg0kw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YSiI1HOKB0G5TZytfWAucg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KDMXYgk+PUyrhMJuqy3G8w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cHOjd1+gHkGbk/qbrqmT2g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WSkiHEgXfE2rIdfkqrFzSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kiaDQ0KgtUewuVPD4CRmiw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nzzr/iYi9U6qVlSQdzXZFw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Qumr84pYW0ablel+q2nH9w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xf41L0YYxUGAovtN/BeOAg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f60JA26wWUuxBv3B2ODbhA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7j2dfL5PtEiiefH+U3CESg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: l5lq5aTxukWT8L2UTpxDLg== - Subtype: 0 - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Icon_Text_Lined.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Icon_Text_Lined.Forms$BuildingBlock.yaml deleted file mode 100644 index 8ed0403..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Icon_Text_Lined.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,424 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: true -ExportLevel: Hidden -Name: Tree_Node_Icon_Text_Lined -Platform: Web -TemplateCategory: "" -TemplateCategoryWeight: 0 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: widget-tree-view-lined-styling - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: treeNode1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6d/xOAyq4Uqga5I+wkWTIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: G+UMXDKzBEqpVqd+p4OGSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: v3QxwS8cDEKcL9kwgjN+dw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sM0rdwBheEGtd7a9xvDeYQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /1Ew69jXW0askJvnC+3QeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UQwEBZzVm0ycSgSTZSgb4w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uDGyI9GseUWvDfyqlZQfjw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: EAKYYXu40EK3boX+PFmHNQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vFXbJCiCQE+IlW7kVqM/0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QsEnn3Um3kCxBxAnkqUwOg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LtKdshBIPEeAqPYv8l5XAw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2Eo78Zw7Y0SkEhtIpNVATA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YCiWTBUk4kC4FdQ7R6wwOg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QtRDC1ykuEWW6wuish6s3w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xo040C7ZD0KOYruP2SpnQw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Xr0aieA0j02Dkgsc6IFfgQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YG2yH4dmRUaW8XGw/eq/1Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iczDz9HX50KmfCzcWm/ziQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: doU1df1GpUyylM7uzEla3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CFDU10+PiEaejkRqbMNmUw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kVpd0RXQtUeyWfo+jrctlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FZORZ+4Bs06jSYhRbsq2dg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vpVqfm87IkG5Zj2gsWdlFg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: H5rXJSc/NkWOvJLcA6KiCQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /umMR9pqMkqNdrmLdxVEiw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ApKTl4FR+E2H1flkrH37Rg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: GDlkRw7yzU2OIc9aPO22zQ== - Subtype: 0 - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Text.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Text.Forms$BuildingBlock.yaml deleted file mode 100644 index af4a0da..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Text.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,407 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: true -ExportLevel: Hidden -Name: Tree_Node_Text -Platform: Web -TemplateCategory: "" -TemplateCategoryWeight: 0 -Widgets: -- $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: treeNode1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KR4FLWP1ckO8UY/NkEsnLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qhMIDzIKWEOyqf7kXkp/7w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bcBw6wuWzkizdR6BNDJNGg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dyE5+t6mG0adH1x0WPfShg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xHI0ntbQdUGyAzptd+MFYA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kXW63blbU06GdAeLA8+Rxg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wyhnec9nkEyvgxYzzi/aHA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: xXkjyOQwQUaVCS4mw/Q7pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j4p2dQ6EoEODBGhq/cMRfg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bsxkZpvdQkaaD5ded8NUMQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pQU54Akff0C9+EkTDPCH0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZR78ZfBuukiHmQS33xrBTg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: h4+oY4U68Um8ZzuNQ4LZSg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VvBAew8+x0Clqm+ThpXrLA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vXzqyHHu4kGkKUSB0XDztQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZqdaKlWqRUuaiJAtQOfMbQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9YiVgjKXTUWapaU6UfuMWg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: koMYO0AilEGs4+kqJbuYZA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4AJWW6t3BkGu7cx5mtd32A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DuxjFBgbk0+lxQSwvVGWug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NJE6k9KPH0KmVjp6D8AIIA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A4DcZ8yo2kCR8C6k4pNihw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IR+Lw8BoZU2IvKYprYXDUw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DtfNYHOoK0uaCAq43kD15A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4dqXdVfsPkuDcYhXOHg74g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PUTJfqnwoUmqhE9jOE8XFg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: VDYcAV0SY0SC1UgdNXOZMQ== - Subtype: 0 - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Text_Lined.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Text_Lined.Forms$BuildingBlock.yaml deleted file mode 100644 index ac43207..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Tree Node/Tree_Node_Text_Lined.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,424 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: true -ExportLevel: Hidden -Name: Tree_Node_Text_Lined -Platform: Web -TemplateCategory: "" -TemplateCategoryWeight: 0 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: widget-tree-view-lined-styling - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: treeNode1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vhtJ7Z5ZT0CUt7heb/asqw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Xj3GY2pWSE2HfuU3x07Fag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VfIrY99+TE+7KfEJyS6R9w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GtBA/mSMkk6j2PKplTz93g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UFQpt29t1EOQfRXfz/TkFA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ja+JDuKfUUKd3q9xyhHf3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kE5CTWl1hEG3sNRtB0/09Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: X5RuEItBo0K3mBzgYTdxyg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Crj7i3lUUUeIi+2+AcJdPw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ++zsAVr/qEmJrVn7gYNStw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vZtRVRL9j0uXtwoNvEKYoA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bB8fBB5A9EWjDv1/KCMxGg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ajc8n5szQUe7G4I6Kxq3+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hblf37kYzU+wdFSIBVTn6A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0lu4EisMY0y03glEgGUAbw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7dbSxnUwtkqnAiEZVMAM/Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: C/mIvZ+nZUuCphc9Y/VQfg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "no" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SUefe9m+V0Gr+HN+lQZuDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zQYyemc4qUerQz5XxbWNww== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: J1TXJatHlEuZ6vUDvXxA6w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IH/8gGqfPk2RbXp0CEZybQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LCeo1tl5yka+AVPfPkwdvw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pkz7EO9wlE2nQ8Dd+dnfsA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Y77rc1JDWU2lfUsKxXykJw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: d4ZcelHe2Eugl3ms+0x/Fw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xBhfgsojbkazUYXRmsiZzQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 5jsfHHacWk2Wu8oSyhie1A== - Subtype: 0 - TabIndex: 0 diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Arrow.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Arrow.Forms$BuildingBlock.yaml deleted file mode 100644 index 392c98f..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Arrow.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,280 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Wizard arrow -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/wizardarrow' -Excluded: false -ExportLevel: Hidden -Name: Wizard_Arrow -Platform: Web -TemplateCategory: Wizards -TemplateCategoryWeight: 130 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard wizard-arrow - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step wizard-step-visited - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container18 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 1 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton18 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step wizard-step-active - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container15 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 2 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton11 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container16 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 3 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton19 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container17 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 4 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton13 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Arrow_Step.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Arrow_Step.Forms$BuildingBlock.yaml deleted file mode 100644 index b065c1c..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Arrow_Step.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,73 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Wizard arrow setp -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/wizardarrow' -Excluded: false -ExportLevel: Hidden -Name: Wizard_Arrow_Step -Platform: Web -TemplateCategory: Wizards -TemplateCategoryWeight: 130 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container18 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 1 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton18 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Circle.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Circle.Forms$BuildingBlock.yaml deleted file mode 100644 index b973e06..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Circle.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,412 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Wizard circle -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/wizardcircle' -Excluded: false -ExportLevel: Hidden -Name: Wizard_Circle -Platform: Web -TemplateCategory: Wizards -TemplateCategoryWeight: 130 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard wizard-circle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step wizard-step-visited - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container10 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-number - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "1" - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton6 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 1 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton14 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step wizard-step-active - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container11 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-number - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "2" - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton7 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 2 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton15 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container12 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-number - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "3" - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton8 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 3 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton16 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container14 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-number - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "4" - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton9 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 4 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton17 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Circle_Step.Forms$BuildingBlock.yaml b/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Circle_Step.Forms$BuildingBlock.yaml deleted file mode 100644 index 9da79e7..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/BuildingBlocks/Wizards/Wizard_Circle_Step.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,106 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Wizard circle step -Documentation: "" -DocumentationUrl: '{{atlasUrl}}/p/wizardcircle' -Excluded: false -ExportLevel: Hidden -Name: Wizard_Circle_Step -Platform: Web -TemplateCategory: Wizards -TemplateCategoryWeight: 130 -Widgets: -- $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container10 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-number - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "1" - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton6 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 1 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton14 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Blank.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Blank.Forms$PageTemplate.yaml deleted file mode 100644 index d805f7b..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Blank.Forms$PageTemplate.yaml +++ /dev/null @@ -1,63 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Blank -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Blank -TemplateCategory: Blank -TemplateCategoryWeight: 999 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Action_Center.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Action_Center.Forms$PageTemplate.yaml deleted file mode 100644 index 3bb97c2..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Action_Center.Forms$PageTemplate.yaml +++ /dev/null @@ -1,4714 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1206 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid4 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action Center - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: justify-content-end - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: text-semibold - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Edit - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: card-body border-right - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: flexcontainer justify-content-end - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Size - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Large - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Success - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton8 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Success Icon - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "111" - Name: text21 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H3 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Completed - Name: text25 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: card-body border-right - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: flexcontainer justify-content-end - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Size - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Large - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton9 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Warning icon - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "17" - Name: text22 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H3 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Pending - Name: text26 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: card-body border-right - DesignProperties: null - DynamicClasses: "" - Style: "\r\n" - ConditionalVisibilitySettings: null - Name: layoutGrid6 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: flexcontainer justify-content-end - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Size - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Large - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Warning - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton10 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Danger icon - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "0" - Name: text23 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H3 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Overdue - Name: text27 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container8 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid7 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: flexcontainer justify-content-end - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Size - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Large - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Danger - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton11 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Danger icon - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "0" - Name: text24 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H3 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Failed - Name: text28 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Stacked bar chart - Name: text6 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: barChart12 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Mkgb3THL6kqC3JLQJrh8Cw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WkfHQEm0s0e2i9TeST2ICg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: dynamic - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fgm+hCc6X0iCUekCxR/0tA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lEae5vhVmkWDrRRcTU3Klg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eFUOu1r0YkiwqTSG9iRHmQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KezeVoQ72kOvTIf0w7Vo2Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: Forms$MicroflowSource - ForceFullObjects: false - MicroflowSettings: - $Type: Forms$MicroflowSettings - Asynchronous: false - ConfirmationInfo: null - FormValidations: All - Microflow: "" - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qM3WuIKe/Eu5BNh3wDF8OA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5XNEzEx2rkCe0gnCvohZLw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 12SSsMV/IkyGpN3uQp9NQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DC6UdKmTSUayy4AlAnRUGg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: i+J3BIY6lkOia7KN0j6kmA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gRh2vkmTIUqaus8hdr2k9w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - TranslatableValue: null - TypePointer: - Data: 1Nz6HfrhaUyTjL9h9Rbk4w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XwkZFogb50mQw2LT8wcPNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tAMhQMYnMEifxuZmdwBkuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aBKqaS59cU67xE7G2wTLcA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xU8NOJTcnEOkEC1OSU945w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Mao9acQTuEqjacm1QzizwQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WXzUqeMEREyoenDf6Xj7Lw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ePNf3ZxiP0KULCqJFh/SYw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zV8CiwwerUymVvASBkBXqw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yDA8frAAMUiodGFwBt3TWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: min - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Zr9NCEmTKk29jMsS3QYEaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qJ+9CoSKqE6vAF9qiDltkQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: OuYV31cl1k6PifJnqrq1Kw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rGyoJ6+XB0mqyl399gR3Tg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: gHTAmtuLkky6Qgh4zLtKKg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2valSmsJz0at5EttOW9Tfg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ru3Ou5zuLUiNka4w1v7lEw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: brlW8h+fjUuot+n9+KONcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ID+YkUg9J0OZTCdye5/ykA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nPxexBP6RU+ywkuxiBuzbA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lp+LiLyx/EypSF7HYEo+yw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XF1idYwRQUGi6/Gs/TAfww== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WT4VpoRk90SRhQlw/qLhRQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SrkWSwuAPky06hnNCcdVRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FdjPtubN/EGiTTimcAqLfQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: yd8xupz2lEyW7fLMivScMQ== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nrANYDkKMUeqnKNh7O6ckw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: A72Py+Q/d0GYVzZxpYhKbA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3/qq4if19U6sg5rb2gTazQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9ngkfYLp90GA6NkX66RwvQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iHrDAnSTvU2PjkgC9i805w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: J6U/PKDe00mRiy2kk3sUkw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: xDbyBsFZl060yHevLg01zA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0QHKHHpONkSKQbNQE7XWHg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: Fi6BnD8mAEK1S34sf1SYEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: N7VX1UPDm0OZ6omcwqovJQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: stack - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8K/25aOJ6kyneKVyK/IDiQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OWhMsQdM2E29i2LxzDyM0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7/IEHoIDkEq9JaoDnWpmQQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4xn2lC52skSHa+D2dIXPOg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jC/kwBytI0OdixF6aIU+lQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MXFxjrn+JUWztgM6wSzH4g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3kcOt3DxNEOTMkd9RZM8Ow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4nOPLF4RfUmq6w1dc/drbw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IwP6Ql0xnEy61eI1NhyP0A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gKky0JIxSEelWF7XWhWPsA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentageOfWidth - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: R7Mqeof8EUKXmNDeLvLUyQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8cBEOefNvkWBtgfwTE22xQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "75" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WZUkFWvJREWGq7uuj391Bw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zGAJiTH940eoy9WsV5YXeA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kssbTDLuOk6x0MiXCzpMYQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jeqIKAxXmUyvvmU6WjsDaA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MQxkbgf6mEOlxEc1D3SCIQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: p7tXm+YeMEWpBhXuvwejGA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CQ5QxCk3OEWktjrIDGgctw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: oXNhbYwW10G55bxDvdOkgA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bubble chart - Name: text7 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: bubbleChart8 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sKiCc6HZQ06FrnD75wsHUQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eK4q1ozgY06uLUdguxF2/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: dynamic - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PTdMmosuTE+zLgnGx73ubg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KYe9NdavZUC5631T1/OFBQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rz5H0hKXGkCOVEde1/F2gg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DImxt89pzUmsQ/x+P9N4fA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: Forms$MicroflowSource - ForceFullObjects: false - MicroflowSettings: - $Type: Forms$MicroflowSettings - Asynchronous: false - ConfirmationInfo: null - FormValidations: All - Microflow: "" - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2LFeb25g7USegTKBaXt4NQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jJwYx30iK0m8Axtlgn/9GQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZPyX7LbyZUij+Rs0SuA8pQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 35Ie0UHbekWDyHyhZPztXw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: pSnPc7I6xkmoF8l3IlPI/w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: z5vRiebTlUGg8ltDHR+gaQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - TranslatableValue: null - TypePointer: - Data: x93jWvfrbEOmiQN9To0VUw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8ZGKPq4+Z0ebm8XFhxXPEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /GrGUzEMHkSwBSFAzYx00A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5MUJFoEIWEOWUb2VK2udtg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tl9lRUtCxUOZ/XnFd82rFA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4WEqLG5HH0i+/KhMl3Srgg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jJHgemwZik6Jypm9xzJewg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6R0kZSukcUeIXu7monq2zg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Kdo8Wk0RG0OgqTh+i3ZR3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dDEMjMV/cUueW7c5ihpC/Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Jvei5i/9Nkub5mR7Y2ffPw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: njXFo5x9jEWemj4m85HONQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: brcQJm1S+0KF/0Lv4lBIFw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4kaV54Kn10O9pLBieje3CA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ajD7qPkHzkqk5PIMq+QeHQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lXMMG5tppkiXKPZnxyEykw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: P3UEUiOG6UK/xAqHdxt0Rw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S3ZWTGXLgkWYX2WgnkCJoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "50" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gZtgzqD9Tk6H7SKOcyIxfw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jDtpTtEzKUiF0fTgz7qYVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: Iwa1EL1qTk+cHt+nQJQmIA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ERS2y3tbU0mt0TSBZ3bk3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: EInoHT7ahEqW8iaMdE5WBA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GTuFjhI2QEyeC44RzTdgsA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 08COq5kA5UmKCS+tGwLCTg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: suSyMmcovEGIuhDFiQ7CHQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6tG6M2x50EqJj2QAvVT96Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6Zfwsy9yj06DEz6CtRgTaA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: a3b3wjqcOU+MnvgIzCg/lQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: c6mYNJP+RkeO2m3bos8h5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LuUQyZmnX0ukCZkI783CxQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZS33o0K4oUysde+0jJ6TOw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4+MHoANbLUKdLVSsWEDjdQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 5ps3QUIaqkKCwwh6jIAeeA== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RN28OycXyEqPSAi3lML9Wg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KDzgZA6jpUS+x4qOEd6gwA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: loAvZiqFs0eEqHKHiQIMDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hCc/Ias1UEeDJxm5u4EUSg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bu+q6C90vUeMQpm7y1e6cw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9WEABqc43EeiQs6fY1J45A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: i3PTY1CzakGYCm7sDZeffA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wt9wd8ppvkWqfnWMnNmh6w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: z/efMmdSmEaTjf8GdmHXHA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: P3v4XE+QwUW9MfIXvR/v0A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9xOfKPghu02Kb5EefTOZxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zxZSK5kK5EyfBBr3qXpX0Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aoFxVFIfBESZb7LrPWJMDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VIX8gag82kunK4/yVsSohA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9sSpRKQZ+0ScHE9+dTGNZw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7jpW9N0lqEi/vfBrxNkA8A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: S+npHCVUAEii+IgDOpu7wA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: b1wVbhEYjEmHunEo/+9OJQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentageOfWidth - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ShHOvSeAkkC1+L56xl9oOg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vsn0nrL5iUexKuX2EzpTsQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "75" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +eQ3w5h9MECnx72fCmenaA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wBuJmRVSdUCwDM2f9i2Cvg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xOL3MzMNzE6pHy1KZiJK0g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Nxi5HMnDYU2e6/Jn0FVxXA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uiGV/e+t1USWa1ank5JGBA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 77ho5/M+w0ivHevCdCkWBA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Mn3IzS+8H0eC5nNUbQCWHA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 3hHKU5+C5EaVlZG1MRNwJA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container9 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Progress circle - Name: text8 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: null - LabelWidth: 3 - Name: dataView4 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: d-block - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: progressCircle1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KfclJL5TH0aJz9Qxh8QBOA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: static - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1pV0rGEJzkaK1DqVOKAeAw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZKvP2jN5h0u17DbIU7K8Eg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "50" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W5nA33ATrUOQFJD5eyqUWQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qkNOA8nl5UGgvWNYEqnKxA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CBB9Ttdwg0O35HbsulUYEA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: c+x9PILE7ECd8xYM5/Bfmw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: opVY/Lxcr02spkePsFa2WA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OJJ0Ea9GL02dHNfb72RXrw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1Gj8rOiGM0eMYMcY0WJYDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gPKziR4L7EqRvl6cWZ9syg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XfvuV+PTQEe0eYQfPk4Xkw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0trQG5SX4EmdH5zYx1kjJQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hYvVCVP0N0m+gb8Cv4f6CA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HLqhy3GZ40KwzmksYns+vg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ojOvDWmpIUi+fMTfyqiMiw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2yWRCitAu0mEyVrir1EgNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oSIw52gTNUOZ5T2LBXPf8Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QYMXlG0CHk+T4gS9FYa5ag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RJPokC7cM0aaR6v1NHjFeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fluLqUucmkSC9tKmKYUE+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: i4HqU1NuoECpS6fZZ7QCeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BDen+T/QRE+qgw3i1wZ9Gg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +vBqJJktbUeHbjrr8dC1Pw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: q9fCFRrrmkuwUZCMUGJjrA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iCBZjf/rXU+DMw7lbceKXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Sv8Et6H/RkGAa2xt2NQyrg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 50% - TranslatableValue: null - TypePointer: - Data: 4sZM3+bHLEaXzrR2j518sA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2IWhI2uslEuwoCO3vs06uQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gfXjIrgOa0yvYMaxCbkxVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: cxTsYXt/zEG4datljSnk6w== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container10 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Row size - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Small - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView1 - NumberOfColumns: 1 - PageSize: 10 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid8 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cDguqD5Zi02h478Jjnq4sA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ed7gqoRkk0GLn6TNxkKaOA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: etoEZfmYIESyHQIfu+ZegQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7Z18a97k2Eu6uCZzYlnk/w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JAhVfg4E/0yllZJZqWE7+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hfLr/dZZy0KLn3/4zXnQCw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tsYQIVfg5kyw2AAEggIJpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 0bPZW7LoTE6kfs2UR/sZCw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: g6XWHimUj06q+uN+2sOk7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: efQuE4+CdkyCfnVU+qMnOQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EGy2V5IxBkyk5xsVZC14nA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FD9UDdNJsEeovaeYQKZH7g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qSjVW+y8FUmeKkttRVm2Jg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ra3VvHFEYkKRxEUu+QQGuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pB3DGobneEaPOIgxm2gy5w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nCa0yhmRX0KrvFneKWgcfg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZpaTcAw6mEW/kJsE3k9L9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZxXBJsqGnUmK3Z5PBcQ13w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Uh9z7Ezb+kqR7MskogRbog== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: Q14X495YKUqjBeqv6Jh74g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0bD6IDGtNkGqKWKddAqy4w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZITzPEK5lk+CT495Nup5ig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xCPQk5AoW0aLNmaLFXmX8g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "50" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eXlfOCqqEUuSvNohILRzVg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4iG6W9alRkm7kh+WwnOa0w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qLOm4wKfokaxwt1abIFfTg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: snzpr7h4XUagpx30L29qLw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "50" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: L9TCyEiKKkGxheYGIESlWg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: noIWk8AYfkmvT48iuTaezg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jleWwxVH+EeE1EV3nlyIXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TfTedRzIakmJtcS9zmj7yQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Veo7UbwtgEWEErYIOjFa3A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pQckp1ppYEK4jYsABZ6hig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rs5W0h8ock2PssMWVMPaQA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 2WfGoaXruUSpyM2UUqNYWg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text29 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text30 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: text-semibold - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Details - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton5 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Dashboard_Action_Center -TemplateCategory: Dashboards -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Navigation.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Navigation.Forms$PageTemplate.yaml deleted file mode 100644 index 83a3b39..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Navigation.Forms$PageTemplate.yaml +++ /dev/null @@ -1,717 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton17 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Open Page - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton9 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton18 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Open Page - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton10 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton19 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Open Page - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton11 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton20 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Open Page - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton12 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Dashboard_Navigation -TemplateCategory: Dashboards -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Page_Settings.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Page_Settings.Forms$PageTemplate.yaml deleted file mode 100644 index 2be46cc..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Page_Settings.Forms$PageTemplate.yaml +++ /dev/null @@ -1,953 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Manage your data - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Use this page to view, edit or delete data. - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: 3 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Weight - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Light - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: 9 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListenTargetSource - ForceFullObjects: false - ListenTarget: listView3 - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView7 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: First name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Last name - MaxLengthCode: -1 - Name: textBox20 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker5 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Job title - MaxLengthCode: -1 - Name: textBox21 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Dashboard_Page_Settings -TemplateCategory: Dashboards -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Status.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Status.Forms$PageTemplate.yaml deleted file mode 100644 index bb30e34..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Status.Forms$PageTemplate.yaml +++ /dev/null @@ -1,3151 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: background-secondary - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid4 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: text-large - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Success - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton8 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Success Icon - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text21 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H3 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text25 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: text-large - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Warning - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton9 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Warning icon - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text22 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H3 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text26 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid5 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: text-large - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Danger - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton10 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Danger icon - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text23 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H3 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text27 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - - $Type: Forms$DesignPropertyValue - Key: padding-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container9 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TabControl - ActivePageAttributeRef: null - ActivePageOnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ActivePageSourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Pills - - $Type: Forms$DesignPropertyValue - Key: Tab position - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Left - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - DefaultPagePointer: - Data: 9xgYIgwemEa44+2BxqGv0Q== - Subtype: 0 - Name: tabContainer1 - TabIndex: 0 - TabPages: - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: All - ConditionalVisibilitySettings: null - Name: tabPage1 - RefreshOnShow: false - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 6 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid6 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image11 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0cwapbFRDUOeF7xDEawsxw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hd5WOXlWG0mzA5IppzvwKA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3nT9EyrXzkezY+gc/VS93g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uqDvocl2HU6Q1De3YgIgsQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hUBqDnpStEihvUSXxLE+7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BLvp40lG0EaZEIykTs7Yhw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iihS3GiyHU6SK8C2H0ZbNA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: jLieo9+Nd0OKrtwy717EXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zd8VczzBPkqYr5073RXsXQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 743CTVQCYEiGZkXteQfvAw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ka5Ewmu+6EmoZE2Q5VDiZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: h466tDiyfU2xnY15KlEKSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VuUjeP0TG0y6dePXYU+4dQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: s7N+EKLBu0upZt4mhaYMNQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 82VYH+ARDkKtcDJryIX9Eg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fZbyAWHbLkadPyHkbTf+5w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ku4/5AJZeEafYrSPOgA2iA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ch+lTlM0gE6/uNL1S/83OQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 94qqPqUiLk+MWLcsKzQ8YA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: luqmGInbiEC/M/wDPioXKQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GHYjdk0/WU+xZ2Oqc66TRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: a2As0NyhpUePDoFK2OZjKg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AWPUwLtplke7qeo4FM4U+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NlhCtf/phEevjWVc6desOA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j00RxvSXDEemmLXF3F4U+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uyJbFME/u0q/CL2byBjjDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kCk0i3Nh70GFGS8okw2q1g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VPEdyLeVEkCb+2eDSuuN4g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8Yd9tgF3WkmVHq3oG+K9IA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gscF5iGbAky6qJRIX7XRfQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6S5pzXTHKkuWIgCUQJsNWA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: h3bnvy18rkG9vVSaFXyesw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ocp+Ggpq+Um4ZTSIqk1yIA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: F+ZoCed6q0OCjaJaVd8KBQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: RyHCGPToR0etaRErYcAxfQ== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text41 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Status 1 - ConditionalVisibilitySettings: null - Name: tabPage2 - RefreshOnShow: false - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: background-white - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bordered - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView4 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid7 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image12 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TMetV/rUsESGSDD/mG4xCQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 215nQXd0C0a9Q5Zl/rjUSg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 42himpzTSEeRgJ7yvTBDPQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ILp3OMZ0VkST8N0EUtwqCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LVB4D5UvWEu1NxqMc6OU8Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 86yflD2gdUmZ7LQVEy+EUQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MD++mv31Ck2pKWZOu0Xebw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: P9fT8mUyG0ei1HeSB5AR0g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: T/kwLe0BQEaYcLuilA07PA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2R2aFh/Sl0qOYueCuvaOzQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: U0rcrUWoVU6aVnuqRgj66g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O/DVYtZu0UiaekSK+Sa1og== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1FlDA+cx5kOLaUWP1Y2F4g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o0WolZHjaEWXWmkNi95wEQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KgJcmhnBCkaof0KxxwNQWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3E8mFSegak+Fvb2308iQ1w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y/d1s9FxNECPU7as9MUFDA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1NiT5fyljEiDOF9JBN4w4w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HdiQYrmxH0+KTjG6IkbkPg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: mjNFjIvHjkOuRIM8qzpEug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X8+3kREIpEWZqI9EIRGAbg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZdzXR+uwBU+p+7h9oHcDDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eh5fYbOwYEGhrg1VhWQvrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yU05lHm2Sk24SBcDlkDZAg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LIg/VhHoGUyDyTROXZxSTA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WK6tkOEWOE+Ap/AahLF2hQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rkc8iKnBn0Kjr7z8XGJDYA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: itINAuJDSUa+J2GYNBwBkA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2hSWlk63NEGkWRVAWsHvzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7clmU/a3QUeBXYTXx81WZA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NJ2lP92q0Uu32lqwzhtcag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UXTNeGqowEyY8vt2gIS61A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2Dr6H3gY1kGPODVr+sfAaA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HYjwHbaaaEGF8J6XTDpGDQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: ECUgQFH6Z0G67XN8Ksylvw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text11 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text42 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton6 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Status 2 - ConditionalVisibilitySettings: null - Name: tabPage3 - RefreshOnShow: false - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: background-white - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container8 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bordered - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView5 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid8 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image13 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: n2Jo0WgTBEqCZ2cGBcszlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WbA4uxUR0UKrJ94CQ+MXzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EAmtjvt91U2SVz57Na57JA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: y69HWDgpjk6pKaaetPTHsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O+Critl+QkqYNOAkeigydQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NL2JKn1VXkKve84natqUyA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Z/8Hdg8kCk+SVryNbKuJyg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: iegYF+nA8Ey/Y25i1dZU6Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1CFgeGQre0SVB3pKfoCJ8g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tJ/le3IR7Euk7ZJA2595vg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Zn9Ozwi5TUyBB6DmODFD1A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OJMLaY4HGUKWcjuuq6x6Gw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZwejqrshZ0Oz2txavM2Dyg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qTmtR2syBkORXB/Uot2VjA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LwMwfQ7jzE6JIFSjfsw6MQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4L+Lzoa6NkGJScdIgwYNrg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lqF4UzZ6r0mV1o62Od5f1A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HPZLBVd5JEaChRzssduK5w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JYqgrHVDR0KYc1MlDIdUNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: RdaIqKlQxE2RY0QYyDvYig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZfdaGA9k3UmK9oXP295Xqg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NBsvSKCn7kGcT4Oq9hLudA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MzNu+hqgrEaNomUJsegjUQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZJkW6mJEbkKjLpAEaM3d2Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sn44ITBbakKAxk/BhjnjAw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6M1MPeXPkk+NOMRDBsGClQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zmR5pDZYsk+cfyF/Mxa/tA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QGxySinEHEqgwaxc7DAtRg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VbM6bOea+02PT/S3xaW32g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ROktaTLRsEaKC8KXh5QY4A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: s+MBBBpe+E6w2GlNDQQUIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NbD+g7AySEePt1GH1QB2Lw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WlNXakV4IEGPAmEVD6B40w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tX1N5kiKGUa15iHTFj3aiA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: Af6FDWVRZUm9zUf1YcxBAg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text12 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text43 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton7 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Dashboard_Status -TemplateCategory: Dashboards -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Transactions.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Transactions.Forms$PageTemplate.yaml deleted file mode 100644 index c27bf20..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Dashboards/Dashboard_Transactions.Forms$PageTemplate.yaml +++ /dev/null @@ -1,3707 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: 'background-secondary ' - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid4 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text6 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: lineChart2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Fz+gyjPA+UGaqMdqclVj/A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5k4pLbT04k+0g9/cOQk5Lw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: w4zF9qzfp0u6xlFDDRrlkQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PLmVsJoS3UCM6xeyNvezZw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qE4GnZtSt0GsDe+BWgofsA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: biSq83PNVk2kviRS8iD9Ig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qxbPRYVdqEq5FNlLhoHlFg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: 6WUf731V70+GbK9pQyYxDA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: chdofwRxC0KVX0pk1J7B9g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: 96ONR1DZs0+1T2uYMoo5Ww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bcQTMwqDPU6zSV6jtXGnfg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pWFWTL2s1UCgHT2DUrBIzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: A8PIsR5OyEaVyKWQI6+IuA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: h/hxFSTefku8CRsvkk225A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TOWWBgeoE0y5m3alCOCMZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2UWe0yqFC0erQBc8XInnCA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gKZDSKjocU+L430ri1wSVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tspXX+BbIkSH805KX+YtaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IiX3VjQbpU2q2YHjAKwM9w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentageOfWidth - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SW/nWA8GwkulIUcE2ughKg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ybzMb1EIdEmg/xJdHD6+dw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "75" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: M6AKujaCX060iZJMlg9zRw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: emQMX2DED0qtzjLm8GEmMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hFyneS89ZkebF27qhCH/CQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aGOlIGw8tUicSAr+vCyuBg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: edXDEaCUDkCxTuqzxovkMA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GuFntTcGHkKjjS2KAs8MKw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DPO7dTpjZkC721B+1AIf1w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: ppy8pheDnkWUXRp+Hn/xcg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text7 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: pieChart2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Rl09n/B0cUWhsX+JtGNkiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: i1uCP78zzUqRcn/zDJVYLQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GwfzB86yXUSVRtw3w2pEWg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: fUkKmohnRUqPchvXjJccxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Cd7yS5If8UCHnWeUONcE+g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ppt85gncLEu3isby1bNBdA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lqrH3wPsGEaGqzzu6BQfnA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2Il1xNp5WEa5n5ArD6GfnA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1PicGNlr3UuSzOzE6XHg2g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: asc - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jVhdOlHYZkCGz7yVyweZtA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SAoOLtC/vEmlpYfkvHr4JA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: s//qSmBg1EOOcN+ayGkDAw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qvkMeYGUD0ydTZdvwtTwcA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KNfa2PpBn0aqtsJVmgiK7w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pVO7AtLvikaqL/5xF8Svdg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PCDKpsi31Ea6JKtbhitKTg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tScNn7FlpEizusNOtkvNag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zKrEpdZ2EECftk5xrBMiig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VRPSmnipeUe2a8OzkzGYAg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YOxiNmW9UEyCH4Hr62/ENA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xfLo4as5IEGRY5n21eEUUQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - TranslatableValue: null - TypePointer: - Data: 9hrOyOf8IEaxoALBTH9aZQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YRTmLLysQ0uOD3nJ0u1/hw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: w7WKrppsqEaf3thA11bDYw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3nf5Nxg/IUG76FhwGF1pIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MHM0LLzYMk+mzdU+vvKtBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y3/BdGzV5k29QZisCvstkw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentageOfWidth - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hYAfEHfRjkSbapyVXSSYRQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1hMvzriziUy0qKBoBIHP2Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "75" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9guKdqiBskCq2DRHx416hw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ol6NSInG5k+2/VUYmnFBhA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FJk5zigGnEqr8cAQrTHW9g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WpBtGCAKP02yGsQGowQt+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1WKOinNE8E2nRjtnHtQdig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oHSPcd3hD0Gh2xO7u/3Ckg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YLEF2oLKl0+/TmfT52Toag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uHqB9en21kiLQNdA2BENfg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QIJBDXiZckWACyvyiqkomQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: a8OXULf3T0aLQAsOpfAo7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GPfuKdPsXEuMSe4E9TT9rQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: G00Z0hh0okS0VHhVY74cMA== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TabControl - ActivePageAttributeRef: null - ActivePageOnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ActivePageSourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - DefaultPagePointer: - Data: FSg3KfdxuEujsSLK5EtTzQ== - Subtype: 0 - Name: tabControl - TabIndex: 0 - TabPages: - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 1 - - $Type: Texts$Translation - LanguageCode: ar_DZ - Text: Local Users - ConditionalVisibilitySettings: null - Name: tabPage2 - RefreshOnShow: false - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid5 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Hover - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Striped - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: grid14 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4LhxEE9yykW6rk1cSdHnSg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nIOgln9hGUq6UiuaMFX4XA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: epMe9pchGEeVewPQu9NAqA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1WLhRjZThUWj4bs35GHNhA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5EcEk1qFlUyY3c4l0DNtJg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UDQKi1fz0UG3n3tDTy8ovw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TN85AnD+Ck6HXek2twTMnQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: I0VaQJzfsUKYjwgSTLmmsQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1DvNU04Py0y06VaIsqb+dA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: //piBQMhIUufcN8OEqQCBQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QbXtaoV1zEGnL92/PRXpOA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S3mpgUfuf0qQljFfhdAJNw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: QuNKALOFSE2xo3n9C4RoNw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: anDSw0xm7ESIzE1z7qJ27A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - TranslatableValue: null - TypePointer: - Data: G/ITygipWE+vf7StF3Xflg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aXL7dx5gXUaTfimf9PPY9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: HknHw5R5hEi2aPisZNhYZg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hc0GQ1K11ku/TZdKpYDuZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PzJZmFXSj0W9ug7CQR90DA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tlscp7fkAEGFA5JxrsdQrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pwX3v7Em8kqyvwUZbBQb8Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dVP/enE3pUyzlwPOya7JSg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +4xl5rVlvECEFMj1BXUqqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NO28QxABJ0WNz7YVnR/KZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3ILMuGJ0uUaVZws+zGpcBA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YoOTA+Aj6kOMNkIAtC9AyA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PaPzkzgUIU6hq5lNZQ9LeQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NbqjMka8QUC/0DcwTaeJng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +WnEsl58TEa969aOJ3sbQw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LhA7t3yhsUG+Va+z8g5c5g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9Kf89XadA0yvMuzSA8PCCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BfMYNPxwbk+etox3N90YTg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qNuLeC/LW0G8PA1b74d0kA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Oy6fFu96XkWeG/SOS6hqig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8cLARVn2wUWXiTqtxIvBpA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wp8LAD/TXUWuBEaDsGKKNw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Khub9LJm3k26ovEnx5faSg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LLP8hi3ack6YJ4rSEcMwlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: y4z7V3JD0Ue5tYnr2/GR0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lBDLXHK54Ea256ly5pEWwQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: H+/ttPP7xUe1c82ymfdmBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Mwff66WTBEytpewK2ml6Yw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SF5wacxFH0OezAe6TKYXGQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4DOLmFzBA0mliJ3OAfIvZA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HuoszrFujE6dXpeRRgNtgA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OSWAy9H4skSuCJSw0okwig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EWPU4q1GNEmiRUhPXVSX/w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: l80PBI3Hz0S5tjRLbzUg/A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LKvt1ge2/UW8tCUu7LS7qA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: jWftGz6YIEGHU7z2+FS8mQ== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UDQKi1fz0UG3n3tDTy8ovw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TN85AnD+Ck6HXek2twTMnQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: I0VaQJzfsUKYjwgSTLmmsQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1DvNU04Py0y06VaIsqb+dA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: //piBQMhIUufcN8OEqQCBQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QbXtaoV1zEGnL92/PRXpOA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S3mpgUfuf0qQljFfhdAJNw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: QuNKALOFSE2xo3n9C4RoNw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: anDSw0xm7ESIzE1z7qJ27A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Last login - TranslatableValue: null - TypePointer: - Data: G/ITygipWE+vf7StF3Xflg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aXL7dx5gXUaTfimf9PPY9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: HknHw5R5hEi2aPisZNhYZg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hc0GQ1K11ku/TZdKpYDuZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PzJZmFXSj0W9ug7CQR90DA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tlscp7fkAEGFA5JxrsdQrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pwX3v7Em8kqyvwUZbBQb8Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dVP/enE3pUyzlwPOya7JSg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +4xl5rVlvECEFMj1BXUqqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NO28QxABJ0WNz7YVnR/KZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3ILMuGJ0uUaVZws+zGpcBA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YoOTA+Aj6kOMNkIAtC9AyA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PaPzkzgUIU6hq5lNZQ9LeQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NbqjMka8QUC/0DcwTaeJng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +WnEsl58TEa969aOJ3sbQw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LhA7t3yhsUG+Va+z8g5c5g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9Kf89XadA0yvMuzSA8PCCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BfMYNPxwbk+etox3N90YTg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qNuLeC/LW0G8PA1b74d0kA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Oy6fFu96XkWeG/SOS6hqig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8cLARVn2wUWXiTqtxIvBpA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wp8LAD/TXUWuBEaDsGKKNw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Khub9LJm3k26ovEnx5faSg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LLP8hi3ack6YJ4rSEcMwlg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: y4z7V3JD0Ue5tYnr2/GR0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lBDLXHK54Ea256ly5pEWwQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: H+/ttPP7xUe1c82ymfdmBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Mwff66WTBEytpewK2ml6Yw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SF5wacxFH0OezAe6TKYXGQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4DOLmFzBA0mliJ3OAfIvZA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HuoszrFujE6dXpeRRgNtgA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OSWAy9H4skSuCJSw0okwig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EWPU4q1GNEmiRUhPXVSX/w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: l80PBI3Hz0S5tjRLbzUg/A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LKvt1ge2/UW8tCUu7LS7qA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: jWftGz6YIEGHU7z2+FS8mQ== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2BNb5yJh4E+SAnSl4G3KpQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2YTuCNymTEmYmFBDtZf+tw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: daFoDpnXgUCvmNz6a2NFHQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tUQmNt7O7E6KVWCSueZKJA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "20" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: J9VttnEPpUuJ7P9EpLBkfw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yXf4kDUvEU6dcTUozu+uKw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: buttons - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mpf61ksuEkCaJQbzNoHDjw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9Nhhy3xXw0OkDnfDEvYLNA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0pqgJKGYQUaYLVYsDsU80w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: roF+MJNbCkecyymm4SGiXQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PQSufUokT0e4848CtWBtiA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bqsYz+gaXUiOsLHkZ0OU9Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KP6K5J2o9Eq1tXazXaU6JQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 96rp6jwjWU+B2mSHr1nZ3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uut/ebVdMkqgHKFKXi4GbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dGWsuCcomUimzraVBYUb5A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aZAGjuL6aEqB1u5p2vM/wg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 42ZzAAC6MEuhx1W3MKhpaA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rG4eqKpVR0+LZ+3Li5graQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IiQ4goIimUithr1AajTMjQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0vkXtrSKVU2Vr2dIDZa0Ng== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KptjhnGbX0eUigJtNnAeYA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PcISb6ut3ESMlQb1/NujBA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /twnb05VvUS05kL2VUvHmw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DYtKa/KunkuemNpAAfdkjA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DLU5YErh00eiSAULDJiesw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FSWydFslpE6sAkrHf2h3ZQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: N7UkzZk94kWKogYjZfPVAg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: T30Sh1MZMUef/LKodufGIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JlhCeo6Xp02cpOJ9RkJuWg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1YOJ3gd5Skm3oX4QbCKHDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OWvdJMp06kmTaeBL4idGAw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HQXq8e5IUUiHWsDxYBhoLg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PvuQ6SnvuEqPP+QUZsO7sQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: qg3esms4Q0qbzqs5ON5G5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zLF98GoAJEePNbjx2B1JcA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O/xrch4wI0CtwdsinNygaw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oLJqiPFUpUWDjpX7LuP8xw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3hfMMnc/Ok6fcQJL3OvYzg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9e/+mD4rzUW12fNsh66KGA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xKQqUShtPkyDG9BSO8uHWA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DLk3pJ2wi0yN+memlB4uNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /msJqtJBy0yIne7i1ZDyDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5y10THsR8ky7Da6yTkUdbA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: always - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7z5nX/GL5U+sGeYAWvUwWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bYJS+oww3UOo5lweDU0oGA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: single - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /l/OCZmnSECT9eJWNqu1AQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: D/OKc9o0l0iYr2JUeaIvuw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QFyTqkHUfUu4ZwxFBw7hkg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zZe+xKPAek2QqbfMGVWq9w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Export progress - TranslatableValue: null - TypePointer: - Data: 72r+FsTOTEqbS6UCmOvnnQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YOQDEepb1kWpVZFlC31nyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel data export - TranslatableValue: null - TypePointer: - Data: T5Tl35crxUmWIEoiYAMjnQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cMcdbrjLZ0uKqePEo3+dxQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select row - TranslatableValue: null - TypePointer: - Data: hq/kCRbgM06kjjTFypcQ1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: fMWoftYrNESKSjYsxHosvQ== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 2 - ConditionalVisibilitySettings: null - Name: tabPage1 - RefreshOnShow: false - Widgets: null - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 3 - ConditionalVisibilitySettings: null - Name: tabPage3 - RefreshOnShow: false - Widgets: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Dashboard_Transactions -TemplateCategory: Dashboards -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Cards.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Cards.Forms$PageTemplate.yaml deleted file mode 100644 index 9963ced..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Cards.Forms$PageTemplate.yaml +++ /dev/null @@ -1,2264 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1000 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: null - LabelWidth: 3 - Name: dataView2 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: link-back - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Link - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Back - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton4 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid4 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text23 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: badge1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y1L5pwI9l0CondfH65zWwg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: label - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mU6xHqA/eEikZqExdFXa5g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mm/IFCPBn0atEBQcydsjuw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Badge - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Badge - TranslatableValue: null - TypePointer: - Data: MYQsr7TSQ0id70MTvSQ0fQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: itQuv3Be1EmLJZ5mzpHppQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cAStG9qnXE+y7QUP6sth2A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: LVBZNWavy0+XMR4IEmQdXw== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text24 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text30 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text31 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text25 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text26 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text27 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text28 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text29 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: progressBar1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2r101Kbb6UeF5Ikf1sJxGA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: static - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: l1XVRXFm2E+5DYYK8KnvbQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: al8kDoZdNUmN7oBKXguevA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "50" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: B0M71KaP9EOTQ0PxMmhwKA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BupwFn08AkGCqTOD9YyegQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GxR8gLWYjU+sX541AJOVlQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eZNvZjFqgUmdD444lwdxfQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9BIOgbDgJkmzAwUmlT+2EA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OREG7VDU6ku01JaY2d4Gjg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Th9igzdigEGUMyHy/Ki2Sw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6PM586VZPkmLTv0AEZkO0Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gPb7CGjwtE2/2rruEzNtXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hlNjJt5jf0G5xWvbHDYRPw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: y1vOXYG1Z0uzMsyGbZ7PBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MHb2XVj83kO52uL+z03egA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GUpubTysn0uPq+EnVmhKRQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bSBeCPr+s0ytfSfRgZkH3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZPbWDXO+G0qMA43lpxjWvg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JO7t+RbINkeIx2AwLcnK8g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ic5oJp3d/UGnM3NevpfP/Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gQDKGY+XkUG5hyaIuHmDgA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p2orqH73H0CrLzEHJGUZWg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eHgrX4LXSUueZOUDJO+pEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lOaYmK+Uy0igRn/RHSwZXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XeYMp+lwP0me72khgpyYaQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: text - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XAgcngwoik6sZuSEtHnb7A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yxLS5OZfRk+WXrWtgCZmkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 5jPUEkJjF0SzPiRpUU+KNw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6/c7Ho/vqUSzDDAmVxlNKQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: isqhHdmiJUeSm0/cf/u9rw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 5Mk9AX4OE0efjFG3rXYGzw== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text32 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid5 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image11 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CrAHJbvVrU+Ui3URtsIZbQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: whB8vXeyHEGnHkFSiC7kVg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: T7Xt25XxZkOh2g3KdRjjcA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: C54t3v1Vqkas0kexoynGfg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kjlt+lCu2E21fqU7VNb6Pw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xKxJ/UWl1Ee1lx3peyKVew== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +K8aYdN/4EaRjDRE7ldx8Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: WZfSIOm37UKXDyc8VPr8Zw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FbaaS5F8Z0uaICwYsTMzzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CBA5FJQjQkK7IfyWGMtSkg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uheUiVNn90q1cUM1a7dF8w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XkZlE4SnVE+OhkPca7h7kA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BxAUr+cs3kSlXjiaoZcz/Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eraaCsVvKUqIG1Ipij3WEA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7gtcFB/awEibt6PH/l8Nug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VWAlBOxGKEKOSc8FfdeJpQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: E+mwC7MoMk+Zth7Ik9PADQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: H7zjijzN00urGQiybWO4rA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rbtQPrjXuk6WCUV9ZtaQSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: g2WamyjbSky/2ddca2O07w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: asOJ6LZcEEO56GUJFxV4yQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cCTCjxHNoEqjXB+MXbWFVA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: q+8PASuNKUO+UioctBJrlA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GljnF7qsG0mN1rnBFByz0g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f9LdtT+ZO0mnDlFVob64YA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aOuso4HgHUec1WpvD9sB4g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: N8UYYuzj1kq0mNKRk/tOTA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yx/oOSQFiUGxHA/I5fA1FQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sNHRrvUfSku0Riu4lk0jHg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XubL9/XQuEuqtB57BwyHGg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KfdazCFYkEy+a+1ZtcfPmQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sIqkZDLq7UejclOL7lHLdA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: l2XkR+9WPUySCqBjW4+zKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HrbHA+GgnkelWmFqsbVxDQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: gxsDEEGD10+PF54YfceqRQ== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text41 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton5 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Detail_Cards -TemplateCategory: Detail Pages -TemplateCategoryWeight: 70 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Map.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Map.Forms$PageTemplate.yaml deleted file mode 100644 index 68299d1..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Map.Forms$PageTemplate.yaml +++ /dev/null @@ -1,2624 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1000 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Never - FooterWidgets: null - LabelWidth: 0 - Name: dataView3 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Text - ShowFooter: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid6 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: link-back - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Link - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Back - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid7 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: pageheader-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Rounded - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Q2Dnw7NCTEG78cqvgLj0Xw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8+2I0X0Mh02vVYCV2xJagQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TSLhM59WWkClB684NZi+DQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TpFyRI7uNkWBxKRBXOBwag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ia6htGhw9E2qhALxW6W9kw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vwP6EqeDxUSju0NNg3nViQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YuRDLscI8EWN7v+eyAjkGw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: PSmYcFaeiUO+MWxZLzxsBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: v7GqK/1e6kib2IXBob/lUw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: a6G7bctPsUykf1kKRHrpHg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LxsySdPETUu5vvyeCiKMkA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IRcVqCIj2UWsUGlSFmvFrQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4VTZP262Z06XOsnsj6Xpzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7FlYGvhmgUWoIygAJEx51w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SKinTVJkxkmMcaBcQrFG+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6UNo8qR0/Eu8NZuvnVfCNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ptPzUm9T+k6d6uilmjqUag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5t5KEa8SsESVQOCsSbI0qw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YZZIgukcjEuDmQJL3N/Awg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: znzEJanbxE6M1EJf74v97Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HSDCUDWvT0yJXEtHlE4MGA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zHkIAAfISUO57+L9Bs5D1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xYvdgUCYCEmKiG/UtQB7Iw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tC6a6wHqd0SC9uDUfqT/9g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yu2kb+m5X0SgE+GQazluQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UO8eBsj4W0KKUgUX7vDxlg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TuYd1NUyh0CelzaG/jKFUQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "64" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zHTl8i79wEKJgh1252Ujng== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gY0UPNmbNEaOliFCzN5hzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ESuf/cQcaUKYIfMKBctzEA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tLK39uuy3EWFIIliQQJY/A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: j6RoEYK7qESGmvKIs17Cqg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mCUu3+sgAUqYYrbprNQA7w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ziz8Nvv+MUeqMhwjlqCVXg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 5rfp6q5ZwUKoN8UIbehy7Q== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Title - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Location - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Date - Name: datePicker5 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Description - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: 4 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: maps1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eDMXDGQzz0OxzbAIXMzb1g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: openStreet - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OOJvPOY5XkK72cUjn9nX2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VZNx8ptbN02/mWcCLU1+Xw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VYuubSz64UGQ1wqKO+lsuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: No3twBEM30KKlMVa2EF8Jg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DrOs+vwhykeYRy0o0FpzSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WqDulNZHc0y642jWKV9X+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentageOfWidth - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tQuDUcGTo0mXkKKbv93C6g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bzcX9hSLgES61Vp3PIewfA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "75" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cDuZ/toO4UKlJkoYXGnSWQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: D3GGfPvM80eymK1HdqHytg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o3JDOe7/YUOneibBXomSZg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aoQbyIaMcECYaxhjbzIXXQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wtN2h78YHkuf7WtMQFJnuQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: p1bO0iHMfECuZAziUlZVLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BlMocnXns0KL4ASbioklfg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: peCD9wrUnEGjlRya6Z9j7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qSNVoNj+z02UKrzDwOHM1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EEh5xu9hr06mBwo8CqydOA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: g8AYUSLej06NhI2V/G3qzw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MGAot0Z8+UmSrh8QMry8TA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: a6GqyCW/ikGWk6azs40OwA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: r3/oI1C0t06Y3UfJgXUO7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 28rG0edqekyMAXBC7ULgkg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yJB9MtbqrkSg+vJjyrJa9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lO2PR7/93EmZecG4uPAl6A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X8AORAqH30CsSrtfNyJedw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EcPzlcMD60GKc62He3fbZA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: w9Fd71l1cEORBoBCm0o9lQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IGqLhIeqAkyw6h9j/6NnBw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 24G46N3vmkuLBmuHsvbcFA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yC7L8XQhsEm3bWxpVYKVgQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: d3fm28RogE2H2b6/b5GRlQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3s0y8cerK0mh9GIICOXJ4A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3Jy0ABTvSEGjVljFKIUjug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IXwfYLwnKUaesnCOYUiYMA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +u1HlAr1hUGVEZheDw9odg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TA2vHZ6hnkyJ/YCmSrDLcA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pqKtPVZRJ0aukRT+xwad2w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WBADO/1TfUecds8zC2a3qg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QfrLQnvd7Ua1zRqpsWiIEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MXpBgyuKNEmyv5o7lHX0Dg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sEhuU6pWzkC+NLS3C6mCzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5CxWVbBl80a8RpZaRDluQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SOqV6WnDDU+WmNJit4GT7w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: automatic - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: r7DnASE96kOZ0DuidujQcg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: ZCI3qNNAaEC7MtX9yNcOqA== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text11 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: lv-col-md-4 - DesignProperties: null - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView1 - NumberOfColumns: 1 - PageSize: 10 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Center image - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Image fit - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Cover - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: syVPWT8rRkO7N3sJlzOLdQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NZ39+VhWu06GC3wyksZqJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +ih5WF8e4U6o6B54aFsthg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Qo28WBBhZEevcCSrymsBjA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7ItNRWl4DE+5F9XQxhKeqA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: T9EAntmEmkyr69hMRi9WPw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fgVXh7AEgkqCpKmJg78Tgw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: fDtonWSl60SGP4SjPiIjrQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XWezaUWuNkyTlEDcuQrAIw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NkvCcasVOk6ZzJySsjQadw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PvbFfO5x4EyWLaf8R6h37w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tmdEU4b+1UCc5OECAju+XA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9JzSh8x44UeMbs1SSaZ8Wg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ubzDviuuwUqpCSXUbtNxqA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qHON1uJLIE+H/jPUq77lXw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WXod85hWWk6vj0IIdBKu4g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uUEX1bJQVUK6BR2DJR19qw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cFIqmE+Er0GowgI9A6ed+A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fZ+YoPQsr0iwBa6aNPkZsA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 0ic/qcovKUCUkCivhU8lQg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XeG34ITIsEyntVkQVo80Pg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wtrbt4TDz0i7hcjoD+RNBQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rVetxfjwlEChqcN425OTLw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yhRGxQkA2kSzBgHxWfHWpA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7lIcWgiEyEi9vNo2uKP3NQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: M0ROgexUQUm6D4xoA/iotA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uDeP2UPg4E6VX0fH+dfyxw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oIHjctFdVUG+7f8BNScgtA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Cil4b7D6WE2SkJ19zPhgUA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W0QsvZUYoUuIcUEhdfVpjw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iUetWwvSxkmjUiftC9Hbrg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UMtQeTWIBUyKSRZ3EV0Jkg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Rs0/xSeTAkKHOUUV7npa4g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KWWNbb+QdkWz7HazdMtMMw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: WYa16b2RZEGkEqRSG/s9WQ== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card-overlay - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text23 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text24 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Detail_Map -TemplateCategory: Detail Pages -TemplateCategoryWeight: 70 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Summary.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Summary.Forms$PageTemplate.yaml deleted file mode 100644 index 05f06a6..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Summary.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1833 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1000 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: headerhero text-center - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: headerhero-backgroundimage - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Center image - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Image fit - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Cover - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XQutZIeBXEKKXgZizcJDXg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: V8mZSOlFUkOogkRLwR0GCw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cjQHNMulNUKmP5OI8YOyeA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sGQVwc1RIUGDCrOAFRH22g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eYbppUIyKEi3S3R4LI5Zxg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aC8J4JlFDUi44d2hv0PbRw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jgHxHA5BbESZ7kNSkCDAEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: TO/YX3ypbUynDnlVX9FTpw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fF2ouqPPAUyB/0Js+KcsCA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: R4tEIIX8C0qwTuwOyHewug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MsC9pyiJ70yOch5ObKq1vQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ebHYZSwcKkKItUvBDQZtlw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: c9u9PXciJ0SlSq9YAx3iNQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +JB3ZxYnv0WFavgY4U6R4g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UmJbUYWqK02URISahEqc8g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IekDXhf/2EqcsOE8WDUTTQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HT1Qj8r28k+7uZdrAnbOvg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ymv36RGJYkWFGT5UJIgaxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vO+FGumlcUO7plMIaieZDg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: ENHZ4/ZwIE29XkmJtXzYsQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aXBdXa1/sEuKh03Wk49hrA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: E+/iJWOcgESApLaUhNmBeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NAa4GhexqUCNU+aLBv24cA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2wAbokN2lkuJ/QR8vedkZA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NTib/ty1N0y8pmrNb8gBCQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YG/y5khNoE+BV10SnygOWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ohw20dNkZk26U8gePQXFhQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4C/ObOyuXkqhMEODddAYFA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JNIhV++GZUumx64I5WExmQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Dql/7N3bgk2mlpXYPlDyeQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EmuIhgJLDkqwtSn0sppB3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pey5VlpiBkWrNPlikY/ZlA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JyDZKFZLTkGwsRJd2C+5Yw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BIgX/X3ttEOnRnXEukU59w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: vjuZZUWvUE6wHLsQpZKktw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: heroheader-overlay - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Header Title - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text5 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: background-white - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid4 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text6 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H3 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Never - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Submit - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView7 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Text - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Background Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Title - Name: text47 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: border-bottom - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Line item - Name: text50 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Value - Name: text51 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Line item - Name: text54 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Value - Name: text55 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Line item - Name: text56 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Value - Name: text57 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: border-bottom - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Line item - Name: text52 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Value - Name: text53 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Line item - Name: text58 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Value - Name: text59 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid5 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Total - Name: text60 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Value - Name: text61 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FixedWidth - Form: Atlas_Core.Atlas_Default -Name: Detail_Summary -TemplateCategory: Detail Pages -TemplateCategoryWeight: 70 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Timeline.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Timeline.Forms$PageTemplate.yaml deleted file mode 100644 index 3fb2f62..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Detail Pages/Detail_Timeline.Forms$PageTemplate.yaml +++ /dev/null @@ -1,4662 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Never - FooterWidgets: null - LabelWidth: 0 - Name: dataView3 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Text - ShowFooter: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid6 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: link-back - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Link - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Back - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid7 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: pageheader-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Rounded - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: anEa8ta1+0aIGMNUH1NejQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0JQHXrSKQ0OD56mdSDa8nA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pXbkupZzyE2UCVnP4VTjKw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VM5a8DxW2Ey/0EBC8BuAXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MF9r3JCr2UCA99QLd88bLg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kwPtpAH690Kj9mpzYtc5VA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fk2IiYhmVUKNWrT9bHGIMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: gKuWlXh98EaZasc+luv2uA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ODYjnxrWXUODqOezzlXe0w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: z+Y38f5n7UyZmxs836NTKQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /hzCJ25v2kC3nAMszrKsMQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hzW5pWkefEyDIN93IvWqUg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vZ1cX7CpG0yC+e6VsvklfQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Z/NhnpQoskWNyBh1cw7JKw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0ZfzIkpdeky/2y1MIjOCCQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jxUURmcIlk6/8uTs2RcSMA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dFO2bpYaH0KuewtfM3d6RA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eIi+0LbruE2JUzs6Ed8+DQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: u3t8yflMJ0eEtkhwpU35hw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: h/iMFZpB3Em2Re0RoP9ovA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: d+mcGI1ZcUGxLXUKs44T7A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZHWFHhM5pEiC85bUpzA4ww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /23I88Nk/EC3+RABMEU+iw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: m//mRudhf0uCMn0pzzIiLw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qHsDJkBTOU6zxbOfKYfbfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nKY1+bWtaEKOUL1NefsdfA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4ScQYYOrUEe6pa5JSqF/Nw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "64" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: niwOT40etECLw8mofSII4w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3S388LQcY0GvHLHopmIhqA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: P0u4jLBf+keIz24W2S00aQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /HkUcux31keuKqZ4UbKeEA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tGatbhmoNkqoW4Hc+eahFg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AxQkSdJyp06I/LpacNX5ng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: J3xhdtdq10i/2HBpvxoZfA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: Rw0Uiiw1cUaKAdhG+Fdytg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Title - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Location - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Date - Name: datePicker5 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Description - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Hover - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Striped - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: grid14 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 99uNEUjwV06ZaxdQe0zrcw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aJHSdhvIl0WuihOD/vlhfw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ev0DluvtFUCS7eCND8FgOw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PMxLrn3mqUm9emtQ6BNPMg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LIiLR0CqH0e9nHRQqVD4mw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jw5Zbf5iRE6EjcPLL34efw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SFpYkEpjLkqBY22oL9NMog== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZlOKLz/85EeUj9jX8JdlNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1vLcLD3gjEGaki3J9wTO7g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jmmnXG/z30aeozWZcr+vBQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BlsBEDQnHEmRFda49vsHVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: W7vQ7ckUGk6FYD6KwGp6kQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: LVwr0VgxdEubt4x5t+szSQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wEcikbgM/kCJ0lZSpR5F4w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - TranslatableValue: null - TypePointer: - Data: PUsIgRNQwEuNCTfDmHWi1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NXqztOKdkEqsaJ1vICiDkw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: FcMv6Hdzgk2PohVur8eOqw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5eG4vBTK1k+a11Z3t6U72Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XREdgcIkwES69pctjF+1fg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wqSeTFZc/0mOaQPnwB3Tgg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o/UvH7c6WE+RVqrd9sy3hA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 76IadfNkmUqSIUW9Acl83A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /Oo6cdD+/EGMMtlMYMJNWg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xt+4ZyypyUyDjCEHomwgZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PYvsyNJxgk6O8bR1Ydyp2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TlcjNU1Xt0KWLsjZJzeRvA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: a6wpC8rlFUO9XSKcLxRZqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uZiI7wUOY02xEsw/uDz/DA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GOx+Discu0SoO9VKaozAng== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RLRCaUKzC0et/dzX2V2xlQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uUTjXQxapEmuPYcWT8wNWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vl1wqWcVj065yZvcixHSDg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2cI/6KX2OUunfYnR7mSyWQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gRc4hlVn1EyvSTBCmZSEzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OHaBFjpqk0yW6SWXlTbBmw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: huFH3FmkGkKZ346VZ/mSTg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bDR82jCMlU2SIzj52JQqxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wZMemV2aekK5olR/sIwF3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jVZLHRTMs0q4j9lnWO5Y7w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FJ6SID6Y902vkt8Z4N5iUg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Nhf7MnTsoUmDHVM3w/qEEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: E9m7y97yxE+sO75qf0m/KA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DUbXOfdb4UWwr5h3yLKEmw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: T3ONdj9dM0mTgWRpqOFtag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PS0z2MVeX0emiHyTpQYUNQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5Y3DvZd3z0emy2OgqMRsSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: j6QAarpdUkO04oF9EJV3Zg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: l7ZU75rIl0iLwFZRHtl17Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lUhoz25EA0GHfP+XLhR1xw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: b1AockSuEUGW32EKRe4Sjw== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jw5Zbf5iRE6EjcPLL34efw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SFpYkEpjLkqBY22oL9NMog== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZlOKLz/85EeUj9jX8JdlNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1vLcLD3gjEGaki3J9wTO7g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jmmnXG/z30aeozWZcr+vBQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BlsBEDQnHEmRFda49vsHVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: W7vQ7ckUGk6FYD6KwGp6kQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: LVwr0VgxdEubt4x5t+szSQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wEcikbgM/kCJ0lZSpR5F4w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Last login - TranslatableValue: null - TypePointer: - Data: PUsIgRNQwEuNCTfDmHWi1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NXqztOKdkEqsaJ1vICiDkw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: FcMv6Hdzgk2PohVur8eOqw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5eG4vBTK1k+a11Z3t6U72Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XREdgcIkwES69pctjF+1fg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wqSeTFZc/0mOaQPnwB3Tgg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o/UvH7c6WE+RVqrd9sy3hA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 76IadfNkmUqSIUW9Acl83A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /Oo6cdD+/EGMMtlMYMJNWg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xt+4ZyypyUyDjCEHomwgZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PYvsyNJxgk6O8bR1Ydyp2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TlcjNU1Xt0KWLsjZJzeRvA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: a6wpC8rlFUO9XSKcLxRZqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uZiI7wUOY02xEsw/uDz/DA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GOx+Discu0SoO9VKaozAng== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RLRCaUKzC0et/dzX2V2xlQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uUTjXQxapEmuPYcWT8wNWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vl1wqWcVj065yZvcixHSDg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2cI/6KX2OUunfYnR7mSyWQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gRc4hlVn1EyvSTBCmZSEzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OHaBFjpqk0yW6SWXlTbBmw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: huFH3FmkGkKZ346VZ/mSTg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bDR82jCMlU2SIzj52JQqxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wZMemV2aekK5olR/sIwF3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jVZLHRTMs0q4j9lnWO5Y7w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FJ6SID6Y902vkt8Z4N5iUg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Nhf7MnTsoUmDHVM3w/qEEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: E9m7y97yxE+sO75qf0m/KA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DUbXOfdb4UWwr5h3yLKEmw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: T3ONdj9dM0mTgWRpqOFtag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PS0z2MVeX0emiHyTpQYUNQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5Y3DvZd3z0emy2OgqMRsSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: j6QAarpdUkO04oF9EJV3Zg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: l7ZU75rIl0iLwFZRHtl17Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lUhoz25EA0GHfP+XLhR1xw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: b1AockSuEUGW32EKRe4Sjw== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: B7d5nOO/AECz7LaTT2Y7Xw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: J13FI5Ut2keGN/l0YLljKg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kIoJEOWWUECNJ9aLnQ04YQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kLDdLdifhUa6Kb8WECAVCw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "20" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SIPoIBb6002SLWBUdqB57Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DLEjtyxPsEm4gMs1lLGrZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: buttons - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: X3cgTQvS6kqWNITmZ3kKdQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oY/DBK4MO0qCILMLoBl8tw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YgTWOSaaCUi6gmWO2WsTtg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QGVN+ZgcckKT+EKrJrSnOA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cm15KVXf1k+JilrlUpkQGQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oeWMX+DBOEOHfYedIW7Ovg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 59plY5yzDECgDfCuYUwYxQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 68v3bZf720C2J1J2VEOnHw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: boUnkfAPCkypqAfgo4Qidg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jYPiXyXD2EWMETQ/EGK8XA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cul/rHwoWUecoZCHVcUWOQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BYk9utbTc0aLrBvPHXhLVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +XCe6dQXn0W1DWSq1eqnpQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 11oGSKxKjEmQy8MnI5fwCA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aTZSawNoE0SPM7J3JpBqvg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: I3jjZgLqlU6h8XWIqbOkMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nv7ArJZqr0uwLINKbZtKcw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gJlKZTZEyUODjrs3YLu9Zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: U67PpRQ9okyRyDoG8lPSDA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iK0VFKk71Em2vjsSeuOVng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IFS3+AiZFkSPvpEYDve+JQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wsfi56cxaUmqtlUC9uo25g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8Z6shzIQ6UigOPL2HbTijQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /SdMheBZ8EuT3SW/s2Ic7w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4tlkeLebikuiH2uiHeSKEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: W6Lm0azI9kmgr+s+DhyhFw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Fy1hetPLZkSVdm/0BGTSXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: diPO6p3WAkeKyGFk1lgs9g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: aBP9xXnsXEu/ggyl2Jc9OA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9d7W+Bku/0ui9/EQoSJ1GA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9PheSGEgk02kFaSK84SY0Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: C1rpPosgXkCiqmZ9gMrBZw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jw9Rr0omi0SsqVtqGUwxYA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UrMJ7d3FlkCeSSxc7tdfHQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YcIcluUYzUu5iJVcwlNXqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FqXo45YgjUqKuuo/Vzacvg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kWxuhdv4c0iNHm1938A6Ww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CozWARSPpUqz/6PcHi7OKg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: always - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: isPlC9zLjkGlrhJCKwpemg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LKNPYy8r0k2oJoCKlBtr+Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: single - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vNhGEdzaSEKz79PfTYZoXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: m9ZPFgn6KkeUmQxoZi7hEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GQeCNaJueUOm5bn2FpvrBw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tJceqR9ABUG350hUBqKdnA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Export progress - TranslatableValue: null - TypePointer: - Data: h61ot3Qxokan3NPTcXBb8g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5glrNmy5L06DvvxiBs8T6A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel data export - TranslatableValue: null - TypePointer: - Data: xzAqbKKwfUKq0g6RWeiPVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VgIL0dd45kOmFK0jcX7jzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select row - TranslatableValue: null - TypePointer: - Data: 36kYCTDJ302hwgcbVHJCuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: dyrF8ZzA1k2PsrzfY56dGg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: 4 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: timeline - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: timeline1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: I6eJC2hb/UWeaWbcuk5w+Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: - $Type: CustomWidgets$CustomWidgetXPathSource - EntityRef: null - ForceFullObjects: false - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: g1fUoRLbWUyAtKObZUnypw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: c+eSgRy+N0yVGNVoaejxTQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: h01bh3T/zUyrH55X+APaeQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KSLVovIAzU250LlgI7+3mw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: ZrnKIykAo0efcYmWJQUUbg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: W5Nb36AQs0a0MxRqnf9DVw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: S0jIrxbeYEeivLn3gLIkmQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EwyHvxmqi02h1n3Jkd1A3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Sih96NvXwkuINTjSO0mDbQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8PqiwLwGx0SjrHdnh6WRyg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VqjTX7WESkaCA+0iQNp5Gg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: anJYMqXtok+T0YqmDCUAfA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YctQFJXCN0Gq5Ibh9QFwVw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MwsrWLPipEiixIWEUtR5Zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fxVnA8g+R0mT0gnVa3bC1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CbNS4JHvJEuyYfLhXoIz7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: day - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0bHoabJ3jkis1nVTkmRspA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ndj4zSaj1k6Osszhn1p/6g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: dayName - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p8APRrbx5kW+O3bIIemhlg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pSAV4UX9jkeL+6ksEOWMeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: month - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SWMfEcfiq0OeyBWbG397Fg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: guVfacHVl0GlDDHhYQSYFQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: end - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uJLduuA2/kmsL0QHsUv3Zw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S4BdM0qg5UyNk8CVKbKkyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Saeb7KW8LkWtP78SxW81Zw== - Subtype: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image3 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8nBWfWGd6ES/Yu3tiKblPQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qczbNL9KXUyCYevZlGj9bA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0hER5/0/FE+fMlDKSsREyg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gbOsKSmkk0W9R9/jxAw+Cg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: m2DxHqrQ4USvJAS9i0Pjhg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vLHETKuFgEi5MtyAp2WA1w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: H3YZmqhAhE64YN7DQFHYMw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: FYqKcR9mZ06YeCV3I9Atdw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JgK3jkpbd0e4VYU0O4XTgw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YIMB7D1JF0yEPFK39WIobA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FTpfDnu68ku3I4/T+LqFwg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BUi5bVTj9E+hB7vrk7NsUQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iUBcBp38pEaQMC9S09FYEA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Xt+afSrwZESK7gRydWW1yQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EuVsF1q96UKNnIPy6kM+NA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Iq/Mr1SdS0+Ipbz7gJ4AQw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: evhRWUeJB0mYPlGfhu1Nbw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lCBrATfQL0e6+H/1jO/5AQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZQuFKAtA2kaJ71zPVMAllA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: zCrDrx2EZ0ed0wKf5L8mpg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: b6V63yA1CkuDHEmh/BRkfA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: d8vw3KXRnkqEEC/DUysQcA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8ometnB3a0qfuiq//PPtJw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "18" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vnrldvjaJ0OP66IEBBDk4Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y7J5+fCXq0S6Czisl5EBdA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QwKuY/COpUOKqVWVNvXMbw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TeQvB2gdJUiSLBYSfrDPhg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "18" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: r58uvl5EaUOSiroPL8AaDA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YxE17faud0ivNJSk1Qd4kA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wUUm8NwhS0yEvQ0xBF712g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0/OQ1OcuK0CZUU1jrRP/xA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MJ4010TAlUaHEQTrlJfLFQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Shb0lJpFHEeNk/5eCFfP9Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: T8rffzUO0Ua/tt20NV8a8Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: VHI/rMns2UKfnO6qV0OEvw== - Subtype: 0 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lBVOAHla6kG47UB5KKQgpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ClQg5WpShkW3lbn3vPQUCQ== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Today - Name: text5 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rkuou9ROPUO8m/uSQ+ONeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LOpILzQjY0CQMOH/6f4SyQ== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Timeline entry title - Name: text2 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: teFNPjx8hE6QAO7GNM55xg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: b3yomdo38UqCABbxWva+Yw== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "14:30" - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cWSydACh7U+4cs8aFLZvzA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SG49vMxf9UyM9hxz0AFJpg== - Subtype: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Timeline entry description - Name: text7 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QV8sj3EzpUqlU1Nk7HHJWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xohMG9Q2w0mfF0z/MLmG0Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 0gkbCdcWHUKySULq5lhI3g== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Detail_Timeline -TemplateCategory: Detail Pages -TemplateCategoryWeight: 70 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Centered.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Centered.Forms$PageTemplate.yaml deleted file mode 100644 index a06fd95..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Centered.Forms$PageTemplate.yaml +++ /dev/null @@ -1,711 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: Form centered -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: 8 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView7 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: First name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Last name - MaxLengthCode: -1 - Name: textBox20 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Form_Centered -TemplateCategory: Forms -TemplateCategoryWeight: 50 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Columns.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Columns.Forms$PageTemplate.yaml deleted file mode 100644 index 5b9fce7..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Columns.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1031 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: Form columns -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: link-back - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Link - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Back - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text41 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text42 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView5 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox20 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox21 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox22 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Form_Columns -TemplateCategory: Forms -TemplateCategoryWeight: 50 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Columns_Edit.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Columns_Edit.Forms$PageTemplate.yaml deleted file mode 100644 index 76a7bc4..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Columns_Edit.Forms$PageTemplate.yaml +++ /dev/null @@ -1,860 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: Form Columns -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.PopupLayout.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView5 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox20 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox21 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox22 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.PopupLayout -Name: Form_Columns_Edit -TemplateCategory: Forms -TemplateCategoryWeight: 50 -TemplateType: - $Type: Forms$EditPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Horizontal_Edit.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Horizontal_Edit.Forms$PageTemplate.yaml deleted file mode 100644 index d2de27b..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Horizontal_Edit.Forms$PageTemplate.yaml +++ /dev/null @@ -1,559 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: Form Horizontal -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.PopupLayout.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - LabelWidth: 3 - Name: dataView5 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox10 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox11 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker3 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.PopupLayout -Name: Form_Horizontal_Edit -TemplateCategory: Forms -TemplateCategoryWeight: 50 -TemplateType: - $Type: Forms$EditPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Split.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Split.Forms$PageTemplate.yaml deleted file mode 100644 index 4c2064c..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Split.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1079 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: Form Login -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: spacing-inner-none h-100 - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: h-100 - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: h-100 - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image fit - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Auto - - $Type: Forms$DesignPropertyValue - Key: Hide on - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: Phone - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YEJrJPsyWkirI61qPsEgHA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gTD8U/O/W0qL28FzW4+S3w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Yq+KeeOuhUCS8H5upPcXyQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Hr49d4vbz0Sy8aRGFy/NZw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qJsa819TfEWpOX5UVJhH5g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mnQRYRouUkWdxs/VT+kYFQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PyWeReI2JkqV4TyGuUPOTA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 53fX3U7B8065lHEK/7WQfw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2gxDyYkJb0m1AAlPmcKarw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: s+O7TVgPjUWID0xeiAQrBA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JhSQs4L7bEGolsHoj+IKQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9u/Rv91I6EyapkJZ9WJnoQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: t1iJ/T4+F02h83CdV8oWMg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: X5tTCVX5vEmq+sGJzkWIWg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WNFu4sAjyEambKgOwxLoKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dozsXRwuiUS3eLX9jbOymg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LkHola3JiEWHcip9JjNI/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MeN2graOEU+Of/IjJRNdUA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zj+rs66w7UiLkgUmTuFDcg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: NyQUB0bFIkGM3Mrp8rl8Hw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S7rT5fUrQEmmBz0IBCBSdQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MX2mq7LEoUuzKB7wW0xrcg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +iWG51fIRkawoY9GHHIOzQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rmhniZUzPEWOYycmjNpBGw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MJDCHfItW0eW8O6eKjf3bg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hxtp+OFlW0ybHmdsCzU/mg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BFryET0GSU2P2xCDXKawFQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ncCC+Y3UlEmvOxa1cYkt/g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lUUiblwz30uttstbeMH71A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UdY1KWMAKkaGtEoSuTIq1w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f3gD6fEKuEmciGFLQtcmkg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: swUs4+GKh0Kfu2s6nzFxag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XB1HLr+tQEyK5VcO/cRc3w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HLr90hpTa02J/5jkYaNmpw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: xo2TJ/HenUuy4ONudUtS+Q== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: col-center h-100 - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: spacing-inner-large - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Submit - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView7 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Form_Split -TemplateCategory: Forms -TemplateCategoryWeight: 50 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Vertical_Edit.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Vertical_Edit.Forms$PageTemplate.yaml deleted file mode 100644 index 42d71f1..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Forms/Form_Vertical_Edit.Forms$PageTemplate.yaml +++ /dev/null @@ -1,509 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: Form Vertical -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.PopupLayout.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox13 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox14 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox15 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker4 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.PopupLayout -Name: Form_Vertical_Edit -TemplateCategory: Forms -TemplateCategoryWeight: 50 -TemplateType: - $Type: Forms$EditPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid.Forms$PageTemplate.yaml deleted file mode 100644 index b1c75d8..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid.Forms$PageTemplate.yaml +++ /dev/null @@ -1,2404 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Hover - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Striped - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: grid1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MNKl3nyGI0SoIZ3pQzzf8w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LXFx3MqnB0W4vpHK5HBeXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rfyGKmkP+kSpAIoQoxEfmw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: z+3dNHWB606pW0Dfg7j1zA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: h6ksH4WLoUCGaD3G+8e/PQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SdUnuFjjIUuquHS40n9sSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +tWV5cYMakmM7FXbKaVCUQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1dBcvJEoGkmrFbVUxwWnJw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xSZ8wnJljUasOs5RxY87/g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: im4MwUswXka4f5kYGzg+AQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: INDUxWZhUkGB0DMma7oDrQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CIuNIpxDy0OAKZMI3Nwz5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 7n0DVHfztkOu5563ceEYgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: h1C9WBEtH0SrOrHrDlOe9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - TranslatableValue: null - TypePointer: - Data: rS7R/C9dcUa9YFF6FZTMlg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +8vHDZpwHEqoTW6EPQqUYA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: ngSpXGFAgkO8adfMVSVFmw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pzjGXBv9Mk2cF1kHKePD+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0CE6c+DvVUmwS6LOfUOofQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y4x7cxefyEahFQhVvCYksw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qysy14kCtEqdRSJuBqjBRA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mP8kkprboUCGKoifwKgGqQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gesgifUCDU+8C/bGy5HmJQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2qWhRmSYdUyRD596UYXgIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DQgph2I5NkOKQR4ptJ3l5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: espscpkBFk+1V/PEJPcPJw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kiwZQvapIkatLEQdeVwjlw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Fdn6j7jql06tr/n9QrDDog== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: B+p+FQuQz0WlxCvZ0CHJ7Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /1dfnmatSE+turC8UTamMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: T6TCSYYtE02fkwYvZVFuJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RHmkZ5FXO0a6E83nZXgMCA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: J/bfCHMxbUax0I2u9aPmsA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZsfMMSgWmUykV2xKKVeAEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MeorMPJMykSXXZp9Aq2MgQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eOavQ1ixQEGI21N5/RXpow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 79miCsvBDUO35NTLvrJgEQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WWNW1OyHGEes9y/DGE6I1g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gsIzCen6fUSxgIiefMIp2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: U+lL47oomE2QGbg06ueI/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OEQ6bXnaEkSA2am7DC7dvA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3Xk33qfmRkqrsItd0S4VXw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NN5l4HXseUud4SKDm25oFA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6pVK/bm8HkCwdyf1rGbdow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qLV7STGTB0i/ckD4Z1UZLQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SbwFnoj4RU+gO9Ey4Qf0eA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: x6PV9Hg1FU20YDBtAvxT4A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LO7O4HaAY0OjM8eC7TB7bA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hrOsUnRmH0erEMDMq5/fhg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 1BVEdTs1GUi7F2o8zfNgjQ== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SdUnuFjjIUuquHS40n9sSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +tWV5cYMakmM7FXbKaVCUQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1dBcvJEoGkmrFbVUxwWnJw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xSZ8wnJljUasOs5RxY87/g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: im4MwUswXka4f5kYGzg+AQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: INDUxWZhUkGB0DMma7oDrQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CIuNIpxDy0OAKZMI3Nwz5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 7n0DVHfztkOu5563ceEYgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: h1C9WBEtH0SrOrHrDlOe9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - TranslatableValue: null - TypePointer: - Data: rS7R/C9dcUa9YFF6FZTMlg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +8vHDZpwHEqoTW6EPQqUYA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: ngSpXGFAgkO8adfMVSVFmw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pzjGXBv9Mk2cF1kHKePD+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0CE6c+DvVUmwS6LOfUOofQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y4x7cxefyEahFQhVvCYksw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qysy14kCtEqdRSJuBqjBRA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mP8kkprboUCGKoifwKgGqQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gesgifUCDU+8C/bGy5HmJQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2qWhRmSYdUyRD596UYXgIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DQgph2I5NkOKQR4ptJ3l5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: espscpkBFk+1V/PEJPcPJw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kiwZQvapIkatLEQdeVwjlw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Fdn6j7jql06tr/n9QrDDog== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: B+p+FQuQz0WlxCvZ0CHJ7Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /1dfnmatSE+turC8UTamMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: T6TCSYYtE02fkwYvZVFuJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RHmkZ5FXO0a6E83nZXgMCA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: J/bfCHMxbUax0I2u9aPmsA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZsfMMSgWmUykV2xKKVeAEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MeorMPJMykSXXZp9Aq2MgQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eOavQ1ixQEGI21N5/RXpow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 79miCsvBDUO35NTLvrJgEQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WWNW1OyHGEes9y/DGE6I1g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gsIzCen6fUSxgIiefMIp2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: U+lL47oomE2QGbg06ueI/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OEQ6bXnaEkSA2am7DC7dvA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3Xk33qfmRkqrsItd0S4VXw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NN5l4HXseUud4SKDm25oFA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6pVK/bm8HkCwdyf1rGbdow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qLV7STGTB0i/ckD4Z1UZLQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SbwFnoj4RU+gO9Ey4Qf0eA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: x6PV9Hg1FU20YDBtAvxT4A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LO7O4HaAY0OjM8eC7TB7bA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hrOsUnRmH0erEMDMq5/fhg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 1BVEdTs1GUi7F2o8zfNgjQ== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EEmKDUnhxU+2Qqu+h1pARA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QxIfPRn2iUSyxebcddkJ0w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HUXPsCs+kEihiErVs+svtg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7LJNHqfImUaUksFVNwABvQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "20" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HSlnxMv4r0miU/Mdj5rm6w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lQKRnqT3uE6Afm1rpogTMg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: buttons - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: AKFdprvxakSa9BlaKJXIcA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MTPrs0EXcU6s5QIgFBpnig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nB+PYev4XkWMtZWuccdBhw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XpKX7A6mMUORTEPOKO9P4w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ISyL1KXR8Uu7LibxYwa0mw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f3ERO7uFh0ieU7yOARstWg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: D3umLwJfOkCV4z3Yby1txA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bO81o9M4+U2u4W1dXJOBWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rTXxeCAn30e5tisbJLpnJA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hUz41dgQ106CPiVbIZoFJw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wYIGTqnth0O/v9R1Hktovw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S8r5kfCA8ki1mAqlxwIlyg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ee8eu3Kvz0uqkiM43/fAAw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Hxlw0g/3xk+L0NjC2x8MJg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tW5b1/PUjEGfKsQPt04p1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gMzmzHoTy0aOKUSG018VwA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8XlxBGRJTUq3+rpLqj7aKg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y0bN+qGiu0qTGRVGEhwGtQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: faefFW8ii02gHxWiRt6cjg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vRsJyWp/MkyvUODjC79U4w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OCQX5vuRSk24CgAWWrDoSA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 66anSonu606NnHbRKklGnA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wu1dhiznzEG5gUlSXOR80g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bfchCDHa5EKBJv+pxe09Gw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0iHnE8/KukOCDj/4TdeghA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CKBTQmSMDUyyLMsmXPjrpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ORlDh4VVukK6r0jyNAt7pQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f2Hbixp1VUGVWZrevxFqdQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: ZnOqbGJEXUWXCj/PcI7tuQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: GZUtkj99z0ua/nWZQ356UA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yjExBQZ1IUKFB2c0ZgEiqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wiH2KL8MVEK9Xt744L0wUA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Cb03lZd2JU+iN57VVDq8mA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vQpAxY4qBEyAxHt2+pTfgA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /OTkV6VN2EqB0jxhDgCzZw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: h06zAW/1E0qexJpr+Yb2uw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /jUlMUyLjUOpr6fonLAsyA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VE+hVLPpIEmxKYytkumCUA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: always - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oxJtWFDLMka7co2g6DbvwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gEUQ2ZcM9EiQm+EJbN1K4w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: single - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JVguWgKEu0a/8v4VvZoffg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2c6ajEp7W0u+0O3bfjvbpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: j+N9Xnl+qUi6v662bK7WvQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8P4XFzuhl0KDXTa2R2C3RQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Export progress - TranslatableValue: null - TypePointer: - Data: Qk17SjXVJ0KAkYIGNHv0vw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TotnE1ELsUyMrfnms67XTQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel data export - TranslatableValue: null - TypePointer: - Data: UzL87k1iE02IjmjbUf+IuA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: l/CkD1Fn9UipQ7oF5VQGWQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select row - TranslatableValue: null - TypePointer: - Data: vs4U9yE6DEmxEOD7om/8hw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: Au2MA6TcHUKCrJo/5RAkEg== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Grid -TemplateCategory: Grids -TemplateCategoryWeight: 90 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid_Card.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid_Card.Forms$PageTemplate.yaml deleted file mode 100644 index 3523821..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid_Card.Forms$PageTemplate.yaml +++ /dev/null @@ -1,2431 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Hover - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Striped - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: grid1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: T18d02eGKkeqnVabBr+zpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cLX+LOPYkUiuv9qA5hVS4g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: utLAuorD00KZRWL09i3t4Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kL00xAipfEalara0Vf86fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9/X17nwQ8EuE/S86OhkKCw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: E0fxhh08kkGvDs4FURKz0Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LpqgxpW7bk6AHb8rNANepg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cTMh0AvEWkSOAw08es/Orw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KpOaISoLD0yWWwrfPRb7Bg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hW003Fw0hU2DsB60kRun5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /WoXDIk27kuykuPUwS0Xzg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SnnnRsL6FEigQ164aA6D3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: wyI1WZEDh0i4t4+Y74fi3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bJm7tyPWoUa9m6EOMoIM7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - TranslatableValue: null - TypePointer: - Data: 7oSDrL5VtUO087ppRVMSBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3a2PBnbuyE2Y2WPw+6A0+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 8vWZrm2bDUydysHGPDgdlg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f8XOKBrbvEWBKLkTp0AUEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kX17tR7uRUyiRAIGK5bCXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UkfNzPh6XkW1fggq/2QGmQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FXhET5/p+k+YGDWucXE8Tw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FXUFeLocsEegWB834RHPDw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: V9uuTyXOO0imrchp7Q3EhA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FLmEzzMetkCpUegVGMdBQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cstB6KHtT0GPwpF3NvVdTQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hfDqnjwSqUWFZFhk/SaOZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BNkLh9vBjEKM1IxQCOPCaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iJIvHjjnJUiujYpBGG33WQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LnyRMhv2RUWlnvk2DTtkUA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uQ6bNSJ5JUSjpy3g/Mojzg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dLkLKHkPVE+ZPSBnM7HbzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zHKvjvqHW0Oe8lFg/aCgtA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EpKzIqiG+kuPaO5PC1V17w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: alLhJcozs0OGQHKaUD4kIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: obxOlab39k+lUhZ1HMrDnA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: k67nqJVzUkiFN6PaH64rYQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Bwjk5v9lnUiR0Tlb9MyRPQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /GWYrlXyREyaphaCeVilJg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: n3dmXyoU202DAKimdAl0Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BzJAl0T2S0m3qy7MWOaA+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yx6+3Zd6j06nS3jfbzynRw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7QOw9LCz+k+k0x6kTumvOA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 816Fjrz6aUmdeVQPcEaAWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: da6zsf9Q6k68IG10bLdmEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dJQ6/i4EokmeOQttSsj2yw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9ppY0THHN0Goi4jagTAeqA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EvWc99hlKUmoypffo5aqHg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WqcgZ/NwvUOWGNADxA89Rw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: asTLX+yXe0qSpyjgdK1+Jg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 87yUJJ+z0UCNeD8lHDPYHA== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: E0fxhh08kkGvDs4FURKz0Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LpqgxpW7bk6AHb8rNANepg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cTMh0AvEWkSOAw08es/Orw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KpOaISoLD0yWWwrfPRb7Bg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hW003Fw0hU2DsB60kRun5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /WoXDIk27kuykuPUwS0Xzg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SnnnRsL6FEigQ164aA6D3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: wyI1WZEDh0i4t4+Y74fi3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bJm7tyPWoUa9m6EOMoIM7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - TranslatableValue: null - TypePointer: - Data: 7oSDrL5VtUO087ppRVMSBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3a2PBnbuyE2Y2WPw+6A0+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 8vWZrm2bDUydysHGPDgdlg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f8XOKBrbvEWBKLkTp0AUEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kX17tR7uRUyiRAIGK5bCXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UkfNzPh6XkW1fggq/2QGmQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FXhET5/p+k+YGDWucXE8Tw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FXUFeLocsEegWB834RHPDw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: V9uuTyXOO0imrchp7Q3EhA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FLmEzzMetkCpUegVGMdBQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cstB6KHtT0GPwpF3NvVdTQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hfDqnjwSqUWFZFhk/SaOZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BNkLh9vBjEKM1IxQCOPCaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iJIvHjjnJUiujYpBGG33WQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LnyRMhv2RUWlnvk2DTtkUA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uQ6bNSJ5JUSjpy3g/Mojzg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dLkLKHkPVE+ZPSBnM7HbzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zHKvjvqHW0Oe8lFg/aCgtA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EpKzIqiG+kuPaO5PC1V17w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: alLhJcozs0OGQHKaUD4kIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: obxOlab39k+lUhZ1HMrDnA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: k67nqJVzUkiFN6PaH64rYQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Bwjk5v9lnUiR0Tlb9MyRPQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /GWYrlXyREyaphaCeVilJg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: n3dmXyoU202DAKimdAl0Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BzJAl0T2S0m3qy7MWOaA+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yx6+3Zd6j06nS3jfbzynRw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7QOw9LCz+k+k0x6kTumvOA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 816Fjrz6aUmdeVQPcEaAWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: da6zsf9Q6k68IG10bLdmEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dJQ6/i4EokmeOQttSsj2yw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9ppY0THHN0Goi4jagTAeqA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EvWc99hlKUmoypffo5aqHg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WqcgZ/NwvUOWGNADxA89Rw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: asTLX+yXe0qSpyjgdK1+Jg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 87yUJJ+z0UCNeD8lHDPYHA== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rurFBOjRUU+wTMjKBVcwFg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2y/UBEtEpkCwAd2WnNbPyg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Tjg+Kk9ujUyAZIdzYxif+A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: H60I/b8LFEGwv67Ry585xg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "20" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: OWr51jTPYkeuPrGAc79XLQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Q62WUejm706sUFzOrtYNVQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: buttons - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /IZWCB4Ltk2SjCX1q90fgQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XGBeudJPJUuQ2tqUFkjZsw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YjNrFckEEkCD0w0XPzQrSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sKxtjAAwOkeCFulBxAO50A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uygw863u8E2YTuNcHwwmLA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0Se9BQrcw0e/MOWRUS489Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Qm7I02j76kGNNMTCzxhu8w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aZqpA6VOYUu3UVMpvq6WvA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BIyZ4i4eG0aSfllD237k3Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zhG3QGAQYkGqsVOK77j/vw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: M48D5Pll506aW4eNlU+URQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ueEtLlpHwEmlqLADwTZAmQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hWRPV5yULEWhPC5NSCKddQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SpL78ZssRUajP+lNJ6CPyw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3HQCQxjjD0it49Dqkl6eGA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +42SDuGdTk2/SYyuekYEuA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5wwxHUH7K0a3qv0nw/rVVQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NEPJTUn04E2HO4zFn70jGQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8Lc+5lbJz0m2i4OsTRvavQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZPWie48N8UiRYrWmSYBnLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vHps5wIWJ0iGlxP0WEHTJA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gGn7oqmm2EOsUYHIZDkN6g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4daop5IfFUCvYHPU0Ld45Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KhYwL7JVTUWmBmheBQEk1A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yE/iV4zAUUmGeGuWlBzFBA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xZd5u7WZIkOj1OndY0/QEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Y1uL6pXEZUyLbq2v22quow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pYEKSyvvUUuWtnU5ZfXqIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: aNMjvSvKYkC2lg+xfJpeCA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XeBhkilYjUe95CmurRWFZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /C/mk5I4U0eNqL/3MBqCNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MFkFtyUknECKQaQ6s80tRQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Xr51+lGbvE+b9LCEtnebeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4szHHxHeiUm5ks998PWeDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HwxZ6MXGokKzE15vPT0asw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PlX6mLRGBEWYyaK+SgmjQw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TZaBU9kBRk2muRa2ohSN/Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RVkhkDTwlEqNr2xZyfey/Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: always - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fMGLuDiZxk6KEK1eKnzPsw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mjI77215aEarakdjqYD0aA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: single - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KYE2gw9UuESDuBDPODNJFQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +GkYnn6ufkSA5SQB5I6KCg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eo/tGcq8DUWpIs2abBShsQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SxlSk65cJEGEIt2MYvJhKQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Export progress - TranslatableValue: null - TypePointer: - Data: i0bcMsd7s0GgczOvxNsyYw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oTtNU1Zcl0qRj2HGNy5Okg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel data export - TranslatableValue: null - TypePointer: - Data: M3ITFhVV+Ey4ARFN1e0b5A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sdu7owQD40mJU73lVto2XA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select row - TranslatableValue: null - TypePointer: - Data: Ubfeay1oYkaUf6nl4AA+pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: mta3JF2ETkK1y9c0Mfho9w== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Grid_Card -TemplateCategory: Grids -TemplateCategoryWeight: 90 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid_Tabs.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid_Tabs.Forms$PageTemplate.yaml deleted file mode 100644 index b0426d3..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid_Tabs.Forms$PageTemplate.yaml +++ /dev/null @@ -1,2541 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TabControl - ActivePageAttributeRef: null - ActivePageOnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ActivePageSourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - DefaultPagePointer: - Data: GxJAYH5CfEW6clTNRLq4cA== - Subtype: 0 - Name: tabControl - TabIndex: 0 - TabPages: - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 1 - - $Type: Texts$Translation - LanguageCode: ar_DZ - Text: Local Users - ConditionalVisibilitySettings: null - Name: tabPage2 - RefreshOnShow: false - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid4 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 12 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Hover - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Striped - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: grid14 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TNsiXDdvZEyYRd89yVTwmg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SW7yavNtYUypsunvAZ7t7g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZNA67qkzeEK7A9OM6M0yGg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zgLVjOdjdk64qOep04kMlw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Vfv7cq60zUinThwe2ULGSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TtOcavQYJ02WECNnmjprkA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /kk1o2WaGkuWLZHr3dMdEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CyfznQWOM02BP0OIVpSHmw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O2PltoCSpkKn2j523wYPgA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ejBoR3R/cUebNxPZG6NM6Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mIuZVEcKckauE4G1Wkigrw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sgR6d2dnY0+luENX5B+T7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: tM8rSMPQiUyyUckdJV0nWg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OR3bGW7cmUmPM3r2gkJQDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - TranslatableValue: null - TypePointer: - Data: WtUuY1UquEmSTSGBZrBQeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: W4myF7mA0kGVb3kOjXNYIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: L54DAZqhYkWTfjAXHuN6RA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nTf/eA2vREmZX0pEKiBY2g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8RqJalIZvkqOrkECp2TZ8g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MFkLkwkn6U2A03ZGHXolcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vUnSJjcqdk6r977CZleRGw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uWNofuzNVkiXKeD6L95Myw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0HI/EpZLt0K5hUiM/eY1Rg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gwYWjjghw0uaX8OIdf4psA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cUj7kOkaDkGWbqYgAfNZrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Lfsch3gi4E6L0hFriybppQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1LuFJmDPAEGPoAbjchjkOA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ehWD8SHdU0W4pXh+wQFNPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pbFUH8lcLEWM6cNTucLPaw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9cS5+IuXAUSitNwuDRVU4Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cyTUIRuxHEOlgLjj+2Acgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OjNpiO9NRkmn/EWSS2urbA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: z1J3SPAkykyaRvVOEzR8WA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wucpQlH9vEypGc3XTR3ckw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oyxdiyYts0qSIyrfFcMJtg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f9l1PN6YxUmhzrZ1KnrV3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o1IpZn8H30KaCYRA8xNYqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zUD6y89w6EWVR689se8UJA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: axve4y0M8U6sv2qlbhA06g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wxvo1Uzad0680YJG1+hTcw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: z4/lp95RwESc/PRw52RPug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LJJxjh9JN0uSQCF/OuLNqA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JXYkA979PUKbzBeeNSDoHg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UkRv5MD2uEKb9AwOoh5vtg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iaC6Qh+/q0Gg3NtX6ZeOVg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EYlhvwEoF0OFxVxK+WOubw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fRCA1JJptECF21z4d52Kaw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S5pd8sJitkWj73uwPceGeg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: w04XVN/dOUi7gTJtkiwfMA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: JuFB8zTTl0iLDo48YVdMvw== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TtOcavQYJ02WECNnmjprkA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /kk1o2WaGkuWLZHr3dMdEg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CyfznQWOM02BP0OIVpSHmw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O2PltoCSpkKn2j523wYPgA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ejBoR3R/cUebNxPZG6NM6Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mIuZVEcKckauE4G1Wkigrw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sgR6d2dnY0+luENX5B+T7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: tM8rSMPQiUyyUckdJV0nWg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OR3bGW7cmUmPM3r2gkJQDQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Last login - TranslatableValue: null - TypePointer: - Data: WtUuY1UquEmSTSGBZrBQeg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: W4myF7mA0kGVb3kOjXNYIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: L54DAZqhYkWTfjAXHuN6RA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nTf/eA2vREmZX0pEKiBY2g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8RqJalIZvkqOrkECp2TZ8g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MFkLkwkn6U2A03ZGHXolcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vUnSJjcqdk6r977CZleRGw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uWNofuzNVkiXKeD6L95Myw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0HI/EpZLt0K5hUiM/eY1Rg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gwYWjjghw0uaX8OIdf4psA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cUj7kOkaDkGWbqYgAfNZrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Lfsch3gi4E6L0hFriybppQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1LuFJmDPAEGPoAbjchjkOA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ehWD8SHdU0W4pXh+wQFNPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pbFUH8lcLEWM6cNTucLPaw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9cS5+IuXAUSitNwuDRVU4Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cyTUIRuxHEOlgLjj+2Acgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OjNpiO9NRkmn/EWSS2urbA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: z1J3SPAkykyaRvVOEzR8WA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wucpQlH9vEypGc3XTR3ckw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: oyxdiyYts0qSIyrfFcMJtg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: f9l1PN6YxUmhzrZ1KnrV3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o1IpZn8H30KaCYRA8xNYqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zUD6y89w6EWVR689se8UJA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: axve4y0M8U6sv2qlbhA06g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wxvo1Uzad0680YJG1+hTcw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: z4/lp95RwESc/PRw52RPug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LJJxjh9JN0uSQCF/OuLNqA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: JXYkA979PUKbzBeeNSDoHg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UkRv5MD2uEKb9AwOoh5vtg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iaC6Qh+/q0Gg3NtX6ZeOVg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EYlhvwEoF0OFxVxK+WOubw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fRCA1JJptECF21z4d52Kaw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: S5pd8sJitkWj73uwPceGeg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: w04XVN/dOUi7gTJtkiwfMA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: JuFB8zTTl0iLDo48YVdMvw== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Gw3nzAT5RkKo1ne5U/Z/mw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: D5ufvoe6EkSFuXwDHsud4A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: s4iXO+L0yUGvATg1qVjF9A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0G5oRGLzI0uRXYH4JKSGRQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "20" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: E6pXydqCL02IiU6Ax17U3A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZxKvvR0ixkmjrYBOJL4V3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: buttons - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: G9AQ6QJbRUqN7y6tDZ5iiQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: fnSyronXpkeb2QXh3HR2SA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yg9pvreo5E2Bq9WpyTaA8Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aFhZt1zKu065F5cPTeAi6w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zNg7JV8D0Ui/8rKX/UOD8A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Dulu7WGnn0+zeSh/tGHq2Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: h1oUgTXmKEa2d3GOanaEPg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kcNhw+ya1E6FZdOobRHIiw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gMWJaY9oEEOXJgbtCcaKLg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QM6gulDKwkiElpX5opvPqA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4eGW58MH30GrJdTzpukmgA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cO8/pxQgRku0zlRK8k/Wgw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ko5nBOzIEk2wkP3oi//v0g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Iizz8pGukkOeu7uHAi0LLw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: v9mtR6yn6EmW2Fh0iZ4HXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oeMF2NKc+06TMy/ADbPJ7w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 91SSTJRnbEWK8c9NiBaFtw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9RFo/TB0T0C/27Wq7w99PA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aDvNCCDnwUCRcCVL4RpQuQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ma5HMT+ddUCM7OGj20ewZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rY2cFaWbW0+v5UAHk6Z13w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zUHrRMib70eiYo3BjosLQw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: q5bk5I8990Cixk6uwwg/hA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: s6fa4RGdXEyDUM125FpZog== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YQWZtx9+a0eHsIteGGzbBQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8YJUWZFtnUiEhO0fwts69w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nuK1kDpTmUSimXmKZFXwHg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X9xGPfYcfU2q2gQEyMUZsg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: Zz116jk5eEqIw+hBOXCusQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dqzulwuZTEeNhdAZyFCdfA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BwJKhk3jRkeqE9B60lMfkw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2CIjB8nAp0avxVv7G7022w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qU8O58EVh0GJrJW/21YquQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qFy10DAesE2nKmYlRhnWag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kamEL2OaOES4k3JXZ1iO7Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xnjp5Aj20EyGZ2KlV87xlQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: epQO1xghokez5vX+6RNQ+Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KvNFu84EDEaQ3HGiXFK+tg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: always - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sxVHZKY4C0OzNTq9CX1pbw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZYekNKMlKUGCF9P7fkXuzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: single - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2TCfMTES+E2aIzlSrr3cYg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HzbKICcfJkKloivb9Ishag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jIc1q6OFo0WVRQb82AtStA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +8JfBTOoxkSP3m1SoYeL2g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Export progress - TranslatableValue: null - TypePointer: - Data: E05Ww9C0sESh/IgBWxgLpA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: N+Q0i9sf7UqAs5Q2hvce4w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel data export - TranslatableValue: null - TypePointer: - Data: FO7VpiofBEmFuadrns4ZSg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: x45jJTwX8UGtuhl6zSY+Zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select row - TranslatableValue: null - TypePointer: - Data: LYgSRToo8E6GuL6t/h14ww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: eIF2BSBma06p96Uj2moVxg== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 2 - ConditionalVisibilitySettings: null - Name: tabPage1 - RefreshOnShow: false - Widgets: null - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 3 - ConditionalVisibilitySettings: null - Name: tabPage3 - RefreshOnShow: false - Widgets: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Grid_Tabs -TemplateCategory: Grids -TemplateCategoryWeight: 90 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid_With_Navigation.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid_With_Navigation.Forms$PageTemplate.yaml deleted file mode 100644 index 5e857db..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Grids/Grid_With_Navigation.Forms$PageTemplate.yaml +++ /dev/null @@ -1,2583 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: 3 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$NavigationList - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Items: - - $Type: Forms$NavigationListItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Navigation item 1 - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$NavigationListItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Navigation item 2 - Name: text2 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$NavigationListItem - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Navigation item 3 - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - Name: navigationList1 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Hover - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Striped - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: grid1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tTRKie4ek06u8xMLdJsrcw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rTiyxxzbSEigk7ymXTkZ/w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HFpjJSW97UeKLfsjenV2rg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hfvpSNHoLk63u384cLKk+A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: z2lgeCw9BEybAo35HyTXLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y+wxcvB09ECjtt0PRfESpA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fONIWBgxUU+tglKaLgR3mA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iUuDfRszskm78EzpgnEHcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4mseDclmP06mtZGn3IhDHA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: s/0x50S4K06zE+zTpWyS4A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PdO7+nFA3UyLiVmMr9GxyQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: C8y+ffG8XUaQXM6j3XGkPw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: +y0tU7rvuUmnhQiNO6HTnA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: J1UuuZLqIkKI6Lz+UGycJQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - TranslatableValue: null - TypePointer: - Data: v1SHVgp3dE2JneF64c7zEQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +vS0pYOf10CNobULBMu1rQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 9mb4BXxU8E+bWt/IgntWxg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aox7Zwg530WOnMi/GNfF+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hSkfF0lNDEaNJVi8g039Sg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2Yv0oLs3O0+3w1fmiCSmrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Nl6SmLZk9Uiu04uB4pdajA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dtmob40eykai2zswhCqddQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qC8pjq8EAUSKrC63tvMSBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B0w77sQIw0e65NyJBcoKig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: shcuTnnUEk+r0RYwKwbG2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WPxitkutS0WvLqAUgJVx5w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HUFpnE7di0eNwBKB8Miwlw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pb3ERV97N0mDpieSMSW1bg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Z1L32hZHLE2jE1/ZDrsvxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7fn/sl/qN0GhwCIFdBEwlQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: i96tkByyekODyq0yBmel9Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qXGR9kWjA0aYXO/7HEB4Mg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MM6qmBpP4k+0mBr8uFWiSQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HyPTJe0cMkObqeAQpFB/LA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QlVFSmeXbk2cRzlZxU+e8Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hVAi0m9Y/Ua8S04CCtGDhg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IE8hpLOGvke3G40K76GzTw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y5MII60aCEyG9Uhr8U6NFg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZrpEvq9MnUeMx5Xf1regvg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5h+6OlgPK0O2c3CRpw+kEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WzDXNI0I6E6zeC51e9JjqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ld8EE8MHgEuN2oi2TcxGLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o7f0jdyNskG3kE9GusNzdQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vXuejTXRvkGwaW8Y4ko/kA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uQmbEBhRzky6y5VurwzqwA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qcP6glIjnUaeaeF4QYXciw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: P+h333xE6EStW5xltDMoyw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TNcQ2GuixkGdJeg2NRET3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bKtJuEwM4E+72OBUSkcxTA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: /dV6TMGjdECGfktV3OiDpQ== - Subtype: 0 - - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y+wxcvB09ECjtt0PRfESpA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: attribute - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fONIWBgxUU+tglKaLgR3mA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iUuDfRszskm78EzpgnEHcQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4mseDclmP06mtZGn3IhDHA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: s/0x50S4K06zE+zTpWyS4A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PdO7+nFA3UyLiVmMr9GxyQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: C8y+ffG8XUaQXM6j3XGkPw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: +y0tU7rvuUmnhQiNO6HTnA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: J1UuuZLqIkKI6Lz+UGycJQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - TranslatableValue: null - TypePointer: - Data: v1SHVgp3dE2JneF64c7zEQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +vS0pYOf10CNobULBMu1rQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 9mb4BXxU8E+bWt/IgntWxg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aox7Zwg530WOnMi/GNfF+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hSkfF0lNDEaNJVi8g039Sg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2Yv0oLs3O0+3w1fmiCSmrQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Nl6SmLZk9Uiu04uB4pdajA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dtmob40eykai2zswhCqddQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qC8pjq8EAUSKrC63tvMSBg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: B0w77sQIw0e65NyJBcoKig== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: shcuTnnUEk+r0RYwKwbG2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WPxitkutS0WvLqAUgJVx5w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "yes" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HUFpnE7di0eNwBKB8Miwlw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pb3ERV97N0mDpieSMSW1bg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: autoFill - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Z1L32hZHLE2jE1/ZDrsvxA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7fn/sl/qN0GhwCIFdBEwlQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "1" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: i96tkByyekODyq0yBmel9Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qXGR9kWjA0aYXO/7HEB4Mg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: left - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MM6qmBpP4k+0mBr8uFWiSQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HyPTJe0cMkObqeAQpFB/LA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QlVFSmeXbk2cRzlZxU+e8Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hVAi0m9Y/Ua8S04CCtGDhg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IE8hpLOGvke3G40K76GzTw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Y5MII60aCEyG9Uhr8U6NFg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZrpEvq9MnUeMx5Xf1regvg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5h+6OlgPK0O2c3CRpw+kEw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WzDXNI0I6E6zeC51e9JjqQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ld8EE8MHgEuN2oi2TcxGLA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: o7f0jdyNskG3kE9GusNzdQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vXuejTXRvkGwaW8Y4ko/kA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "true" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uQmbEBhRzky6y5VurwzqwA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qcP6glIjnUaeaeF4QYXciw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: P+h333xE6EStW5xltDMoyw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TNcQ2GuixkGdJeg2NRET3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bKtJuEwM4E+72OBUSkcxTA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: /dV6TMGjdECGfktV3OiDpQ== - Subtype: 0 - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ITfo/Z09hk64x59e7O5qyw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AQck87x1Mk+td7NQzMaSqQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1of6CBM4jkuX8ArzyRsa2A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wVrnx6jsx0eeLNQiSr6wqg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "20" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W5wSTRZFs0GhYzQ+Kl1T8g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iY2h8B3Hx0yhLYJJYl4I5g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: buttons - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: C3SumEQJ0k2vOL9x+ffx0g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /Apg8m9xAUyip73JLdIXBQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: bottom - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /JQ8BNzFhE+hnvgUZOe3ig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QzfqumvfXE26Fkd8UrDVYw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: none - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NaQP6n+uNUeWewby0/cPlA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dvuUB60DfU+MgRLYXFSS5g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mENNNUv4Ok+S6xaeaZW6EA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TP+sZPcF9kev33rz5l9aRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O4tRDh2LBEarHC8z7r0SYA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4WmJSydHgUSin/5o5PqL8g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QIyvWi3GXUKC/7B7L4VN2Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oOMB1zl3lkaZS+0OztMS8g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8jW5cLM5J0GMf/ahLexTHg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4TQx9ik+jUSmVA1TY9+hEQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /Q+q+Vy7LE2wyjllb00mUQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 447XgT4MNU2Vp0X7/T8gTg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: L+yIRbeIy0SHAdrV77HQPg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Fyab3ASC3UOc5JMgEe/jAg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: k2rN+51taku3NzlwywmRYw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YYeXp6lX2kitN2cmbK+H0Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A+PQxA3FaUS/5w8TFRAC5g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9npF7duCHUSGwuJybDxwiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BtT22mmNW0ieOurf+4/NVA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jdpBquEo60WXT1/p+SP5bg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IC0lD9g5Y0OTmwYswrM4zQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: erfO7hc/gU6BR3fHhxHG5Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SNbitZxlYEu2n7MbD9CN7A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qSjVJM59AESbUSd0dptVRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 0PwxYqvkTk+BCeQaRMG9+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: /uKeMI8kbUWF5zJ40P2S8w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "0" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pMcEJiywrkekB0rNy67GFw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aOyqvN1+Qkav2sKFiA/aQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IpAPS1aLdUuVtnNRzWodkg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4d0hn06pOEuUjLDQNYGpIg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: checkbox - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mWxUEw1rHkm34tHnVCObww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Wl/zORQndkuszKsKGaGiRQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1XZhY96UdEiC0pegwcUyow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9PdtQYvni0uuSunQXLuW7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: always - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XLpLl04beUy/ScDKkXx9sw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gbArXbf+6UyTHXX0eLWC3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: single - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ynXljswj3UeYqATjjRRp+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UTF/tIlMgUOZMIUHeSjz8Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8LzgKyQLaUqk9/f8KeCrqA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CdLCtohfp0u2MEgzipThfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Export progress - TranslatableValue: null - TypePointer: - Data: 1griNfshvUibCNpPqM32pQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PCzYWL2RAEiBzNacX/FIpg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel data export - TranslatableValue: null - TypePointer: - Data: eNsaXQBsg0Cm1zFEe1YRoA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WDgQJC6L90e7J3Vndhvlsg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Select row - TranslatableValue: null - TypePointer: - Data: LIhHxhtyIE+FmrLUkHL4Fw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: XbwqVQNWvkK+GYiZ1wpsRg== - Subtype: 0 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Grid_With_Navigation -TemplateCategory: Grids -TemplateCategoryWeight: 90 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List.Forms$PageTemplate.yaml deleted file mode 100644 index a07cc49..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List.Forms$PageTemplate.yaml +++ /dev/null @@ -1,407 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: background-white - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text41 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton4 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: List -TemplateCategory: Lists -TemplateCategoryWeight: 20 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_Columns.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_Columns.Forms$PageTemplate.yaml deleted file mode 100644 index 0cff13e..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_Columns.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1117 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: link-back - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Link - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Back - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton5 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Action - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: lv-col-md-4 - DesignProperties: null - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView1 - NumberOfColumns: 1 - PageSize: 10 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container13 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image11 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Mx3QvwCDvkyhvFkbabinHQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bD7tSpaPxU+47m+xqFfvPA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gMkFLovtN0aRLLPazSBDKQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PdPJHxbv8E6AEbIKnV6Fmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 34YDJJvTJkuRV5eEO+Zniw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Tq884KHg70mBUoXxJrDozQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Qe52TbcQFke3DO9AaZvOhQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: RojkiNqJjU6iRXToAnjCKQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3QfdIkbI+0+09DvA+zz+3g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: N5TPipSr0kOhQ75UFlSRig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BteKQAHwwUCk7Dk/XM9qFg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HAr+Qm+nrkuWDxiOkf6M6Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: nHrvgtY5EE2prQ4q274/Jg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PIup82Uz2UCujhIt/M8MzQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MsU0CuyYHU64NJPGMCkZoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Svn+uh52REu8liNng1D1jw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: K+9CjSaLlEynwp3OH2eWJw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: l0zigR5Qc0WDsJYKFmz5jQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UvlQ3wTwQE2GtrwX8gj1tQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: nN78F/KCkUOiiJ7eOqTpRg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2gllPcEKZkWUmF97rb9Glg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: v0M2dC5q4kejy5n1WtcA+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: slBM1rzhPkO9VI8fs0Ypeg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qYFTYAFOzkSCEplxJQUHBA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Xi5YWwTn2kiT3P9orym+IQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3WApzr5V8EW/LxZ5JbFrgQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rkK4A3zbYkWytngTDyFP+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: w0IobPYn/kuPJOK2qJm1yw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yTxSWA4FuEul/ViQYlukZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cds5+g0PmE+60sudh/UM7g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 29SKyONFEky3IWrHpczhRA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: imgokIsg+0ODG/v/CJ65JQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0Ze6t8Y1WUazSf7I0wqSRw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xGvVNjWcr0qvIaqoBcuGag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: lWbZHVQjK0uiMtlOkt6Dmg== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text41 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton4 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: List_Columns -TemplateCategory: Lists -TemplateCategoryWeight: 20 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_Filtered.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_Filtered.Forms$PageTemplate.yaml deleted file mode 100644 index 8d2cbac..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_Filtered.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1213 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: null - LabelWidth: 0 - Name: dataView1 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DropDown - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - EmptyOptionCaption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Dropdown filter - LabelTemplate: null - Name: dropDown1 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ReadOnlyStyle: Inherit - ScreenReaderLabel: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DropDown - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - EmptyOptionCaption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Dropdown filter - LabelTemplate: null - Name: dropDown2 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ReadOnlyStyle: Inherit - ScreenReaderLabel: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: null - Name: datePicker1 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Date filter - ReadOnlyStyle: Inherit - ScreenReaderLabel: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Search - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton13 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: background-white - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image11 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Qk8BXFchOkSFdKu9CN3Fpw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8BYA0d8VhECuib3xQ3Pp6Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wvRdJcJUhEOxp1XdVB6+eQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /6ERZm6OW0O8k24y48l/jQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Mqyduc7E5E2Of3w5GX/utA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UgTikhS/pUGx+Pbk8nWytQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: SC0fHOuThUCKvKVX7WV3+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 8V6tg0gMS0+JvyHsuL/lCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DJIj6XGu10CI7XrrVzSUeA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5UFBrPNrckqsiSkbeNQQGw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JkF2oBzde0WAd7kIKYheAw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: W51U9dH96ky8gemPuH96GA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XOdMXoPXS0aa5IQzaJ+7LQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Knl/QtU/P0aTrKnhOv0ZZA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IAnMqBe9HUuoi4sklSTDcA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ACjY6kfO2EqZQMv6CIuSRA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Wk595Kxx6UyiGS9iONdWMg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cOiYV2OI7USsfdyX9+Jdfg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LV6qwiabI0GbjjHoZSAvJQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: YbC+zvElEkec4JZ8k78y7A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CH9ZlW5ze0O4fxiAO18epg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: C9tD40n7Z0aQR660CgVUbw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ynZhD9xGhUevBWVYsuCOiw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YluGTsQfK0W6kZdKEwXERA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Qz2j3emd1EqaFCIwHcug1Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GCIfnlS+I0aekSazcencpA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: W/4Snw/szkSwKQDhX502xQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8T4nESlUUkSTjCh9sZKn/Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uS1byQ0cRE2drGf51+Exow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8RInXKYGkkCKzjqDSNe/CQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eZCILkebxkiOiVjb2TcZ4A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: k2rlwJe8TkiPVXEGK/dnrA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wHCeCnNmuE+Fsj9jGbQpGQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 48czMw/34UmrvkvgE1o3gw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: WvEIJPKk5k+cGKch6NhXUQ== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - Name: text41 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton4 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: List_Filtered -TemplateCategory: Lists -TemplateCategoryWeight: 20 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_MasterDetail.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_MasterDetail.Forms$PageTemplate.yaml deleted file mode 100644 index 3f1bf4d..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_MasterDetail.Forms$PageTemplate.yaml +++ /dev/null @@ -1,941 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1204 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid4 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text41 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: no-gutters masterdetail - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: masterdetail-master - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: 3 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: masterdetail-detail - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: form - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: margin-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: form-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListenTargetSource - ForceFullObjects: false - ListenTarget: listView3 - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: First name - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Alice - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox13 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "+00124059134" - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox14 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Sall.doe@company.com - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker4 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: 11/24/2020 - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Biography of Sally... - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: List_MasterDetail -TemplateCategory: Lists -TemplateCategoryWeight: 20 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_Status.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_Status.Forms$PageTemplate.yaml deleted file mode 100644 index 8a90afb..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Lists/List_Status.Forms$PageTemplate.yaml +++ /dev/null @@ -1,3093 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1204 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: link-back - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Link - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Back - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: pageheader-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Rounded - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ODZjCxZ+0U6yhAzoYiA7SA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: U/OOQqwtlk2+aeMhrty7mw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FmbGzzda6k2SDZOk3QV8ow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1LAndgP5cUqGf2TuwuWObQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7vBSEI/7D0S4jA0XwjJAmw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CdT1tfA2cE+7uqIh+f6bow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YZGqG9EUDUyQO4K0+ojctg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: LAhqv1I7BUKSNDkIE5rx1g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8qkcGqosIkeuSV9heAFomQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KTRnKac+4kOQQP1/5wt00Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UNWTLuDjcUClxlM9idr6Mw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: P07M6pVqckiaMuG7NnPRtg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jJQ1oN7yZEy272SW3pg6AQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vgupYTkeiU6RCwCuKrP0tQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Id/UvGyNTkq5yhXzw+6IPQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WNCuctoFHUOsFxDp5mzZ9w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 90RGYD0oWUCzgp+8r8tfNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 81NJyf4siUya8gdI7S38ew== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vUZGBwaAb0+0ym/kW9jhOQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: KuP8ADZeckKS8vEu+3Bzrg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YWoNXxd7kUiDOu0MTMqxrg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zvEjF7+e+keXglsXmLQ3/A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xSIRTC/EHke2ydbaWY6HDw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6HsXOXW2Ck29W4WRt944Og== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VEnwkfjk/EioIARxpfLHnw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ramBgcadQ06GrS/VHro/+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: g/gRezXfgky4upk1TQ++2g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "64" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KbXNoQupfkC0uqHPJWHPyg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3gBlEkkPHUawK1eyKQCU0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: V9EhKgNTBkKTZOZRTNQAvg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sXOpvTebqkey7iSqGkCQkQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /6+iWggwbU2hVnG3IgLh+Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6R4EY5/paEyaRgkPxjcg/g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: tsUqd/ELUkalBwa+qWTOwA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 1CHPzMTvZ0CLVXRlF7cO/A== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$TabControl - ActivePageAttributeRef: null - ActivePageOnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ActivePageSourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Pills - - $Type: Forms$DesignPropertyValue - Key: Tab position - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Left - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - DefaultPagePointer: - Data: PUkwwVIwMkq9JbjxrVwXkA== - Subtype: 0 - Name: tabContainer1 - TabIndex: 0 - TabPages: - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: All - ConditionalVisibilitySettings: null - Name: tabPage1 - RefreshOnShow: false - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: background-white - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bordered - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image11 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: u7sSvWBmzkOrtTPJGOlIOA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hSQtP26qgk2+xDeyIR4klg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3W0LPkuDK0a/tP9iirFzbA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KMndqYxlpkygMuyYwdFG9A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yKYrl05bK0OTc7yVjvXsRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jljnovkJ/UWqMCA+vysGWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MfBh5X92+UOLD9JVpUKokA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: E8t1QwdTT024zQMp3e1+Kg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: jsUfi/FbbkikllQbJUoYtg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: d2ix9SWtYU2OGYydX8GBXw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LsYSXnyRVUiBXn3ZLUeyXA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HyLCaKk4p06AeVc3ENlcTA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: O5X5m06yBkCOn5eIzNifCw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YnxCO1DOFESiBzSG7n2l5Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: bHNfUI/ebUO4i6IeMhqkEQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GWOrI976wEucDTcxZ/sYEw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ecQ5Jymo2Ua9kjDucs5A2w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Wkv4OP/+OE6TaqqbhLoAIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Yzp5xM1jk0y1oBbWI2Qivg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: TGQNCqMjX0awosqXWtE0/Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9SeKZ5MSI0uEXIgxYz/3nQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O/0VYpcgZk6SiTHxhqHSoA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2mS1wiJEdUm0/w5zMMyIHg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9Qxf4REFmk6bTzOrHKY6Ug== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6kj9MeRvvkKEssvZvjWhng== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CSix9K2PTk2c5Zc2OtXC1g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: g3yLsThOFE+EQE/acVgNag== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: kfvpcjXzGUOs88EQcKZPAQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RwllxxZBIkyMPIFfyjmO7w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: At1zRGjh6EG9ZGJUR+B78w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TGx2xnTQAE2mtVAFWFD5Ug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wHvPb6aBZEeqTkrKGCb+kA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rGtObPIHIkerxssf6i7n5w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zqN+3FNVZUa/hhsOvn4HBA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 6sQBI9PcqE2nvvkmqS6XRQ== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text41 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Status 1 - ConditionalVisibilitySettings: null - Name: tabPage2 - RefreshOnShow: false - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: background-white - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bordered - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView4 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid4 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image12 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZSOsDF62r0yxa6693vaNZg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LVbtaC/CjUC/ZewnSjSn9A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TjDqlyRxTUqMfLhnUZvJPA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ge2Km5OcfUOwlir4cPV03w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vIOspPyuDE6c8OGjPKpbmA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0SvCmyrnYEaV7lEMFSqmFg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LuhCftySyken1Lwh+8w/4g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 65F/povZ0EifvSZrpUzYBA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KIXnCjuRpkCVVcBJKWv8Ow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: h5szYyRBIEC6C4m740AIJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Iv6B2wx9YUmzbJaAIQ23tA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Jr7geK5vkUicMpLSQsDHLg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rI7j3CSIdkOt+fbCyoG9Lg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZTZED89mCU2LjrNR9/ya4A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EQDWUunh1EO5ywdZ8bWvRg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 05dlwu2aEU+a3FxpVC8lLA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pC4B4ZCekECIpSBh99Gi4A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YshKJM2Pm0ynv6v0PDm6dA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: w5iZ6RpxMEaiVGzUt1nKsA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: iKgM/467rUW5O8AKtm/EkA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: R/QccIbMREqhId31MG1OCg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7uAGaMbbfEC1n+Mrtdp5cQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Tg0xxYLIN0isR5xWP/16dQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: v6h6qHTQ3kmZIloPz1RPfg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XwxPfM7H1kKmigYHIONC1A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: azlDLT9EyUa/lPdX6mnoZQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iIkSv4yeRU6GqrvnZg8wcw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: x+7C56AtbkOJBbYk19oJIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EjLDXv/MXEKPszQS/+f1uw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3EkHzxJeAE2INq0cDUzf5A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WpnI8zNDT0OdJ5Zl/5aWdw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GghZDOfc9E2gzD4P3OPmTw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3YHLu6OeyEC0LImmAnitBA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DBbDhrWmdEGYZZr8Ijt4ZQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: e/nfg/uFb0KiohoIFD+nWQ== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text11 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text42 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton6 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Status 2 - ConditionalVisibilitySettings: null - Name: tabPage3 - RefreshOnShow: false - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: background-white - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Bordered - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView5 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid5 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image13 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IyGFWDGS90e0u7ovlRkKSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7gTizJVQWEObmVLSXwd3Pg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: uSvcmpmO5U6stiRpYyd5Zw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: lAgMfcecKUGXfHe/XGESCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NohzmeoDCEqsU8rBgs3KFQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iXw++aNs8EalSqieq16NFw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: G900FtbtLEe+g2dd9TCgfQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: w1m9XhLVXESFIYOA/GVapg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ByJmpy3jCkOk9nxuYvgatw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TdK7inMquki76hJMgDGmFQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VyDwKg+Tq0CTLPfTqQXMpQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LOjJa5emdUyauAEe4q++oQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +Jqm6OYgX0mSPVCIhEQp9Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +zIG/Cx4nUG+4+45eHmGgg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tY3rVBI+okesQs456VQ84Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: VaNhUeOKr0O6wrOZN6UZeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hZKK7RZsfkSgPm1kMARHrA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Dwsne7xP+kac0E4oSVpCKw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VTg9L945Q0aXFBi+khuAxw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: V0jZGzsw5UC/pLoNTopnkA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2lykV0memkysE+kya/mRHQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GQ+NkmpNU0CZ6PVb4U7L8w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9R3zf2OgPkOQGVUR8e2C9g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4+605wy620WzlwFqrCLrxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Fg4AUFsuCEmYIW01NAXt7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YOSIhH5Ee0in+f5MfHPgTQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: E5rFdgncREWObdKZKru4DA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "44" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cm339UCzcEa22zwvpLudzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aN/UYJEpr0e4np+84+1uww== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rzws6g3cC0GVfb9zKVxfWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5U+2pqJjZEK0Llqenv7hxg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1ZMzhbKaQ06kS+HqLiwBvA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ltk6GkztgU+eIwj34kuCQQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yEnhW1rbEk29TY2R5l8q1w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: O9lXu078AkmXFUafTjf08A== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text12 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary text - Name: text43 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton7 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Menu Right Icon - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: List_Status -TemplateCategory: Lists -TemplateCategoryWeight: 20 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Logins/Login.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Logins/Login.Forms$PageTemplate.yaml deleted file mode 100644 index 19763b5..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Logins/Login.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1092 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: spacing-inner-none h-100 - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid5 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: h-100 - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: h-100 - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image fit - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Cover - - $Type: Forms$DesignPropertyValue - Key: Hide on - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: Phone - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VHWL9phEWkq/8B7xIUhP4w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2w5qwH/JsE+7OYRGKVPFbA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: G/tKORu26UaxH7RrCh3tqg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: HJB//tyOgEm4EUHxsTw9HA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TI0fIm9zOEyBBdkzoWRoFg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: jiUueWNaZkiOxG3VHSfo8w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QWc7T2AQ/Um9qdO/GTe1Pw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 5VXABNOpSUSbSJv/XGv1xw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: etyEeryTk0m4urY04OQDFQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9wETUU6oW0mL7C9aALoweA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MsKSaQqFGUK+3JJpz5tK4A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 07YM9ZcURkGa73zjhPk60g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EIjxtSQjAkaVkONj+hbDSA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: seNXxEOEsU2/g0c0emUULw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: h1SJkFsc5km0eMmjuUgpHg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9IPwa46tN0iLtNSatm6g9w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aWPIRnBf2EeEpOYR6uXjrw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9yxh+t0iO0CamoquiVKW0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Z1KzbtD8vEO+zWCp+bG0ww== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: ORzKS5goZ0CW+ByDvEuIew== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: dWJluKE2YE+fc+zm8D60Rg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: I3gvO077Y0GPYfVVpkjOig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ADlIDo2f2kGAXoGrdM3BjA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: syMVi6jiTkO8qaqU1FNv3A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: st89wFDkFkS8YM/mLD7rdA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: P497S6F/wk+5w+9J2ZpmjA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LovRptkF10SHppHHm5Mv7g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6TzhE1YVxkmzj44F7yQp3w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XE+inm21XUqLCK7zw8nG3Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IfG8cq2YJE6/qItcgAXgcQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ahGhEwgepk+kdR1/BAb5GQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zrlNmKIuI0e3xhVDRqF6Pw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: DxVO4TXd4kyY2V/tBWxGHg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3UDlHmZnZUiNZvpMIB4P3w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: SSggLk5zdEmZuTdxiXVi4A== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: h-100 col-center - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: spacing-inner-large - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid6 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container8 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Sign in - Name: text41 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text42 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container11 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$NanoflowSource - ForceFullObjects: false - Nanoflow: Atlas_Web_Content.DS_LoginContext - ParameterMappings: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$CallNanoflowClientAction - ConfirmationInfo: null - DisabledDuringExecution: true - Nanoflow: Atlas_Web_Content.ACT_Login - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Sign in - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView1 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: form-group - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container9 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: "" - Conditions: null - Expression: $currentObject/ValidationMessage != '' - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Atlas_Web_Content.LoginContext.ValidationMessage - EntityRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Atlas_Web_Content.LoginContext.Username - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Username - MaxLengthCode: -1 - Name: textBox1 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Atlas_Web_Content.LoginContext.Password - EntityRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Password - MaxLengthCode: -1 - Name: textBox2 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: form-group - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container10 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: false - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Login -TemplateCategory: Logins -TemplateCategoryWeight: 0 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Select Entity/SelectWithDataGrid_Select.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Select Entity/SelectWithDataGrid_Select.Forms$PageTemplate.yaml deleted file mode 100644 index eb2eaad..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Select Entity/SelectWithDataGrid_Select.Forms$PageTemplate.yaml +++ /dev/null @@ -1,165 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Select With Data Grid -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$DataGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - Columns: - - $Type: Forms$DataGridColumn - AggregateCaption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - AggregateFunction: None - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AttributeRef: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Column - Editable: false - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - Name: column1 - ShowTooltip: false - WidthValue: 50 - - $Type: Forms$DataGridColumn - AggregateCaption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - AggregateFunction: None - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AttributeRef: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Column - Editable: false - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - Name: column2 - ShowTooltip: false - WidthValue: 50 - ConditionalVisibilitySettings: null - ControlBar: - $Type: Forms$GridControlBar - DefaultButtonPointer: - Data: AAAAAAAAAAAAAAAAAAAAAA== - Subtype: 0 - NewButtons: - - $Type: Forms$GridSearchButton - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Search - ConditionalVisibilitySettings: null - Icon: null - Name: searchButton1 - Tooltip: - $Type: Texts$Text - Items: null - DataSource: - $Type: Forms$GridXPathSource - EntityRef: null - ForceFullObjects: false - SearchBar: - $Type: Forms$SearchBar - NewButtons: null - WaitForSearch: false - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - DefaultButtonTrigger: Double - IsControlBarVisible: true - Name: grid1 - NumberOfRows: 20 - RefreshTime: 0 - SelectFirst: false - SelectionMode: Single - ShowEmptyRows: false - ShowPagingBar: YesWithTotalCount - TabIndex: 0 - TooltipForm: "" - WidthUnit: Weight - Form: Atlas_Core.Atlas_Default -Name: SelectWithDataGrid_Select -TemplateCategory: Select Entity -TemplateCategoryWeight: 160 -TemplateType: - $Type: Forms$SelectPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Select Entity/SelectWithListView_Select.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Select Entity/SelectWithListView_Select.Forms$PageTemplate.yaml deleted file mode 100644 index 28e73c7..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Select Entity/SelectWithListView_Select.Forms$PageTemplate.yaml +++ /dev/null @@ -1,129 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Select With List View -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView1 - NumberOfColumns: 1 - PageSize: 10 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - Form: Atlas_Core.Atlas_Default -Name: SelectWithListView_Select -TemplateCategory: Select Entity -TemplateCategoryWeight: 160 -TemplateType: - $Type: Forms$SelectPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Select Entity/SelectWithTemplateGrid_Select.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Select Entity/SelectWithTemplateGrid_Select.Forms$PageTemplate.yaml deleted file mode 100644 index 39b1cd7..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Select Entity/SelectWithTemplateGrid_Select.Forms$PageTemplate.yaml +++ /dev/null @@ -1,92 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Select With Template Grid -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$TemplateGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Contents: - $Type: Forms$TemplateGridContents - Widgets: null - ControlBar: - $Type: Forms$GridControlBar - DefaultButtonPointer: - Data: AAAAAAAAAAAAAAAAAAAAAA== - Subtype: 0 - NewButtons: - - $Type: Forms$GridSearchButton - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Search - ConditionalVisibilitySettings: null - Icon: null - Name: searchButton1 - Tooltip: - $Type: Texts$Text - Items: null - DataSource: - $Type: Forms$GridXPathSource - EntityRef: null - ForceFullObjects: false - SearchBar: - $Type: Forms$SearchBar - NewButtons: null - WaitForSearch: false - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - DefaultButtonTrigger: Double - IsControlBarVisible: true - Name: templateGrid1 - NumberOfColumns: 2 - NumberOfRows: 3 - RefreshTime: 0 - SelectFirst: false - SelectionMode: Single - ShowPagingBar: YesWithTotalCount - TabIndex: 0 - Form: Atlas_Core.Atlas_Default -Name: SelectWithTemplateGrid_Select -TemplateCategory: Select Entity -TemplateCategoryWeight: 160 -TemplateType: - $Type: Forms$SelectPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Tabs/Tabs_Card.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Tabs/Tabs_Card.Forms$PageTemplate.yaml deleted file mode 100644 index 5ab9add..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Tabs/Tabs_Card.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1087 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TabControl - ActivePageAttributeRef: null - ActivePageOnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ActivePageSourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - DefaultPagePointer: - Data: TXiALaBHOkeQVpgsgvn+0g== - Subtype: 0 - Name: tabControl - TabIndex: 0 - TabPages: - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 1 - - $Type: Texts$Translation - LanguageCode: ar_DZ - Text: Local Users - ConditionalVisibilitySettings: null - Name: tabPage4 - RefreshOnShow: false - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView5 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox20 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox21 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox22 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 2 - ConditionalVisibilitySettings: null - Name: tabPage5 - RefreshOnShow: false - Widgets: null - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 3 - ConditionalVisibilitySettings: null - Name: tabPage6 - RefreshOnShow: false - Widgets: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Tabs_Card -TemplateCategory: Tabs -TemplateCategoryWeight: 100 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Tabs/Tabs_Centered.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Tabs/Tabs_Centered.Forms$PageTemplate.yaml deleted file mode 100644 index 7f3852f..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Tabs/Tabs_Centered.Forms$PageTemplate.yaml +++ /dev/null @@ -1,2893 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$TabControl - ActivePageAttributeRef: null - ActivePageOnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ActivePageSourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Pills - - $Type: Forms$DesignPropertyValue - Key: Tab position - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - DefaultPagePointer: - Data: AAAAAAAAAAAAAAAAAAAAAA== - Subtype: 0 - Name: tabContainer1 - TabIndex: 0 - TabPages: - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 1 - ConditionalVisibilitySettings: null - Name: tabPage11 - RefreshOnShow: false - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: iZWI4tlZH0ybBfv1zp/rfg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: l+H33kZehE6JoDm3MeqS+A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: b/QtQrKJ4EOouIiGRPHSLQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6+taB72BLU+KAZttgy244Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: x2/HD0LyLEu+GWRvI4QrhA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ALMiPozbpkemtrGk0FTmEw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: k0RDJuAV3E22zPzy1iCJRQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: jOL51372zkOOgewNnCz6tQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kFWsUam65ECpIujCYwam7Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: smVUon5mmUeKVf4GWsQRZA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sDrgj8ROBUOE7Q9i7OCCCA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ReUE+Pn0Vkqg0ORIvcYmyg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TErgKUY3s0O8HzO/xqJrDw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EUnVrbCkNUyj6m+ybUONNw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: kPQoT0uXUUGUSl9tOoLefg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 552pJx4SdkGiB2MHEwCoxw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7AR4/JyZs0uhSQA5BgS2Sw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nP0jmTV2oUSv4MzBToTfSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6pybITac/EKx1SxWF9yjNg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 1lf+ABwT3Eih6FDmaVgFCw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BHBC2TS/GU6CKspJollfeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: IIj2jj0qDUekkz/HPcbQkw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IIG/vWnB10qRMK67cmxwKA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: v9VZrMX4y0u/JsSwT0wO7A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9X64odwCs0iFucRKGAbKUA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fzceoEL8HUS+TgMYw0s/4Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: CxG/iiL95UyJxB0CNnDXxA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eTi7JELTYkmSvnazYp/AeA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: l9sZvGS5Y0ygVHMTlFaPrg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: hOoW55q2hkyHpoOdk4OxmQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: BKQUzlm+N0aWn8TUBG7l9A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 6XNoPeQ49EWsaypv6HDs0w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: OSObxseknU69Zkm1n9XceA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: X1izIbJYwkGFeS/uSJtNHw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: VRpd2uQ4u0uKqQCxy/6A7Q== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text23 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text24 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vCDMTxEuP0aJ4vIFIW8M2w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: M7gf9I7xREOBqLKzUtyTUQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Vb1/gCFhbUSFCMgkzEorsw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TYvEm3Nt7UCQ1aztXL1WMQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +caWgdbccUeEM9L9KS8z0Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Nm0ZKdAEaE+gKnml2VjrzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5rW62tusJk+8jaY1WTdDZQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: QM5QFgRLq0mKs43lTp9hPg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: frNcbt5u9E69TXHO5elrxA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Z/VZabYoUEmGAkrJdh3qCw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cbSMm0OXyk+i7UiDmCLeAg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +qPHl6cqH0eFoKcSex4UdA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UgTJ6Mnnj0aouufZpmQsYw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: suJDp7DkrkO7X5xqVNZtoA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZRL1aCZdGUWYjfbgvOSGNA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8mijydVB4UCJ81b4XW+pZQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QwVoD17k2EiByEm2C/SAAQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Heuy9WfpO0+uR/exoDkVWg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: i2xwLNVI0kiFYvEBTBKlbg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: p1MVAeZeckm/F6f1PPecYA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UbM+apwaikumdIY/hqlbiw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aB3vzcCp5UChdX8h+BBqzA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 76Uq1gRmXkqO7al50MfZGw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 23CYII9WukuKx+DDZOilog== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 4VFo9ps0SUmXUYh1TdTETA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SlOaY+FHoU+49rH4NDJPGQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9cYiD9afj0yxixqdjk0jIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /Vl5pugjxUioCIAL08kjrw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IqtK7neZZkGd+DFoslmsiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: c04NDoIYTkiG45szDaJKpQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1VU7rzeXT0W3hITlCsXq4w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 20cVXlJQkESkg7n6UVJKrQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: igiJ2Q4iF0CpMDA29Lrp4A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: vGAK5eRzR0mHWfEXRQPzDQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: oca0UaIvMEy2+N5BMsHmfw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text25 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text26 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image3 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: o99YluS3tUWWHGhwysyRcg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MWn54d0fdUKtP0OE9qIzAQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PF3ea9s9BUGwCCZ/ekisKw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DjOtyXgR0kKTx8QQe+O2dg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HAvqwixk30ue9jjl6loSPg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: enIPk/IKDEaKSmW106PnSg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vSeJAoGoUUuRuaLOFowTTQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: JijWnLMSSUKyQBTyY4iQlg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yA3rWMG58Uq8x8OfcU/7Aw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ZgR97p4FAUiuo5lbOFzFaQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NjOJVdH/e0yaEHJz+umeJA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: K+V8p0/cVkiLJmLMs5+3Ww== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: VGiSj7TNqU+eWoNngqhwiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: itxQ5yTPmUOiG2E4NWm/Rg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 17JIvLCMuEW+LCRPEkmR6A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: B/zx3TaQ50ymAo5jr0jalw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 6oDe1Qkk0E+NB+gST8QM5A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: H8WoNtyFLkmiQnmLhuYf6Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2CwSVhG73UOo1pdxL1nV2A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: I9oLwsDbp0ys2CRGtTwa2Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UqAaQrZhD02h7r47o7AHMg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2t9ZjD41a0aAk12X7gXpZw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Wjt+xhgeCUS0xDj+1AL+rA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: QZ/RGOjtdEK0X4x1wVQGag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oTspadh/hEypnrq+sh3KGg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: yMUdj43bf0CZ6Mja7R7qlw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j5nNKu5up0GNSq87Nt/yxA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: b34bqWj2WUGyKGXJ76Nu3A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xqklb09+MkCN3/9j9NLKnA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: nBzUoDKHEkmExfUG0oN+XQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ixukY8N6G0yGdQp0xeuAHw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PSYTEbCJK0+z/UwUOZyIyQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MwOo108Se0aHYNrBA6ZRUg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9JS+H+EPp0Go9vUig7Tvuw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: JJxZ4enUGk6yE3Z3fd9aIw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text27 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text28 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container8 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image4 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: UhlD84AIOEKIuwhAFMlWGQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: RU1BlobMq0KWfevOaQu7nw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 9ACblqzg1Eu+YQ1/mTiJoA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iyACYf3INUOTxhy11xnuUw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WGlFElY7dE28QqqsTtqLUw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: qwYKavrutE2AC6K2niVi1Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NpTGV87I1k6kanT7TOb23w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: aolGDpgM40G0x7kpBx0gvA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2FXDTmQTpUivtA0rrxUwLg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0OwwR1sp7UC1pqwu4eh8tQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EdFbrKONOUiLvugTEeSBog== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: EskHNEpIukyvAFtn9sw5QA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hcHjgPaEFUC3ycqizTIbUg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: eSSMVOIurEiTGzUwGuvEwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wjIy/F35xUmUycIdwAvVmg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 3ULnH3CVI02jtxGnzNzteA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: loF4atxmvkSqOD5TdOwG0Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 06nhVgaFckSFsDTyNudwfQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1JLhidFuQUe56eF4Zxy/dw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: m7wL3xBHu0KUOT+6RTSj+g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NYjs4sq6TESkzTMeJuRSEQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GVFuSFSsSEaMI9wjCC+TvA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PKlfLRE0Q0uuY5571zx3/g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: x4cdMsfX5UWeXvm+nbCc1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: z7raRty8ski9Z3CA3gnIHw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: h18zp8qZcUOVRZRbtc+UwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yQHHKSA5nEiGJlypXQVPBQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 75m66Yv7uEWe4JmN+n/gXQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LUrYa31fSU+edCCUIgKtIA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WfEoKjPlxkaRhwsoK4wyqg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +xnI7ytPMUOlHt2krG2VDg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: mdx5OeXTSUS9PLm63ABQkQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: WmRcqT782E2LXe88170scQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: R+sF1zxCE0iSjlzEKXW5rA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: rLVkhRveHEK8+mji8PEalA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card-body - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container9 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card title - Name: text29 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text30 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 2 - ConditionalVisibilitySettings: null - Name: tabPage12 - RefreshOnShow: false - Widgets: null - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 3 - ConditionalVisibilitySettings: null - Name: tabPage13 - RefreshOnShow: false - Widgets: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Tabs_Centered -TemplateCategory: Tabs -TemplateCategoryWeight: 100 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Tabs/Tabs_Fullwidth.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Tabs/Tabs_Fullwidth.Forms$PageTemplate.yaml deleted file mode 100644 index 662d933..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Tabs/Tabs_Fullwidth.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1063 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TabControl - ActivePageAttributeRef: null - ActivePageOnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ActivePageSourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Justify - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - DefaultPagePointer: - Data: AAAAAAAAAAAAAAAAAAAAAA== - Subtype: 0 - Name: tabControl1 - TabIndex: 0 - TabPages: - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 1 - ConditionalVisibilitySettings: null - Name: tabPage1 - RefreshOnShow: false - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView5 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox19 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: 12 - PreviewWidth: -1 - TabletWeight: 12 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox20 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox21 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox22 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 2 - ConditionalVisibilitySettings: null - Name: tabPage2 - RefreshOnShow: false - Widgets: null - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 3 - ConditionalVisibilitySettings: null - Name: tabPage3 - RefreshOnShow: false - Widgets: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Tabs_Fullwidth -TemplateCategory: Tabs -TemplateCategoryWeight: 100 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Wizards/Wizard_Form.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Wizards/Wizard_Form.Forms$PageTemplate.yaml deleted file mode 100644 index 66e8392..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Wizards/Wizard_Form.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1058 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard wizard-arrow - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step wizard-step-visited - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container18 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 1 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton18 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step wizard-step-active - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container15 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 2 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton11 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container16 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 3 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton19 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container17 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 4 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton13 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: null - LabelWidth: 3 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: false - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox13 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox14 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox15 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker4 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textBox16 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Previous - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Size - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Large - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Next - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Wizard_Form -TemplateCategory: Wizards -TemplateCategoryWeight: 130 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Wizards/Wizard_Form_Centered.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Wizards/Wizard_Form_Centered.Forms$PageTemplate.yaml deleted file mode 100644 index be28e29..0000000 --- a/modelsource/Atlas_Web_Content/Responsive/PageTemplates/Wizards/Wizard_Form_Centered.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1190 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Atlas_Default.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: pageheader - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page header title - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: pageheader-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard wizard-circle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step wizard-step-visited - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container10 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-number - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "1" - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton6 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 1 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton14 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step wizard-step-active - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container11 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-number - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "2" - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton7 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 2 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton15 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container12 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-number - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "3" - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton8 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 3 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton16 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: wizard-step - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container14 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-number - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "4" - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton9 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: wizard-step-text - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Step 4 - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton17 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Previous - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: None - Weight: -2 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Size - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Large - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Next - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - LabelWidth: 0 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox13 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox14 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Email - MaxLengthCode: -1 - Name: textBox15 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker4 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textBox16 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Atlas_Default -Name: Wizard_Form_Centered -TemplateCategory: Wizards -TemplateCategoryWeight: 130 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Security$ModuleSecurity.yaml b/modelsource/Atlas_Web_Content/Security$ModuleSecurity.yaml deleted file mode 100644 index 03fe35a..0000000 --- a/modelsource/Atlas_Web_Content/Security$ModuleSecurity.yaml +++ /dev/null @@ -1,5 +0,0 @@ -$Type: Security$ModuleSecurity -ModuleRoles: -- $Type: Security$ModuleRole - Description: "" - Name: UserRole diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Blank/Tablet_Blank.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Blank/Tablet_Blank.Forms$PageTemplate.yaml deleted file mode 100644 index fc36340..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Blank/Tablet_Blank.Forms$PageTemplate.yaml +++ /dev/null @@ -1,23 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Blank -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: null - Form: Atlas_Core.Tablet_Default -Name: Tablet_Blank -TemplateCategory: Blank -TemplateCategoryWeight: 999 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Dashboard/Tablet_Dashboard_Springboard.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Dashboard/Tablet_Dashboard_Springboard.Forms$PageTemplate.yaml deleted file mode 100644 index 11db1c3..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Dashboard/Tablet_Dashboard_Springboard.Forms$PageTemplate.yaml +++ /dev/null @@ -1,959 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Split_Equal.Left - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: headerhero springboard-header justify-content-center h-100 - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container9 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Dashboard title - Name: text9 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Split_Equal.Main - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: springboard-grid h-100 - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: text-danger card-icon - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton17 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Danger - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text3 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon text-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton18 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text4 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon text-success - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton19 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Success - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text5 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container5 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon text-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton20 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text6 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon text-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton21 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text7 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: card springboard-card justify-content-end - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container7 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: card-icon text-primary - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - ConditionalVisibilitySettings: null - Icon: - $Type: Forms$IconCollectionIcon - Name: actionButton22 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Folder Open Icon - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Card action - Name: text8 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H5 - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Tablet_Split_Equal -Name: Tablet_Dashboard_Springboard -TemplateCategory: Dashboards -TemplateCategoryWeight: 1 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Detail Pages/Tablet_Detail_Masterdetail.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Detail Pages/Tablet_Detail_Masterdetail.Forms$PageTemplate.yaml deleted file mode 100644 index 8f31821..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Detail Pages/Tablet_Detail_Masterdetail.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1448 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1030 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Split_Left.Left - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView1 - NumberOfColumns: 1 - PageSize: 10 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid8 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 7RQBfmC3C0KYSgeKNDAYeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: g40e3SlnxkmIRd+YVlr4YQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: w++kx7bPhkS2mOf5ZORuMA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 7zZ4A7dBUkqoYUh5+NFQ0A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 0f/6W+GKA0+5Xufx5U/gYg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: FLy/K1W7SEO5XJb4TUo8ow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XSWK1+ll10uq3hx7HyoXCw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: sj/0vuBsCUyPRHXTVPkxWw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: XbbAaQD7Dk2/7WQ8yqpv4A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: A0g6UYdzw061CCNoR+K8uA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QyOKL/Oy8E62s6f/x8QsoQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: a1L1lJ4ep0qHOFw3RXXe/A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RMCbOlOgxkG0FAt3y1dTLg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ql+B+wOQNEKzmDB5pGERcg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: sNetx4qSLkG/he3uooWb+Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: J+pzxS0fEUewLRIYxbbXwg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: MtWJ2504sUSDNfaWturApQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NqlJ7Lqdn0yXAr8r8lxmHA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Lr2Vfvc6gkaXvmAL9wuOow== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: QtyEtDilBE6kdl2Clf0log== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zxx8Tzu0UE28a9APFOsvVg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1yme8iq8fUCKm7SXwDSN1A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AWiQzAJZC06e7IQKH/u5IQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "40" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: aHTcpQy8DE6jEl+1gj84jw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Xmyp32tgR02m2mDRFVvu+g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sxuynAIFIkqKIjTy25hMDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HMtRxZqmI06F8sZcKImAQw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4MBzC02vT0K3vcqKFc5Heg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: URAYO0kQvUmJGNMwiuAgeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1ct10wcDPEWol7uftk3apw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: tK0k5shPhUeoIqIiYIcuVg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: NOcJxf7qlUqscSArfFj9Zg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: z2lLsvAJ902U9oop8mPyuw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: UCFxB+q6C0qgUVVQjERH+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: mpLuCVGDGEuh5lbPz3iyLA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text29 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text30 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Split_Left.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: border-left - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Background Secondary - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListenTargetSource - ForceFullObjects: false - ListenTarget: listView1 - Editability: Always - FooterWidgets: null - LabelWidth: 3 - Name: dataView1 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image fit - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Cover - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image3 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LcXbueN8OESJ1inV7pTINg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fgoNV/a1dkylJaXSRQpqWA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: qHU7M/0kt0GMwH4sPG4//w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: YGKbHJL6rEqf1McOU0fVMQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: eEobDs6yF0SwWE35O8JqvA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: uzWpZ2LTPUa7g79SsCSdwA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 2PrkEHg9LUyc1rFuj1Wf6Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: S8P1HokuEECK6VeEvU/Rjw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: TMJ85w/nUka9o08VSIuW8Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: R+VW1JVD4UmyRrX8qHWJPw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Q2+rOsP4OkaGbsya7Nx4aw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0h5cco7mBUWUvAvD+FC2ig== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: oQAxmz8uVUyko5XCAal1yw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: x2HRV1ejs0+fCpAKCpK7Ow== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: A9Wkr0ZpQkqFYxYw8Og6FA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: CC4uiZ+fVEaQ7tkF0mcWUA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vi6uS8Ac+UqZ0E1Ut9bx3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: cctbMZ+G7EykFArUe65gLg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: AxWsoRZaGUuC8pX01KjMKw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: B4g000hAOU6Mcl67Q4TAJQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ne4vFTa4aEa4VPpMmUsnfw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: percentage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: y4xyjl4QdEO9QFCBHcDjXA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: LbXtGmZij0u/Vfz/KYAO0g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Zm3vcJWnSU6EIB8O6vwEYQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xPVvpbhBuUioWxBF/41hJA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: B8QSUYjC7EKI4VmZL0Kn2Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wvbQfQIP2ECFf6sxUUOWWw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "250" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 0+Vpxtsb3kio+oTVYtnLsA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: hBqlN8EZo0Wv21GwtgB3Zg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: iFuPAClviUya0PMQG0oImA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vhM8NkR5bkGM9zf7SYBo+w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TEXy8jyAxE6PdxM8nnyo4g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: EVryypT0VUCyU1vJX8/mWg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Z64/bCL+Fkq840s1SXq6Gg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: MQYTaPN4LkqdNytYB5bXXw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Main title - Name: text23 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H2 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Weight - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Normal - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Secondary title - Name: text26 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, - sed do eiusmod tempor incididunt ut labore et dolore magna - aliqua. Habitant morbi tristique senectus et netus. In nibh - mauris cursus mattis molestie a iaculis at erat. Posuere morbi - leo urna molestie at elementum eu. Urna duis convallis convallis - tellus id. Lacus viverra vitae congue eu. Arcu non odio euismod - lacinia. Id leo in vitae turpis massa. Donec et odio pellentesque - diam volutpat commodo sed egestas. Interdum velit laoreet - id donec ultrices tincidunt arcu non. Nibh tellus molestie - nunc non blandit. Tincidunt arcu non sodales neque sodales - ut etiam sit amet. Facilisis mauris sit amet massa. Lectus - urna duis convallis convallis tellus id interdum.\r\n\r\nLorem - ipsum dolor sit amet, consectetur adipiscing elit, sed do - eiusmod tempor incididunt ut labore et dolore magna aliqua. - Habitant morbi tristique senectus et netus. In nibh mauris - cursus mattis molestie a iaculis at erat. Posuere morbi leo - urna molestie at elementum eu. Urna duis convallis convallis - tellus id. Lacus viverra vitae congue eu. Arcu non odio euismod - lacinia. Id leo in vitae turpis massa. Donec et odio pellentesque - diam volutpat commodo sed egestas. Interdum velit laoreet - id donec ultrices tincidunt arcu non. Nibh tellus molestie - nunc non blandit. Tincidunt arcu non sodales neque sodales - ut etiam sit amet. Facilisis mauris sit amet massa. Lectus - urna duis convallis convallis tellus id interdum.\r\n\r\nLorem - ipsum dolor sit amet, consectetur adipiscing elit, sed do - eiusmod tempor incididunt ut labore et dolore magna aliqua. - Habitant morbi tristique senectus et netus. In nibh mauris - cursus mattis molestie a iaculis at erat. Posuere morbi leo - urna molestie at elementum eu. Urna duis convallis convallis - tellus id. Lacus viverra vitae congue eu. Arcu non odio euismod - lacinia. Id leo in vitae turpis massa. Donec et odio pellentesque - diam volutpat commodo sed egestas. Interdum velit laoreet - id donec ultrices tincidunt arcu non. Nibh tellus molestie - nunc non blandit. Tincidunt arcu non sodales neque sodales - ut etiam sit amet. Facilisis mauris sit amet massa. Lectus - urna duis convallis convallis tellus id interdum." - Name: text27 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Tablet_Split_Left -Name: Tablet_Detail_Masterdetail -TemplateCategory: Detail pages -TemplateCategoryWeight: 2 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Forms/Tablet_Form_Details.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Forms/Tablet_Form_Details.Forms$PageTemplate.yaml deleted file mode 100644 index 5431874..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Forms/Tablet_Form_Details.Forms$PageTemplate.yaml +++ /dev/null @@ -1,545 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1199 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Split_Equal.Left - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: headerhero h-100 - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Left align as a column - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container9 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text9 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Split_Equal.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: h-100 - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Background Secondary - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Center align as a column - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$DataViewSource - EntityRef: null - ForceFullObjects: false - SourceVariable: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox13 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$DatePicker - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Birthday - Name: datePicker4 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Bio - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Tablet_Split_Equal -Name: Tablet_Form_Details -TemplateCategory: Forms -TemplateCategoryWeight: 3 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Forms/Tablet_Form_Master_Detail.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Forms/Tablet_Form_Master_Detail.Forms$PageTemplate.yaml deleted file mode 100644 index a6b4dd2..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Forms/Tablet_Form_Master_Detail.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1255 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1198 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Split_Left.Left - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid8 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: card-image - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: ZrSx4y1UqkSRO1xUYQJYhw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Cx2lE8AVZ0KWWcvxINV1xQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IdG/dV/umEigXjrmZ4+fsw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 2tbRyA3k3U6KvEAOoWap9A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +SsDekr5NkWR5hN9uiTONg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wpiPntd9zUKyjZW0w84kvw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: QBQRAH51zU+DCUoVvn3MiQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: vXmnuQO23k6dVK8rU09q9Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3SHc6aP5QkGLmmOq2Nh6Eg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ga4Dhw0AP0Wjv3Wptn3Dnw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xvvlo7nvEk+ZbCX2eLSEfQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /ZMzL9oeW0qm/hFTFGb9rw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aaxovmPHMk6OhIwEv6niYw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wWYHejTd+ku6VuG6tlQlzQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: lKQtfyVeuE2Rzn0JPwFtJA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: zmY7Cb6idECy0RotxcSq1g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Q9++2uF3TkOECmvTJOf6yQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: sxyXMwiRL0W4aOeH5xTQog== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: d4zWaOHgKkGzfFIkavSMSQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: Jzrs4DQCAUa4fct31/buSQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yDmsdCqPgEaSFLFDERfa9g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: dksXTUJyZECv6S76fAm1Lg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8zi+xtmX8EuqI0De+8Wfjg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "40" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5arrO0d+PkKo8ol51olf3w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: i0WFmolKjkaRfHeeu3Se/Q== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: auto - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: AlPh6m/rK0mbQU9s1E0yAA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zJYdmQx2w0Kb7Ert2ignxA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "100" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: T15ptfFk5UqTFf6uib3LLg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: wchH2ns07ESe6mOWyeCb+A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5oCEDYKFoUuSxPpDZ5iaDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: cnx1kLbsvEO5IXBR/MQYug== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /1DxZLCQ10ahmDwewcEEBw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: d6TsNzJhAUSmkwmoIQLvgQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: y2ZsI0GCIk6XjL5t4f3NpQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: 8/jd6/6wtUqvu62nT84Wog== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: card-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: List item title - Name: text29 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text30 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Split_Left.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: border-left h-100 - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Background Secondary - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container2 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid3 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: formblock - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container6 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: formblock-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Request details - Name: text5 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListenTargetSource - ForceFullObjects: false - ListenTarget: listView3 - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Submit - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton4 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 0 - Name: dataView6 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Name - MaxLengthCode: -1 - Name: textBox17 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Phonenumber - MaxLengthCode: -1 - Name: textBox18 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: M - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Success - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Knop - - $Type: Texts$Translation - LanguageCode: en_US - Text: Approve - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: None - Weight: -1 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Full width - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Danger - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Knop - - $Type: Texts$Translation - LanguageCode: en_US - Text: Decline - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TextArea - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - CounterMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Editable: Always - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Comments - MaxLengthCode: -1 - Name: textArea1 - NativeAccessibilitySettings: null - NumberOfLines: 5 - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - TextTooLongMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: None - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Tablet_Split_Left -Name: Tablet_Form_Master_Detail -TemplateCategory: Forms -TemplateCategoryWeight: 3 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Lists/Tablet_List_Doubleline.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Lists/Tablet_List_Doubleline.Forms$PageTemplate.yaml deleted file mode 100644 index b422d7f..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Lists/Tablet_List_Doubleline.Forms$PageTemplate.yaml +++ /dev/null @@ -1,710 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1200 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Default.Main - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Tni06/EJnUyY5D8XhMEHzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: XXpuuexSUkun5vovl7L5PQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yTfxDAbFzUijjZISBBL2Tw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: gUFerorQ3USJhXn/3tMVmg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: v9FWtc3frkmZYg3I3W55Jw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: bmYfOWE1KU2bNlEJLw/M7w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: rnbR06lXWUKK8i7GLFWt8g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: V7j/mqTSwkWbHJ7i9eN60Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: j8CyM1Y5T0SFdh0w1pfz5w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 8nC1WuDqSUqK2uluIbEf2A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5UDDg53BA0esK23ZQ2Caqw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: ff6XvEzWnkamokY9C5XHAQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xTbsThiz0k+XwnnFtKhBuA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: /FzydKTPJEeosWQxnKxyDQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mbaOGEwhU028nMkOEiFDeQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xSUdEBXY/kWJ6IWaTEK+2g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: X/o8sCnQtEmopdLuuGqODg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KLv0wPrXeEaDbYe5Y0qVnQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: YY53fM2E0kK1+O7zFUzrvQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: CCyFoqu0P0KUoIoQPOHSdg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FQu3HOpnZEWGBVjkKbyUbQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 5G2fcdlO9kOT5tE66GyNLA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 8DnZSSzptU+nsnYPrScw1g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "40" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: AIN/R9eR4kSWAhuhSBF79g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: HkmnuG2+EEedW7zhSXjAgA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: fu3SVpXO0E23AI31cHlAwQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Nu632uYNGUKT8viwVA8dHQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "40" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: xfqfPPrbMUiqlBuSIQVNGg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: yobT88WaWEeuDrYZOTh7BA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KENC0NZJgkm6q0yB4BunJg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Ff+zTtlJy0mfRgOay9hNIQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LzTtBTtLBUusj7XUpLv59A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +CMUbl14CEO0P5QUDN7yhw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: pEO03t90XkaSNroxLweyDw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: hcZQUAKQTUmBMjCkp06sdw== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Listview title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Tablet_Default -Name: Tablet_List_Doubleline -TemplateCategory: Lists -TemplateCategoryWeight: 4 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Lists/Tablet_List_Tabbed.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Lists/Tablet_List_Tabbed.Forms$PageTemplate.yaml deleted file mode 100644 index 9ce90c8..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Lists/Tablet_List_Tabbed.Forms$PageTemplate.yaml +++ /dev/null @@ -1,1480 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Default.Main - Widgets: - - $Type: Forms$TabControl - ActivePageAttributeRef: null - ActivePageOnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - ActivePageSourceVariable: null - Appearance: - $Type: Forms$Appearance - Class: listtab-tabs - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Justify - Value: - $Type: Forms$ToggleDesignPropertyValue - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - DefaultPagePointer: - Data: iVUcUFD6zEGrNqC+FPnJhw== - Subtype: 0 - Name: tabContainer1 - TabIndex: 0 - TabPages: - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Tab 1 - ConditionalVisibilitySettings: null - Name: tabPage1 - RefreshOnShow: false - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView3 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid1 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image1 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: xhGk5/Dnnkiz+4MgAm61Aw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: SMzCTE7Lq0uzIYMj/7p5/Q== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: aavEBeB4v0GyYDd/PNsARg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: rItuz/K7rkiyqOcP2GNFaA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: G+p2kglUnki2+IgqwpObEA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9h5Y2Ys/ZkCqx4Iv/9UdFQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: JkK8o0JDO0il8mTpR3OHOw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: T3tw4elBX02PZphFB9qKRg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: NqP4zwVkmUCBt3tM1xHHCw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: MhAnd/ZoiUWIFLL9hmsw0g== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zWFg2IEzZ0ubT+ffzcfkjg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: wWF5G6+jiUGNvy6putjMBQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: w0IWPGpa/E69tPESv9puAQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DGbMmMIqtUCNzJLrlE6ngA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: q+X9zwGbhEW7Tna6tkBNVg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WYIhnVIUVUO5aFg8SshEfA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: elcewliEYU6T8RvzZs9A9w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: TFZ+jEFo7US3HS66lr0/kg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zL4+dk5J7kyGkwOn6rpUiA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: T0eTMCk6X0mgumxDXW5fkg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RyHTnUh1n0S/tv6DGdL7aw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: X05yx+R2L0WzGtl9DHNhSw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zP2GpN/8206e3eerT3jIHQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "48" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 31GqjBrQYEC26gEm56/Tyg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 1i7YF4JitkuW7ajiosm2nA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 4HeRH89jv0WPud3KDRpw5A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +58NQvdp2UuNzH8GNme4Cw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "48" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Gxsp5Hf3iEqpa40N+bqQIw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: y0QQiR3nQkGG+2+42IV3ww== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: PA/i+3yXyEOMbPJ4QiawjA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 3vjBfDR0UUGgsKyPNROcGA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: DV6MUFMQDkST4dEx0tD7+w== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: mwQt4y63NEqMMN/Zq7tjXA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: LyqL2YpJK0ycZlXt10wb3A== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: td3+6xu7HEa7V0t3VvQJVA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - - $Type: Forms$ClientTemplateParameter - AttributeRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Listview title - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text39 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - - $Type: Forms$TabPage - Badge: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Page 2 - ConditionalVisibilitySettings: null - Name: tabPage2 - RefreshOnShow: false - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Lined - - $Type: Forms$DesignPropertyValue - Key: Hover style - Value: - $Type: Forms$ToggleDesignPropertyValue - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView4 - NumberOfColumns: 1 - PageSize: 5 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: - - $Type: Forms$LayoutGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: layoutGrid2 - Rows: - - $Type: Forms$LayoutGridRow - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - Columns: - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -2 - PreviewWidth: -1 - TabletWeight: -2 - VerticalAlignment: Center - Weight: -2 - Widgets: - - $Type: CustomWidgets$CustomWidget - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Image style - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Circle - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - LabelTemplate: null - Name: image2 - Object: - $Type: CustomWidgets$WidgetObject - Properties: - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: l2tQtww8nEGdhom9jgwf/w== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: image - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 9jFrSGWRCU23FXwpuWZaag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 37Im8diYk0OqF3hlY/GNnw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: 1948EjdmCUi9nIPOM1H/ag== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: 5WQXjCzsiE6EPlema9ErHw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: O25s4zO2Rk+hGTNNRYMrCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: w7mwwT5DekuMfBOxFeeqLw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: +5v3h9N/MkWoa2BGHfMhog== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: t9Ny1pBvikCIHdzGF0W1bQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: +kVTCa6jPEKL7gmq5AinOQ== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: IL68QSlQN0ONoldhNOebjw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "false" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: t4kJChif4ke1/CLo3pV7Qw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: gnAYhn3ABkO9O0R4gmf1vA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: k1Q9rTssEUiA4WAKifkwDg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: PsmKU0YiL0qWAE9K7eYFsw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: action - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: Ylqth+h4dUi6DPLnyFeUkA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RJ2HUT3xUkOvXfWX1QiMAg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: anI/g/LSA0SDXhT/CO3Khg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: KRVRFneA8ke7a00OlWepBg== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "" - Selection: None - SourceVariable: null - TextTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - TranslatableValue: null - TypePointer: - Data: 3RyEEP2TQk+LJFsmm88UvA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: vzxgHyujlUWLLMUEVk+u3A== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: GI4f6UI9Q0SpL7cItoBIaw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: RHpx1Fpal0O6LmgZRreQKQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "48" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: WrGZGD6000OaQSPjWrhmMA== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: zIV9MbGRwUqeBeak2BLOsA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: pixels - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: KQZRo29bTk+Tsuxv4JGjCg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: FdJ04q6tsUK9vkZ9h4ms2g== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "48" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: BSUHV4vme0i2PKk3WgSmNg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: Cq2/hAKV70GU8YkTCZyoPQ== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "14" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: p1+dh6pTSE+G2kWWh5uKJw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: +gJ3Nz3kbECvWBmfurwCzw== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: fullImage - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: V1n8Md+wp0yhfMum2dkNZg== - Subtype: 0 - Widgets: null - XPathConstraint: "" - - $Type: CustomWidgets$WidgetProperty - TypePointer: - Data: pWpvVstLTkqbAdhVH6n8AA== - Subtype: 0 - Value: - $Type: CustomWidgets$WidgetValue - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - AttributeRef: null - DataSource: null - EntityRef: null - Expression: "" - Form: "" - Icon: null - Microflow: "" - Nanoflow: "" - Objects: null - PrimitiveValue: "true" - Selection: None - SourceVariable: null - TextTemplate: null - TranslatableValue: null - TypePointer: - Data: M5rOmWC9LEqIJfFdatT1tw== - Subtype: 0 - Widgets: null - XPathConstraint: "" - TypePointer: - Data: LdV+fZ0Gp0i0Ffnta6fEIA== - Subtype: 0 - TabIndex: 0 - - $Type: Forms$LayoutGridColumn - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - PhoneWeight: -1 - PreviewWidth: -1 - TabletWeight: -1 - VerticalAlignment: Center - Weight: -1 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - - $Type: Forms$ClientTemplateParameter - AttributeRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Listview title - Name: text11 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H4 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: None - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text40 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - ConditionalVisibilitySettings: null - HorizontalAlignment: None - SpacingBetweenColumns: true - VerticalAlignment: Center - TabIndex: 0 - Width: FullWidth - Form: Atlas_Core.Tablet_Default -Name: Tablet_List_Tabbed -TemplateCategory: Lists -TemplateCategoryWeight: 4 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Login/Tablet_Login.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Login/Tablet_Login.Forms$PageTemplate.yaml deleted file mode 100644 index 35de3a3..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Login/Tablet_Login.Forms$PageTemplate.yaml +++ /dev/null @@ -1,577 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 1199 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Split_Equal.Left - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: headerhero h-100 - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Align content - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Left align as a column - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Brand Primary - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container9 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-title - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: S - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Form title - Name: text9 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H1 - TabIndex: 0 - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: headerhero-subtitle - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: White - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: margin-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Supporting text - Name: text10 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Paragraph - TabIndex: 0 - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Split_Equal.Main - Widgets: - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: login-formblock h-100 justify-content-between - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Background color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Background Secondary - - $Type: Forms$DesignPropertyValue - Key: Spacing - Value: - $Type: Forms$CompoundDesignPropertyValue - Properties: - - $Type: Forms$DesignPropertyValue - Key: padding-top - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: padding-bottom - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: padding-left - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - - $Type: Forms$DesignPropertyValue - Key: padding-right - Value: - $Type: Forms$OptionDesignPropertyValue - Option: L - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container1 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DataView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$NanoflowSource - ForceFullObjects: false - Nanoflow: Atlas_Web_Content.DS_LoginContext - ParameterMappings: null - Editability: Always - FooterWidgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Knop - - $Type: Texts$Translation - LanguageCode: en_US - Text: Forgot your password? - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container3 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$ActionButton - Action: - $Type: Forms$CallNanoflowClientAction - ConfirmationInfo: null - DisabledDuringExecution: true - Nanoflow: Atlas_Web_Content.ACT_Login - ParameterMappings: null - ProgressBar: None - ProgressMessage: null - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Sign in - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton3 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$DivContainer - Appearance: - $Type: Forms$Appearance - Class: text-center - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Name: container4 - NativeAccessibilitySettings: null - OnClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - RenderMode: Div - ScreenReaderHidden: false - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: - - $Type: Forms$DesignPropertyValue - Key: Color - Value: - $Type: Forms$OptionDesignPropertyValue - Option: Detail color - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: 'Don''t have an account yet? ' - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$ActionButton - Action: - $Type: Forms$NoAction - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Knop - - $Type: Texts$Translation - LanguageCode: en_US - Text: Register - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Link - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - LabelWidth: 3 - Name: dataView1 - NoEntityMessage: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Control - ShowFooter: true - TabIndex: 0 - Widgets: - - $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: - $Type: Forms$ConditionalVisibilitySettings - Attribute: "" - Conditions: null - Expression: $currentObject/ValidationMessage != '' - IgnoreSecurity: false - ModuleRoles: null - SourceVariable: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: - - $Type: Forms$ClientTemplateParameter - AttributeRef: - $Type: DomainModels$AttributeRef - Attribute: Atlas_Web_Content.LoginContext.ValidationMessage - EntityRef: null - Expression: "" - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - SourceVariable: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: '{1}' - Name: text2 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Username - MaxLengthCode: -1 - Name: textBox1 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - - $Type: Forms$TextBox - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRequired: false - AttributeRef: null - AutoFocus: false - Autocomplete: true - AutocompletePurpose: "On" - ConditionalEditabilitySettings: null - ConditionalVisibilitySettings: null - Editable: Always - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - InputMask: "" - IsPasswordBox: false - KeyboardType: Default - LabelTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Password - MaxLengthCode: -1 - Name: textBox2 - NativeAccessibilitySettings: null - OnChangeAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnEnterKeyPressAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - OnLeaveAction: - $Type: Forms$NoAction - DisabledDuringExecution: true - PlaceholderTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - ReadOnlyStyle: Inherit - ScreenReaderLabel: null - SourceVariable: null - SubmitBehaviour: OnEndEditing - SubmitOnInputDelay: 300 - TabIndex: 0 - Validation: - $Type: Forms$WidgetValidation - Expression: "" - Message: - $Type: Texts$Text - Items: null - Form: Atlas_Core.Tablet_Split_Equal -Name: Tablet_Login -TemplateCategory: Login -TemplateCategoryWeight: 4 -TemplateType: - $Type: Forms$RegularPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Select Entity/Tablet_SelectWithDataGrid_Select.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Select Entity/Tablet_SelectWithDataGrid_Select.Forms$PageTemplate.yaml deleted file mode 100644 index e0fd108..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Select Entity/Tablet_SelectWithDataGrid_Select.Forms$PageTemplate.yaml +++ /dev/null @@ -1,165 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: 'Select with Data Grid ' -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Default.Main - Widgets: - - $Type: Forms$DataGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: null - Columns: - - $Type: Forms$DataGridColumn - AggregateCaption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - AggregateFunction: None - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AttributeRef: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Column - Editable: false - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - Name: column1 - ShowTooltip: false - WidthValue: 50 - - $Type: Forms$DataGridColumn - AggregateCaption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" - AggregateFunction: None - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AttributeRef: null - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Column - Editable: false - FormattingInfo: - $Type: Forms$FormattingInfo - CustomDateFormat: "" - DateFormat: Date - DecimalPrecision: 2 - EnumFormat: Text - GroupDigits: false - Name: column2 - ShowTooltip: false - WidthValue: 50 - ConditionalVisibilitySettings: null - ControlBar: - $Type: Forms$GridControlBar - DefaultButtonPointer: - Data: AAAAAAAAAAAAAAAAAAAAAA== - Subtype: 0 - NewButtons: - - $Type: Forms$GridSearchButton - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Search - ConditionalVisibilitySettings: null - Icon: null - Name: searchButton1 - Tooltip: - $Type: Texts$Text - Items: null - DataSource: - $Type: Forms$GridXPathSource - EntityRef: null - ForceFullObjects: false - SearchBar: - $Type: Forms$SearchBar - NewButtons: null - WaitForSearch: false - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - DefaultButtonTrigger: Double - IsControlBarVisible: true - Name: grid1 - NumberOfRows: 20 - RefreshTime: 0 - SelectFirst: false - SelectionMode: Single - ShowEmptyRows: false - ShowPagingBar: YesWithTotalCount - TabIndex: 0 - TooltipForm: "" - WidthUnit: Weight - Form: Atlas_Core.Tablet_Default -Name: Tablet_SelectWithDataGrid_Select -TemplateCategory: Select Entity -TemplateCategoryWeight: 160 -TemplateType: - $Type: Forms$SelectPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Select Entity/Tablet_SelectWithListView_Select.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Select Entity/Tablet_SelectWithListView_Select.Forms$PageTemplate.yaml deleted file mode 100644 index 40c9fbd..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Select Entity/Tablet_SelectWithListView_Select.Forms$PageTemplate.yaml +++ /dev/null @@ -1,129 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Select With List View -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Default.Main - Widgets: - - $Type: Forms$ListView - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ClickAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ConditionalVisibilitySettings: null - DataSource: - $Type: Forms$ListViewXPathSource - EntityRef: null - ForceFullObjects: false - Search: - $Type: Forms$ListViewSearch - SearchRefs: null - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - Editable: false - Name: listView1 - NumberOfColumns: 1 - PageSize: 10 - PullDownAction: - $Type: Forms$NoAction - DisabledDuringExecution: false - ScrollDirection: Vertical - TabIndex: 0 - Templates: null - Widgets: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$SaveChangesClientAction - ClosePage: true - DisabledDuringExecution: true - SyncAutomatically: false - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Primary - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Save - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton1 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - - $Type: Forms$ActionButton - Action: - $Type: Forms$CancelChangesClientAction - ClosePage: true - DisabledDuringExecution: true - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - AriaRole: Button - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Cancel - ConditionalVisibilitySettings: null - Icon: null - Name: actionButton2 - NativeAccessibilitySettings: null - RenderType: Button - TabIndex: 0 - Tooltip: - $Type: Texts$Text - Items: null - Form: Atlas_Core.Tablet_Default -Name: Tablet_SelectWithListView_Select -TemplateCategory: Select Entity -TemplateCategoryWeight: 160 -TemplateType: - $Type: Forms$SelectPageTemplateType diff --git a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Select Entity/Tablet_SelectWithTemplateGrid_Select.Forms$PageTemplate.yaml b/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Select Entity/Tablet_SelectWithTemplateGrid_Select.Forms$PageTemplate.yaml deleted file mode 100644 index 6dde2f5..0000000 --- a/modelsource/Atlas_Web_Content/Tablet/PageTemplates/Select Entity/Tablet_SelectWithTemplateGrid_Select.Forms$PageTemplate.yaml +++ /dev/null @@ -1,92 +0,0 @@ -$Type: Forms$PageTemplate -Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: Select With Template Grid -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -LayoutCall: - $Type: Forms$LayoutCall - Arguments: - - $Type: Forms$FormCallArgument - Parameter: Atlas_Core.Tablet_Default.Main - Widgets: - - $Type: Forms$TemplateGrid - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Contents: - $Type: Forms$TemplateGridContents - Widgets: null - ControlBar: - $Type: Forms$GridControlBar - DefaultButtonPointer: - Data: AAAAAAAAAAAAAAAAAAAAAA== - Subtype: 0 - NewButtons: - - $Type: Forms$GridSearchButton - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ButtonStyle: Default - CaptionTemplate: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Search - ConditionalVisibilitySettings: null - Icon: null - Name: searchButton1 - Tooltip: - $Type: Texts$Text - Items: null - DataSource: - $Type: Forms$GridXPathSource - EntityRef: null - ForceFullObjects: false - SearchBar: - $Type: Forms$SearchBar - NewButtons: null - WaitForSearch: false - SortBar: - $Type: Forms$GridSortBar - SortItems: null - SourceVariable: null - XPathConstraint: "" - DefaultButtonTrigger: Double - IsControlBarVisible: true - Name: templateGrid1 - NumberOfColumns: 2 - NumberOfRows: 3 - RefreshTime: 0 - SelectFirst: false - SelectionMode: Single - ShowPagingBar: YesWithTotalCount - TabIndex: 0 - Form: Atlas_Core.Tablet_Default -Name: Tablet_SelectWithTemplateGrid_Select -TemplateCategory: Select Entity -TemplateCategoryWeight: 160 -TemplateType: - $Type: Forms$SelectPageTemplateType diff --git a/modelsource/CommunityCommons/Batches/deleteAll.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Batches/deleteAll.JavaActions$JavaAction.yaml deleted file mode 100644 index bb9ace1..0000000 --- a/modelsource/CommunityCommons/Batches/deleteAll.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Removes ALL instances of a certain domain object type using batches. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Delete all - Category: Batches - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: deleteAll -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: entityType - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Batches/recommitInBatches.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Batches/recommitInBatches.JavaActions$JavaAction.yaml deleted file mode 100644 index ccf99b7..0000000 --- a/modelsource/CommunityCommons/Batches/recommitInBatches.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,51 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Recommit in batches - Category: Batches - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: recommitInBatches -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: xpath - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: batchsize - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: waitUntilFinished - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: ascending - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Constants/MergeMultiplePdfs_MaxAtOnce.Constants$Constant.yaml b/modelsource/CommunityCommons/Constants/MergeMultiplePdfs_MaxAtOnce.Constants$Constant.yaml deleted file mode 100644 index 76fee9f..0000000 --- a/modelsource/CommunityCommons/Constants/MergeMultiplePdfs_MaxAtOnce.Constants$Constant.yaml +++ /dev/null @@ -1,10 +0,0 @@ -$Type: Constants$Constant -DefaultValue: "10" -Documentation: "Restricted to 10 files at once for Mendix Cloud v4 compatibility. - If you need to merge more than 10 files increase the number here. Setting the value - to <=0 means unlimited.\r\n\r\nNote: We very strongly recommend to not increase - the number for applications running in Mendix Cloud v4." -Excluded: false -ExportLevel: Hidden -ExposedToClient: false -Name: MergeMultiplePdfs_MaxAtOnce diff --git a/modelsource/CommunityCommons/DateTime/DatePartSelector.Enumerations$Enumeration.yaml b/modelsource/CommunityCommons/DateTime/DatePartSelector.Enumerations$Enumeration.yaml deleted file mode 100644 index 5a56ea7..0000000 --- a/modelsource/CommunityCommons/DateTime/DatePartSelector.Enumerations$Enumeration.yaml +++ /dev/null @@ -1,43 +0,0 @@ -$Type: Enumerations$Enumeration -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: DatePartSelector -RemoteSource: null -Values: -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: year - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: jaar - Name: year - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: month - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: maand - Name: month - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: day - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: dag - Name: day - RemoteValue: null diff --git a/modelsource/CommunityCommons/DateTime/DateTimeToLong.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/DateTime/DateTimeToLong.JavaActions$JavaAction.yaml deleted file mode 100644 index c04aaa3..0000000 --- a/modelsource/CommunityCommons/DateTime/DateTimeToLong.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Converts a DateTime to a Unix timestamps. (Milliseconds since 1-1-1970) -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Datetime to long - Category: DateTime - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: DateTimeToLong -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: dateObject - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/DateTime/GetIntFromDateTime.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/DateTime/GetIntFromDateTime.JavaActions$JavaAction.yaml deleted file mode 100644 index bad1efe..0000000 --- a/modelsource/CommunityCommons/DateTime/GetIntFromDateTime.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,39 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Converts a datetime to an integer based on the selector used.\r\n\r\nSelectors - available are:\r\n- year (returns f. ex. 1980)\r\n- month (returns 1-12)\r\n- day - (returns 1-31)" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get Integer from Datetime - Category: DateTime - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: GetIntFromDateTime -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: dateObj - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: selectorObj - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/DateTime/LongToDateTime.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/DateTime/LongToDateTime.JavaActions$JavaAction.yaml deleted file mode 100644 index bca3b3d..0000000 --- a/modelsource/CommunityCommons/DateTime/LongToDateTime.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Converts a Unix timestamp to a dateTime object -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$DateTimeType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Long to datetime - Category: DateTime - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: LongToDateTime -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/DateTime/MonthsBetween.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/DateTime/MonthsBetween.JavaActions$JavaAction.yaml deleted file mode 100644 index 332d3ba..0000000 --- a/modelsource/CommunityCommons/DateTime/MonthsBetween.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,40 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Calculates the number of months between two dates. \r\n- dateTime - : the original (oldest) dateTime\r\n- compareDate: the second date. If EMPTY, the - current datetime will be used. Effectively this means that the age of the dateTime - is calculated." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Months between - Category: DateTime - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: MonthsBetween -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: Start date - IsRequired: true - Name: date1 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: Comparison date - IsRequired: true - Name: date2 - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/DateTime/ParseDateTimeWithTimezone.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/DateTime/ParseDateTimeWithTimezone.JavaActions$JavaAction.yaml deleted file mode 100644 index 734c9db..0000000 --- a/modelsource/CommunityCommons/DateTime/ParseDateTimeWithTimezone.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,53 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "This method parses a date from a string with a given pattern according - to a specific timezone.\r\nThe timezone has to be a valid timezone id http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html - (e.g. one of https://garygregory.wordpress.com/2013/06/18/what-are-the-java-timezone-ids/) " -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$DateTimeType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Parse date time with timezone - Category: DateTime - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: ParseDateTimeWithTimezone -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: date - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: pattern - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: timeZone - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: defaultValue - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/DateTime/YearsBetween.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/DateTime/YearsBetween.JavaActions$JavaAction.yaml deleted file mode 100644 index 6516eb8..0000000 --- a/modelsource/CommunityCommons/DateTime/YearsBetween.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,40 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Calculates the number of years between two dates. \r\n- dateTime : - the original (oldest) dateTime\r\n- compareDate: the second date. If EMPTY, the - current datetime will be used. Effectively this means that the age of the dateTime - is calculated." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Years between - Category: DateTime - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: YearsBetween -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: Start date - IsRequired: true - Name: dateTime - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: Comparison date - IsRequired: true - Name: compareDate - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/DomainModels$DomainModel.yaml b/modelsource/CommunityCommons/DomainModels$DomainModel.yaml deleted file mode 100644 index 362ba98..0000000 --- a/modelsource/CommunityCommons/DomainModels$DomainModel.yaml +++ /dev/null @@ -1,115 +0,0 @@ -$Type: DomainModels$DomainModel -Annotations: null -Associations: null -CrossAssociations: null -Documentation: "" -Entities: -- $Type: DomainModels$EntityImpl - AccessRules: - - $Type: DomainModels$AccessRule - AllowCreate: true - AllowDelete: true - AllowedModuleRoles: - - CommunityCommons.Administrator - - CommunityCommons.User - DefaultMemberAccessRights: ReadWrite - Documentation: "" - MemberAccesses: - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: CommunityCommons.ImageDimensions.Height - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: CommunityCommons.ImageDimensions.Width - XPathConstraint: "" - XPathConstraintCaption: "" - Attributes: - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Height - NewType: - $Type: DomainModels$IntegerAttributeType - Value: - $Type: DomainModels$StoredValue - DefaultValue: "0" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Width - NewType: - $Type: DomainModels$IntegerAttributeType - Value: - $Type: DomainModels$StoredValue - DefaultValue: "0" - Documentation: "" - Events: null - ExportLevel: Hidden - Indexes: null - MaybeGeneralization: - $Type: DomainModels$NoGeneralization - HasChangedByAttr: false - HasChangedDateAttr: false - HasCreatedDateAttr: false - HasOwnerAttr: false - Persistable: false - Name: ImageDimensions - Source: null - ValidationRules: null -- $Type: DomainModels$EntityImpl - AccessRules: - - $Type: DomainModels$AccessRule - AllowCreate: true - AllowDelete: true - AllowedModuleRoles: - - CommunityCommons.Administrator - - CommunityCommons.User - DefaultMemberAccessRights: ReadWrite - Documentation: "" - MemberAccesses: - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: CommunityCommons.SplitItem.Index - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: CommunityCommons.SplitItem.Value - XPathConstraint: "" - XPathConstraintCaption: "" - Attributes: - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Index - NewType: - $Type: DomainModels$IntegerAttributeType - Value: - $Type: DomainModels$StoredValue - DefaultValue: "0" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Value - NewType: - $Type: DomainModels$StringAttributeType - Length: 2000 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - Documentation: "" - Events: null - ExportLevel: Hidden - Indexes: null - MaybeGeneralization: - $Type: DomainModels$NoGeneralization - HasChangedByAttr: false - HasChangedDateAttr: false - HasCreatedDateAttr: false - HasOwnerAttr: false - Persistable: false - Name: SplitItem - Source: null - ValidationRules: null diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/RunMicroflowAsyncInQueue.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/RunMicroflowAsyncInQueue.JavaActions$JavaAction.yaml deleted file mode 100644 index 207e39a..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/RunMicroflowAsyncInQueue.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,22 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Runs a microflow asynchronous, that is, this action immediately returns - but schedules the microflow to be run in the near future. The queue guarantees a - first come first serve order of the microflows, and only one action is served at - a time.\r\n\r\nThe microflow is run with system rights in its own transaction, and - is very useful to run heavy microflows on the background." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: RunMicroflowAsyncInQueue -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: microflow - ParameterType: - $Type: JavaActions$MicroflowJavaActionParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowAsUser.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowAsUser.JavaActions$JavaAction.yaml deleted file mode 100644 index 69c180f..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowAsUser.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,36 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Executes the given microflow as if the $currentuser is the provided - user (delegation). Use sudoContext to determine if 'apply entity access' should - be used \r\n\r\n- microflowName: the fully qualified microflow name, 'CommunityCommons.CreateUserIfNotExists'\r\n- - username: The user that should be used to execute the microflow\r\n- sudoContext: - whether entity access should be applied." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: null -Name: executeMicroflowAsUser -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: microflow - ParameterType: - $Type: JavaActions$MicroflowJavaActionParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: username - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: sudoContext - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowAsUser_1.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowAsUser_1.JavaActions$JavaAction.yaml deleted file mode 100644 index 0e3f0d8..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowAsUser_1.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,48 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Identical to executeMicroflowAsUser, but takes 1 argument -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: null -Name: executeMicroflowAsUser_1 -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: microflow - ParameterType: - $Type: JavaActions$MicroflowJavaActionParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: username - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: sudoContext - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg1name - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg1value - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowAsUser_2.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowAsUser_2.JavaActions$JavaAction.yaml deleted file mode 100644 index 92b83bc..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowAsUser_2.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,64 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Identical to executeMicroflowAsUser, but takes 2 arguments -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: null -Name: executeMicroflowAsUser_2 -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: microflow - ParameterType: - $Type: JavaActions$MicroflowJavaActionParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: username - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: sudoContext - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg1name - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg1value - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg2name - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg2value - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter -- $Type: CodeActions$TypeParameter - Name: TypeParameter_2 diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowInBackground.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowInBackground.JavaActions$JavaAction.yaml deleted file mode 100644 index 9b16440..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowInBackground.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,42 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "This action allows an microflow to be executed independently from - this microflow. \r\nThis function is identical to \"RunMicroflowAsyncInQueue\", - except that it takes one argument which will be passed to the microflow being called. - \r\n\r\nThis might be useful to model for example your own batching system, or to - run a microflow in its own (system) transaction. The microflow is delayed for at - least 200ms and then run with low priority in a system context. Since the microflow - run in its own transaction, it is not affected with rollbacks (due to exceptions) - or commits in this microflow. \r\n\r\nInvocations to this method are guaranteed - to be run in FIFO order, only one microflow is run at a time. \r\n\r\nNote that - since the microflow is run as system transaction, $currentUser is not available - and no security restrictions are applied. \r\n\r\n- The microflowname specifies - the fully qualified name of the microflow (case sensitive) e.g.: 'MyFirstModule.MyFirstMicroflow'. - \r\n- The context object specifies an argument that should be passed to the microflow - if applicable. Currently only zero or one argument are supported. Note that editing - this object in both microflows might lead to unexpected behavior.\r\n\r\nReturns - true if scheduled successfully." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: executeMicroflowInBackground -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: microflow - ParameterType: - $Type: JavaActions$MicroflowJavaActionParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: contextObject - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowInBatches.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowInBatches.JavaActions$JavaAction.yaml deleted file mode 100644 index 8485955..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/executeMicroflowInBatches.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,61 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Invokes a microflow in batches. The microflow is invoked for each - individual item returned by the xpath query. \r\n\r\nThe objects will be processed - in small batches (based on the batchsize), which makes this function very useful - to process large amounts of objects without using much memory. All defaut behavior - such as commit events are applied as defined in your microflow. \r\n\r\nParameters:\r\n- - xpath: Fully qualified xpath query that indicates the set of objects the microflow - should be invoked on. For example:\r\n'//System.User[Active = true()]'\r\n- microflow: - The microflow that should be invoked. Should accept one argument of the same type - as the xpath. For example:\r\n'MyFirstModule.UpdateBirthday'\r\n- batchsize: The - amount of objects that should be processed in a single transaction. When in doubt, - 1 is fine, but larger batches (for example; 100) will be faster due to less overhead.\r\n- - waitUntilFinished: Whether this call should block (wait) until all objects are\r\n - processed.\r\n\r\nReturns true if the batch has successfully started, or, if waitUntilFinished - is true, returns true if the batch succeeded completely. \r\n\r\nNote, if new objects - are added to the dataset while the batch is still running, those objects will be - processed as well." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: executeMicroflowInBatches -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: xpath - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: microflow - ParameterType: - $Type: JavaActions$MicroflowJavaActionParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: batchsize - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: waitUntilFinished - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: ascending - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowAsUser.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowAsUser.JavaActions$JavaAction.yaml deleted file mode 100644 index f561e27..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowAsUser.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,36 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Executes the given microflow as if the $currentuser is the provided - user (delegation). Use sudoContext to determine if 'apply entity access' should - be used \r\n\r\n- microflowName: the fully qualified microflow name, 'CommunityCommons.CreateUserIfNotExists'\r\n- - username: The user that should be used to execute the microflow\r\n- sudoContext: - whether entity access should be applied." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: null -Name: executeUnverifiedMicroflowAsUser -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: modulename.microflowname - IsRequired: true - Name: microflowName - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: username - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: sudoContext - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowAsUser_1.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowAsUser_1.JavaActions$JavaAction.yaml deleted file mode 100644 index 26ec628..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowAsUser_1.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,48 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Identical to executeMicroflowAsUser, but takes 1 argument -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: null -Name: executeUnverifiedMicroflowAsUser_1 -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: microflowName - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: username - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: sudoContext - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg1name - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg1value - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowAsUser_2.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowAsUser_2.JavaActions$JavaAction.yaml deleted file mode 100644 index c7b07fe..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowAsUser_2.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,64 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Identical to executeMicroflowAsUser, but takes 2 arguments -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: null -Name: executeUnverifiedMicroflowAsUser_2 -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: modulename.microflowname - IsRequired: true - Name: microflowName - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: username - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: sudoContext - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg1name - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg1value - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg2name - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: arg2value - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter -- $Type: CodeActions$TypeParameter - Name: TypeParameter_2 diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowInBackground.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowInBackground.JavaActions$JavaAction.yaml deleted file mode 100644 index e1839e2..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowInBackground.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,42 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "This action allows an microflow to be executed independently from - this microflow. \r\nThis function is identical to \"RunMicroflowAsyncInQueue\", - except that it takes one argument which will be passed to the microflow being called. - \r\n\r\nThis might be useful to model for example your own batching system, or to - run a microflow in its own (system) transaction. The microflow is delayed for at - least 200ms and then run with low priority in a system context. Since the microflow - run in its own transaction, it is not affected with rollbacks (due to exceptions) - or commits in this microflow. \r\n\r\nInvocations to this method are guaranteed - to be run in FIFO order, only one microflow is run at a time. \r\n\r\nNote that - since the microflow is run as system transaction, $currentUser is not available - and no security restrictions are applied. \r\n\r\n- The microflowname specifies - the fully qualified name of the microflow (case sensitive) e.g.: 'MyFirstModule.MyFirstMicroflow'. - \r\n- The context object specifies an argument that should be passed to the microflow - if applicable. Currently only zero or one argument are supported. Note that editing - this object in both microflows might lead to unexpected behavior.\r\n\r\nReturns - true if scheduled successfully." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: executeUnverifiedMicroflowInBackground -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: modulename.microflowname - IsRequired: true - Name: microflowName - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: contextObject - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowInBatches.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowInBatches.JavaActions$JavaAction.yaml deleted file mode 100644 index db7bab1..0000000 --- a/modelsource/CommunityCommons/ExecuteMicroflow/executeUnverifiedMicroflowInBatches.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,61 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Invokes a microflow in batches. The microflow is invoked for each - individual item returned by the xpath query. \r\n\r\nThe objects will be processed - in small batches (based on the batchsize), which makes this function very useful - to process large amounts of objects without using much memory. All defaut behavior - such as commit events are applied as defined in your microflow. \r\n\r\nParameters:\r\n- - xpath: Fully qualified xpath query that indicates the set of objects the microflow - should be invoked on. For example:\r\n'//System.User[Active = true()]'\r\n- microflow: - The microflow that should be invoked. Should accept one argument of the same type - as the xpath. For example:\r\n'MyFirstModule.UpdateBirthday'\r\n- batchsize: The - amount of objects that should be processed in a single transaction. When in doubt, - 1 is fine, but larger batches (for example; 100) will be faster due to less overhead.\r\n- - waitUntilFinished: Whether this call should block (wait) until all objects are\r\n - processed.\r\n\r\nReturns true if the batch has successfully started, or, if waitUntilFinished - is true, returns true if the batch succeeded completely. \r\n\r\nNote, if new objects - are added to the dataset while the batch is still running, those objects will be - processed as well." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: executeUnverifiedMicroflowInBatches -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: xpath - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: modulename.microflowname - IsRequired: true - Name: microflowName - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: batchsize - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: waitUntilFinished - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: ascending - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/Base64DecodeToFile.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/Base64DecodeToFile.JavaActions$JavaAction.yaml deleted file mode 100644 index 9bc0d00..0000000 --- a/modelsource/CommunityCommons/Files/Base64DecodeToFile.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,38 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Stores an base 64 encoded string plain in the provided target file - document\r\n\r\nNote that targetFile will be committed." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Base64 decode to file - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: Base64DecodeToFile -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: encoded - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: targetFile - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/Base64EncodeFile.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/Base64EncodeFile.JavaActions$JavaAction.yaml deleted file mode 100644 index 207b019..0000000 --- a/modelsource/CommunityCommons/Files/Base64EncodeFile.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Converts an unencoded file to a base 64 encoded string. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Base64 encode file - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: Base64EncodeFile -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: file - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/DuplicateFileDocument.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/DuplicateFileDocument.JavaActions$JavaAction.yaml deleted file mode 100644 index 9a742d9..0000000 --- a/modelsource/CommunityCommons/Files/DuplicateFileDocument.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,41 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Clones the contents of one file document into another. \r\n- fileToClone - : the source file\r\n- cloneTarget : an initialized file document, in which the - file will be stored.\r\n\r\nReturns true if copied, returns file if the source had - no contents, throws exception in any other case.\r\nPre condition: HasContents of - the 'fileToClone' need to be set to true, otherwise the action will not copy anything." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Duplicate file document - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: DuplicateFileDocument -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: fileToClone - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: cloneTarget - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/DuplicateImageDocument.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/DuplicateImageDocument.JavaActions$JavaAction.yaml deleted file mode 100644 index 8e486be..0000000 --- a/modelsource/CommunityCommons/Files/DuplicateImageDocument.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,56 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Clones the contents of one image document into another, and generates - a thumbnail as well. \r\n- fileToClone : the source file\r\n- cloneTarget : an initialized - file document, in which the file will be stored.\r\n\r\nReturns true if copied, - returns file if the source had no contents, throws exception in any other case.\r\nPre - condition: HasContents of the 'fileToClone' need to be set to true, otherwise the - action will not copy anything." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Duplicate image document - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: DuplicateImageDocument -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: fileToClone - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: cloneTarget - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: thumbWidth - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: thumbHeight - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/FileDocumentFromFile.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/FileDocumentFromFile.JavaActions$JavaAction.yaml deleted file mode 100644 index 11291b0..0000000 --- a/modelsource/CommunityCommons/Files/FileDocumentFromFile.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,38 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Loads a file from the local (server) storage and stores it inside a - FileDocument. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: File document from file - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: FileDocumentFromFile -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: file - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: fileDocument - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/FileFromFileDocument.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/FileFromFileDocument.JavaActions$JavaAction.yaml deleted file mode 100644 index 3ac6fe0..0000000 --- a/modelsource/CommunityCommons/Files/FileFromFileDocument.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,38 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Reads contents from a FileDocument and stores it in a file on the local - (server) storage. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: File from file document - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: FileFromFileDocument -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: targetFile - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: fileDocument - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/GetFileContentsFromResource.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/GetFileContentsFromResource.JavaActions$JavaAction.yaml deleted file mode 100644 index 357930a..0000000 --- a/modelsource/CommunityCommons/Files/GetFileContentsFromResource.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,38 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Set the contents of a FileDocument with the contents of a file which - is a resource. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get file contents from resource - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: GetFileContentsFromResource -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: filename - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: fileDocument - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/GetImageDimensions.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/GetImageDimensions.JavaActions$JavaAction.yaml deleted file mode 100644 index 5558691..0000000 --- a/modelsource/CommunityCommons/Files/GetImageDimensions.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ConcreteEntityType - Entity: CommunityCommons.ImageDimensions -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get image dimensions - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: GetImageDimensions -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: ImageParameter - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/MergeMultiplePdfs.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/MergeMultiplePdfs.JavaActions$JavaAction.yaml deleted file mode 100644 index bebaef8..0000000 --- a/modelsource/CommunityCommons/Files/MergeMultiplePdfs.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,39 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Restricted to 10 files at once for Mendix Cloud v4 compatibility. If - you need to merge more than 10 files at once merge recursively instead or change - the MergeMultiplePdfs_MaxAtOnce constant. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Merge multiple pdfs - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: MergeMultiplePdfs -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: FilesToMerge - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: MergedDocument - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/OverlayPdfDocument.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/OverlayPdfDocument.JavaActions$JavaAction.yaml deleted file mode 100644 index 0e2e02b..0000000 --- a/modelsource/CommunityCommons/Files/OverlayPdfDocument.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,45 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Overlay a generated PDF document with another PDF (containing the company - stationary for example) -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Overlay pdf document - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: OverlayPdfDocument -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: generatedDocument - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: overlay - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: onTopOfContent - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/StandardEncodings.Enumerations$Enumeration.yaml b/modelsource/CommunityCommons/Files/StandardEncodings.Enumerations$Enumeration.yaml deleted file mode 100644 index 3aa5487..0000000 --- a/modelsource/CommunityCommons/Files/StandardEncodings.Enumerations$Enumeration.yaml +++ /dev/null @@ -1,61 +0,0 @@ -$Type: Enumerations$Enumeration -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: StandardEncodings -RemoteSource: null -Values: -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: US-ASCII - Name: US_ASCII - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: ISO-8859-1 - Name: ISO_8859_1 - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: UTF-8 - Name: UTF_8 - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: UTF-16BE - Name: UTF_16BE - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: UTF-16LE - Name: UTF_16LE - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: UTF-16 - Name: UTF_16 - RemoteValue: null diff --git a/modelsource/CommunityCommons/Files/StringFromFile.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/StringFromFile.JavaActions$JavaAction.yaml deleted file mode 100644 index 271988c..0000000 --- a/modelsource/CommunityCommons/Files/StringFromFile.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,38 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Reads the contents form the provided file document, using the specified - encoding, and returns it as string. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: String from file - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: StringFromFile -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: source - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: If empty, uses default UTF-8 - IsRequired: true - Name: encoding - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/StringToFile.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/StringToFile.JavaActions$JavaAction.yaml deleted file mode 100644 index 6417ffa..0000000 --- a/modelsource/CommunityCommons/Files/StringToFile.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,45 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Stores a string into the provided FileDocument, using the specified - encoding.\r\nNote that destination will be committed." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: String to file - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: StringToFile -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: destination - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: If empty, uses default UTF-8 - IsRequired: true - Name: encoding - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/getFileSize.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/getFileSize.JavaActions$JavaAction.yaml deleted file mode 100644 index 12d1a13..0000000 --- a/modelsource/CommunityCommons/Files/getFileSize.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,33 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Returns the filesize of a file document in bytes.\r\n\r\nFrom version - 2.3 on, this function can be used in cloud environments as well. \r\n\r\nNOTE:\r\nbefore - 2.1, this functioned returned the size in kilobytes, although this documentation - mentioned bytes" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get file size - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: getFileSize -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: document - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Files/storeURLToFileDocument.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Files/storeURLToFileDocument.JavaActions$JavaAction.yaml deleted file mode 100644 index aeffc1e..0000000 --- a/modelsource/CommunityCommons/Files/storeURLToFileDocument.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,48 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Retrieve a document from an URL using a HTTP GET request. \r\n- url - : the URL to retrieve \r\n- document: the document to store the data into\r\n- filename: - the filename to store it under. Only for internal use, so it can be an arbitrary - filename. \r\n\r\nExample URL: 'http://www.mendix.com/wordpress/wp-content/themes/mendix_new/images/mendix.png'\r\n\r\nNOTE: - For images, no thumbnail will be generated." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: store URL to file document - Category: Files - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: storeURLToFileDocument -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: url - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: document - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: filename - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Images.Images$ImageCollection.yaml b/modelsource/CommunityCommons/Images.Images$ImageCollection.yaml deleted file mode 100644 index a10d1c0..0000000 --- a/modelsource/CommunityCommons/Images.Images$ImageCollection.yaml +++ /dev/null @@ -1,6 +0,0 @@ -$Type: Images$ImageCollection -Documentation: "" -Excluded: false -ExportLevel: Hidden -Images: null -Name: Images diff --git a/modelsource/CommunityCommons/Logging/CreateLogNode.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Logging/CreateLogNode.JavaActions$JavaAction.yaml deleted file mode 100644 index aa0ff0d..0000000 --- a/modelsource/CommunityCommons/Logging/CreateLogNode.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Initializes a log node for later use. Useful to set logging to a more - detailed log level before the first time a certain log action is executed. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Create log node - Category: Logging - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: CreateLogNode -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: Name of the log node to be initialized - IsRequired: true - Name: logNodeParameter - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Logging/LogLevel.Enumerations$Enumeration.yaml b/modelsource/CommunityCommons/Logging/LogLevel.Enumerations$Enumeration.yaml deleted file mode 100644 index 9f5b066..0000000 --- a/modelsource/CommunityCommons/Logging/LogLevel.Enumerations$Enumeration.yaml +++ /dev/null @@ -1,79 +0,0 @@ -$Type: Enumerations$Enumeration -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: LogLevel -RemoteSource: null -Values: -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Trace - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Trace - Name: Trace - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Debug - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Debug - Name: Debug - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Info - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Info - Name: Info - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Warning - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Warning - Name: Warning - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Error - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Error - Name: Error - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Critical - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Critical - Name: Critical - RemoteValue: null diff --git a/modelsource/CommunityCommons/Logging/LogNodes.Enumerations$Enumeration.yaml b/modelsource/CommunityCommons/Logging/LogNodes.Enumerations$Enumeration.yaml deleted file mode 100644 index ef3afe0..0000000 --- a/modelsource/CommunityCommons/Logging/LogNodes.Enumerations$Enumeration.yaml +++ /dev/null @@ -1,19 +0,0 @@ -$Type: Enumerations$Enumeration -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: LogNodes -RemoteSource: null -Values: -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: CommunityCommons - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: CommunityCommons - Name: CommunityCommons - RemoteValue: null diff --git a/modelsource/CommunityCommons/Logging/TimeMeasureEnd.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Logging/TimeMeasureEnd.JavaActions$JavaAction.yaml deleted file mode 100644 index 836e479..0000000 --- a/modelsource/CommunityCommons/Logging/TimeMeasureEnd.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,46 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "End timing something, and print the result to the log. \r\n- TimerName. - Should correspond to the TimerName used with TimeMeasureStart.\r\n- LogLevel. The - loglevel used to print the result.\r\n- The message to be printed in the log." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Time measure end - Category: Logging - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: TimeMeasureEnd -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: TimerName - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: Loglevel - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: message - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Logging/TimeMeasureStart.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Logging/TimeMeasureStart.JavaActions$JavaAction.yaml deleted file mode 100644 index 6f16c83..0000000 --- a/modelsource/CommunityCommons/Logging/TimeMeasureStart.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,33 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Start timing something, and print the result to the log. \r\n- TimerName. - Should correspond to the TimerName used in TimeMeasureEnd.\r\n\r\nNote that multiple - timers can run at once. Existing timers can be restarted using this function as - well." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Time measure start - Category: Logging - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: TimeMeasureStart -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: TimerName - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/AssertTrue.Microflows$Microflow.yaml b/modelsource/CommunityCommons/Misc/AssertTrue.Microflows$Microflow.yaml deleted file mode 100644 index 2e898d0..0000000 --- a/modelsource/CommunityCommons/Misc/AssertTrue.Microflows$Microflow.yaml +++ /dev/null @@ -1,71 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: null -ApplyEntityAccess: false -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: AssertTrue -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: valueToAssert - VariableType: - $Type: DataTypes$BooleanType - - $Type: Microflows$ExclusiveSplit - Caption: "" - Documentation: "" - ErrorHandlingType: Rollback - SplitCondition: - $Type: Microflows$ExpressionSplitCondition - Expression: $valueToAssert - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$JavaActionCallAction - ErrorHandlingType: Rollback - JavaAction: CommunityCommons.ThrowException - ParameterMappings: - - $Type: Microflows$JavaActionParameterMapping - Parameter: CommunityCommons.ThrowException.message - Value: - $Type: Microflows$BasicCodeActionParameterValue - Argument: '''Assertion failed''' - QueueSettings: null - ResultVariableName: sd - UseReturnVariable: true - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$Annotation - Caption: "Shorthand for checking something, and throwing an error if that something - is not true. \r\n\r\nSaves creating three microflow items for things that MUST - be true. " -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/CommunityCommons/Misc/AssertTrue_2.Microflows$Microflow.yaml b/modelsource/CommunityCommons/Misc/AssertTrue_2.Microflows$Microflow.yaml deleted file mode 100644 index dd516cf..0000000 --- a/modelsource/CommunityCommons/Misc/AssertTrue_2.Microflows$Microflow.yaml +++ /dev/null @@ -1,79 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: null -ApplyEntityAccess: false -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: AssertTrue_2 -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: valueToAssert - VariableType: - $Type: DataTypes$BooleanType - - $Type: Microflows$ExclusiveSplit - Caption: "" - Documentation: "" - ErrorHandlingType: Rollback - SplitCondition: - $Type: Microflows$ExpressionSplitCondition - Expression: $valueToAssert - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$JavaActionCallAction - ErrorHandlingType: Rollback - JavaAction: CommunityCommons.ThrowException - ParameterMappings: - - $Type: Microflows$JavaActionParameterMapping - Parameter: CommunityCommons.ThrowException.message - Value: - $Type: Microflows$BasicCodeActionParameterValue - Argument: '''Assertion failed: '' +$message' - QueueSettings: null - ResultVariableName: sd - UseReturnVariable: true - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$Annotation - Caption: "Shorthand for checking something, and throwing an error if that something - is not true. \r\n\r\nSaves creating three microflow items for things that MUST - be true. " - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: message - VariableType: - $Type: DataTypes$StringType -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/CommunityCommons/Misc/CreateUserIfNotExists.Microflows$Microflow.yaml b/modelsource/CommunityCommons/Misc/CreateUserIfNotExists.Microflows$Microflow.yaml deleted file mode 100644 index 39b6842..0000000 --- a/modelsource/CommunityCommons/Misc/CreateUserIfNotExists.Microflows$Microflow.yaml +++ /dev/null @@ -1,171 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: null -ApplyEntityAccess: false -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: CreateUserIfNotExists -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: Username - VariableType: - $Type: DataTypes$StringType - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: Role - VariableType: - $Type: DataTypes$StringType - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: Password - VariableType: - $Type: DataTypes$StringType - - $Type: Microflows$StartEvent - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$RetrieveAction - ErrorHandlingType: Rollback - ResultVariableName: User - RetrieveSource: - $Type: Microflows$DatabaseRetrieveSource - Entity: System.User - NewSortings: - $Type: Microflows$SortingsList - Sortings: null - Range: - $Type: Microflows$ConstantRange - SingleObject: true - XpathConstraint: '[Name = $Username]' - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ExclusiveSplit - Caption: empty? - Documentation: "" - ErrorHandlingType: Rollback - SplitCondition: - $Type: Microflows$ExpressionSplitCondition - Expression: $User = empty - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: WebserviceUser - VariableType: - $Type: DataTypes$BooleanType - - $Type: Microflows$Annotation - Caption: 'Create a user with predefined password an role. Useful during startup - for integration purposes. ' - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$MicroflowCallAction - ErrorHandlingType: Rollback - MicroflowCall: - $Type: Microflows$MicroflowCall - Microflow: CommunityCommons.UpdateUserHelper - ParameterMappings: - - $Type: Microflows$MicroflowCallParameterMapping - Argument: $Username - Parameter: CommunityCommons.UpdateUserHelper.Username - - $Type: Microflows$MicroflowCallParameterMapping - Argument: $Role - Parameter: CommunityCommons.UpdateUserHelper.Role - - $Type: Microflows$MicroflowCallParameterMapping - Argument: $Password - Parameter: CommunityCommons.UpdateUserHelper.Password - - $Type: Microflows$MicroflowCallParameterMapping - Argument: $WebserviceUser - Parameter: CommunityCommons.UpdateUserHelper.WebserviceUser - - $Type: Microflows$MicroflowCallParameterMapping - Argument: $User - Parameter: CommunityCommons.UpdateUserHelper.User - QueueSettings: null - ResultVariableName: "" - UseReturnVariable: true - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$MicroflowCallAction - ErrorHandlingType: Rollback - MicroflowCall: - $Type: Microflows$MicroflowCall - Microflow: CommunityCommons.UpdateUserHelper - ParameterMappings: - - $Type: Microflows$MicroflowCallParameterMapping - Argument: $Username - Parameter: CommunityCommons.UpdateUserHelper.Username - - $Type: Microflows$MicroflowCallParameterMapping - Argument: $Role - Parameter: CommunityCommons.UpdateUserHelper.Role - - $Type: Microflows$MicroflowCallParameterMapping - Argument: $Password - Parameter: CommunityCommons.UpdateUserHelper.Password - - $Type: Microflows$MicroflowCallParameterMapping - Argument: $WebserviceUser - Parameter: CommunityCommons.UpdateUserHelper.WebserviceUser - - $Type: Microflows$MicroflowCallParameterMapping - Argument: $NewUser - Parameter: CommunityCommons.UpdateUserHelper.User - QueueSettings: null - ResultVariableName: "" - UseReturnVariable: true - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$CreateChangeAction - Commit: "No" - Entity: System.User - ErrorHandlingType: Rollback - Items: null - RefreshInClient: false - VariableName: NewUser - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/CommunityCommons/Misc/Delay.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/Delay.JavaActions$JavaAction.yaml deleted file mode 100644 index cd35bf3..0000000 --- a/modelsource/CommunityCommons/Misc/Delay.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Causes this request to sleep for a while. Useful to prevent brute - force attacks or to simulate latency delays. \r\n \r\nDelaytime : time in ms" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Delay - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: Delay -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: delaytime - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/EnumerationFromString.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/EnumerationFromString.JavaActions$JavaAction.yaml deleted file mode 100644 index 0d3a375..0000000 --- a/modelsource/CommunityCommons/Misc/EnumerationFromString.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,23 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Use this Java action as a template for your own String-to-Enumeration - conversions.\r\nStudio Pro requires specifying the exact Enumeration to return in - the definition of a Java action so we cannot provide a generic implementation.\r\nThis - implementation will throw a NoSuchElementException if an invalid toConvert parameter - is given, so remember to handle this error gracefully." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$EnumerationType - Enumeration: CommunityCommons.LogLevel -MicroflowActionInfo: null -Name: EnumerationFromString -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: The String to convert to an Enumeration instance - IsRequired: true - Name: toConvert - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/GetApplicationUrl.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/GetApplicationUrl.JavaActions$JavaAction.yaml deleted file mode 100644 index c7072cf..0000000 --- a/modelsource/CommunityCommons/Misc/GetApplicationUrl.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,23 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Returns the runtime URL of this application. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get application URL - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: GetApplicationUrl -Parameters: null -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/GetCFInstanceIndex.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/GetCFInstanceIndex.JavaActions$JavaAction.yaml deleted file mode 100644 index a36cb0a..0000000 --- a/modelsource/CommunityCommons/Misc/GetCFInstanceIndex.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Returns the Cloud Foundry Instance Index that is set during deployment - of the application in a Cloud native environment. Based on the Cloud Foundry Instance - Index, Mendix determines what is the leader instance (index 0 executes scheduled - events, db sync, session management etc.) or slave instance.\r\n\r\nReturns 0 for - the leader instance, 1 or higher for slave instances or -1 when the environment - variable could not be read (when running locally or on premise). When -1 is returned, - it will probably be the leader in the cluster.\r\n\r\nMake sure emulate cloud security - is disabled. Otherwise, the policy restrictions will prevent the method to be executed. - Action is tested in Mendix Cloud on 19-12-2018." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get CF instance index - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: GetCFInstanceIndex -Parameters: null -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/GetDefaultLanguage.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/GetDefaultLanguage.JavaActions$JavaAction.yaml deleted file mode 100644 index 7d19f3f..0000000 --- a/modelsource/CommunityCommons/Misc/GetDefaultLanguage.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Get default language -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ConcreteEntityType - Entity: System.Language -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get default language - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: GetDefaultLanguage -Parameters: null -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/GetModelVersion.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/GetModelVersion.JavaActions$JavaAction.yaml deleted file mode 100644 index 35f9112..0000000 --- a/modelsource/CommunityCommons/Misc/GetModelVersion.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,23 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Returns the model version of the deployed application. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get model version - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: GetModelVersion -Parameters: null -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/GetRuntimeVersion.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/GetRuntimeVersion.JavaActions$JavaAction.yaml deleted file mode 100644 index 8c52da3..0000000 --- a/modelsource/CommunityCommons/Misc/GetRuntimeVersion.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,23 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Returns the runtime version of this application. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get runtime version - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: GetRuntimeVersion -Parameters: null -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/IsInDevelopment.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/IsInDevelopment.JavaActions$JavaAction.yaml deleted file mode 100644 index 080dd14..0000000 --- a/modelsource/CommunityCommons/Misc/IsInDevelopment.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Returns true if the environment is a development environment. Calls - Core.getConfiguration().isInDevelopment(). -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Is in development - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: IsInDevelopment -Parameters: null -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/ListTop.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/ListTop.JavaActions$JavaAction.yaml deleted file mode 100644 index 8c8ed25..0000000 --- a/modelsource/CommunityCommons/Misc/ListTop.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,44 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Takes the top n items of a given list and returns the resulting list. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ListType - Parameter: - $Type: CodeActions$ParameterizedEntityType - TypeParameterPointer: - Data: fjFTOFpvv0KMKOvQQQLL0A== - Subtype: 0 -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: List top - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: ListTop -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: List to take top item(s) from - IsRequired: true - Name: ObjectList - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: Number of items to take from ObjectList, starting at the first element - IsRequired: true - Name: Top - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: ObjectList diff --git a/modelsource/CommunityCommons/Misc/ThrowException.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/ThrowException.JavaActions$JavaAction.yaml deleted file mode 100644 index 6e36b30..0000000 --- a/modelsource/CommunityCommons/Misc/ThrowException.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,37 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "This action always throws an exception (of type communityutils.UserThrownError), - which is, in combination with custom error handling, quite useful to end a microflow - prematurely or to bail out to the calling action/ microflow. \r\n\r\nThe message - of the last thrown error can be inspected by using the variable $lasterrormessage\r\n\r\nExample - usuage: In general, if an Event (before commit especially) returns false, it should - call this action and then return true instead. If an Before commit returns false, - the object will not be committed, but there is no easy way for the calling Microflow/ - action to detect this! An exception on the other hand, will be noticed." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Throw Exception - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: ThrowException -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: message - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/ThrowWebserviceException.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/ThrowWebserviceException.JavaActions$JavaAction.yaml deleted file mode 100644 index 268741f..0000000 --- a/modelsource/CommunityCommons/Misc/ThrowWebserviceException.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,36 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "(Behavior has changed since version 3.2. The exception is now properly - propagated to the cient). \r\n\r\nThrows an exception. This is very useful if the - microflow is called by a webservice. If you throw this kind of exceptions, an fault - message will be generated in the output, instead of an '501 Internal server' error.\r\n\r\nIf - debug level of community commons is set to 'debug' the errors will be locally visible - as well, otherwise not. Throwing a webservice exception states that the webservice - invocation was incorrect, not the webservice implementation." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Throw webservice exception - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: ThrowWebserviceException -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: faultstring - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/Misc/_Internals/UpdateUserHelper.Microflows$Microflow.yaml b/modelsource/CommunityCommons/Misc/_Internals/UpdateUserHelper.Microflows$Microflow.yaml deleted file mode 100644 index 1d94c4c..0000000 --- a/modelsource/CommunityCommons/Misc/_Internals/UpdateUserHelper.Microflows$Microflow.yaml +++ /dev/null @@ -1,149 +0,0 @@ -$Type: Microflows$Microflow -AllowConcurrentExecution: true -AllowedModuleRoles: null -ApplyEntityAccess: false -ConcurrencyErrorMicroflow: "" -ConcurrenyErrorMessage: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: "" -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowActionInfo: null -MicroflowReturnType: - $Type: DataTypes$VoidType -Name: UpdateUserHelper -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$RetrieveAction - ErrorHandlingType: Rollback - ResultVariableName: UserRole - RetrieveSource: - $Type: Microflows$DatabaseRetrieveSource - Entity: System.UserRole - NewSortings: - $Type: Microflows$SortingsList - Sortings: null - Range: - $Type: Microflows$ConstantRange - SingleObject: true - XpathConstraint: '[Name = $Role]' - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$ExclusiveSplit - Caption: found? - Documentation: "" - ErrorHandlingType: Rollback - SplitCondition: - $Type: Microflows$ExpressionSplitCondition - Expression: $UserRole != empty - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$ChangeAction - ChangeVariableName: User - Commit: "Yes" - ErrorHandlingType: Rollback - Items: - - $Type: Microflows$ChangeActionItem - Association: "" - Attribute: System.User.Name - Value: $Username - - $Type: Microflows$ChangeActionItem - Association: "" - Attribute: System.User.Password - Value: $Password - - $Type: Microflows$ChangeActionItem - Association: "" - Attribute: System.User.WebServiceUser - Value: $WebserviceUser - - $Type: Microflows$ChangeActionItem - Association: System.UserRoles - Attribute: "" - Value: $UserRole - RefreshInClient: false - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: Username - VariableType: - $Type: DataTypes$StringType - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: Role - VariableType: - $Type: DataTypes$StringType - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: Password - VariableType: - $Type: DataTypes$StringType - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: WebserviceUser - VariableType: - $Type: DataTypes$BooleanType - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: User - VariableType: - $Type: DataTypes$ObjectType - Entity: System.User - - $Type: Microflows$ActionActivity - Action: - $Type: Microflows$LogMessageAction - ErrorHandlingType: Rollback - IncludeLatestStackTrace: false - Level: Error - MessageTemplate: - $Type: Microflows$StringTemplate - Parameters: - - $Type: Microflows$TemplateParameter - Expression: $Role - Text: Role {1} not found. User could not be created. - Node: | - getKey(CommunityCommons.LogNodes.CommunityCommons) - AutoGenerateCaption: true - BackgroundColor: Default - Caption: Activity - Disabled: false - Documentation: "" - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: "" -ReturnVariableName: "" -Url: "" -UrlSearchParameters: null -WorkflowActionInfo: null diff --git a/modelsource/CommunityCommons/Misc/retrieveURL.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/Misc/retrieveURL.JavaActions$JavaAction.yaml deleted file mode 100644 index 40504e4..0000000 --- a/modelsource/CommunityCommons/Misc/retrieveURL.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,41 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Retrieves data (such as an HTML page) from an URL using the HTTP protocol, - and returns it as string. \r\n\r\n- url : The URL to retrieve. \r\n- post : Data - to be sent in the request body. If set, a POST request will be send, otherwise a - GET request is used. \r\n\r\nExample urls: \r\n'https://mxforum.mendix.com/search/'\r\n'http://www.google.nl/#hl=nl&q=download+mendix'\r\n\r\nExample - post data: \r\n'ipSearchTag=url&x=0&y=0'" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Retrieve URL - Category: Misc - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: retrieveURL -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: url - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: postdata - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/ORM/Clone.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/Clone.JavaActions$JavaAction.yaml deleted file mode 100644 index 3fa8c54..0000000 --- a/modelsource/CommunityCommons/ORM/Clone.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,40 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Clones objects\r\n\r\n- Source: the original object to copy\r\n- Target: - the object to copy it into (should be of the same type, or a specialization)\r\n- - includeAssociations: whether to clone associations. \r\n\r\nIf associated objects - need to be cloned as well, use deepClone, this function only copies the references, - not the reffered objects. Target is not committed automatically." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: Clone -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: source - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: target - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: withAssociations - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter -- $Type: CodeActions$TypeParameter - Name: TypeParameter_2 diff --git a/modelsource/CommunityCommons/ORM/DeepClone.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/DeepClone.JavaActions$JavaAction.yaml deleted file mode 100644 index 625294c..0000000 --- a/modelsource/CommunityCommons/ORM/DeepClone.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,79 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Clones objects, their associations and even referred objects. \r\n\r\n- - Source: the original object to copy\r\n- Target: the object to copy it into (should - be of the same type, or a specialization)\r\n- MembersToSkip: members which should - not be set at all\r\n- MembersToKeep: references which should be set, but not cloned. - (so source and target will refer to exactly the same object). If an association - is not part of this property, it will be cloned.\r\n- ReverseAssociations: 1 - 0 - assications which refer to target, which will be cloned as well. Only the reference - name itself needs to be mentioned.\r\n- excludeEntities: entities that will not - be cloned. references to these entities will refer to the same object as the source - did.\r\n- excludeModules: modules that will have none of their enities cloned. Behaves - similar to excludeEntities.\r\n\r\nmembers format: or - or , where objecttype is the concrete type of the - object being cloned. \r\n\r\nreverseAssociation: \r\n\r\n\r\nmembersToSkip - by automatically contains createdDate and changedDate. \r\nmembersToKeep by automatically - contains System.owner and System.changedBy\r\n\r\nNote that DeepClone does commit - all objects, where Clone does not." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: DeepClone -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: source - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: target - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: membersToSkip - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: membersToKeep - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: reverseAssociations - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: excludeEntities - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: excludeModules - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter -- $Type: CodeActions$TypeParameter - Name: TypeParameter_2 diff --git a/modelsource/CommunityCommons/ORM/EndTransaction.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/EndTransaction.JavaActions$JavaAction.yaml deleted file mode 100644 index 420d624..0000000 --- a/modelsource/CommunityCommons/ORM/EndTransaction.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,12 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Commit the transaction, this will end this transaction or remove a - save point from the queue if the transaction is nested -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: EndTransaction -Parameters: null -TypeParameters: null diff --git a/modelsource/CommunityCommons/ORM/StartTransaction.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/StartTransaction.JavaActions$JavaAction.yaml deleted file mode 100644 index ab0728c..0000000 --- a/modelsource/CommunityCommons/ORM/StartTransaction.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,12 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Start a transaction, if a transaction is already started for this context, - a savepoint will be added -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: StartTransaction -Parameters: null -TypeParameters: null diff --git a/modelsource/CommunityCommons/ORM/commitInSeparateDatabaseTransaction.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/commitInSeparateDatabaseTransaction.JavaActions$JavaAction.yaml deleted file mode 100644 index 556845c..0000000 --- a/modelsource/CommunityCommons/ORM/commitInSeparateDatabaseTransaction.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,22 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: This function commits an object in a seperate context and transaction, - making sure it gets persisted in the database (regarding which exception happens - after invocation). -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: commitInSeparateDatabaseTransaction -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: mxObject - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ORM/commitWithoutEvents.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/commitWithoutEvents.JavaActions$JavaAction.yaml deleted file mode 100644 index 0f1961d..0000000 --- a/modelsource/CommunityCommons/ORM/commitWithoutEvents.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,22 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Commits an object, but without events. \r\n\r\nN.B. This function - is not very useful when called from the model, but it is useful when called from - custom Java code." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: commitWithoutEvents -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: subject - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ORM/copyAttributes.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/copyAttributes.JavaActions$JavaAction.yaml deleted file mode 100644 index 5b0bddc..0000000 --- a/modelsource/CommunityCommons/ORM/copyAttributes.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,32 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Copies all common primitive attributes from source to target, which - are not necessarily of the same type. This is useful to, for example, translate - database object into view objects.\r\n\r\nNote that no automatic type conversion - is done. " -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: copyAttributes -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: source - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: target - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter -- $Type: CodeActions$TypeParameter - Name: TypeParameter_2 diff --git a/modelsource/CommunityCommons/ORM/getCreatedByUser.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/getCreatedByUser.JavaActions$JavaAction.yaml deleted file mode 100644 index ea10d05..0000000 --- a/modelsource/CommunityCommons/ORM/getCreatedByUser.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,21 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Returns the user that created an object \r\n\r\n(or empty if not applicable)." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ConcreteEntityType - Entity: System.User -MicroflowActionInfo: null -Name: getCreatedByUser -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: thing - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ORM/getGUID.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/getGUID.JavaActions$JavaAction.yaml deleted file mode 100644 index a539a83..0000000 --- a/modelsource/CommunityCommons/ORM/getGUID.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,20 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: returns the Global Unique Identifier (GUID, or id) of an object. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: null -Name: getGUID -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: item - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ORM/getLastChangedByUser.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/getLastChangedByUser.JavaActions$JavaAction.yaml deleted file mode 100644 index e61f639..0000000 --- a/modelsource/CommunityCommons/ORM/getLastChangedByUser.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,22 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Returns the user that last changed this object as System.User \r\n\r\n(or - empty if not applicable)." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ConcreteEntityType - Entity: System.User -MicroflowActionInfo: null -Name: getLastChangedByUser -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: thing - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ORM/getOriginalValueAsString.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/getOriginalValueAsString.JavaActions$JavaAction.yaml deleted file mode 100644 index d4808b3..0000000 --- a/modelsource/CommunityCommons/ORM/getOriginalValueAsString.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,32 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Returns the original value of an object member, that is, the last - committed value.\r\n\r\nThis is useful if you want to compare the actual value with - the last stored value. \r\n- item : the object of which you want to inspect a member\r\n- - member: the member to retrieve the previous value from. Note that for references, - the module name needs to be included.\r\n\r\nThe function is applicable for non-String - members as well, but always returns a String representation of the previous value." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: null -Name: getOriginalValueAsString -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: item - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: member - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ORM/getTypeAsString.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/getTypeAsString.JavaActions$JavaAction.yaml deleted file mode 100644 index a5bca95..0000000 --- a/modelsource/CommunityCommons/ORM/getTypeAsString.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,21 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Returns the actual type of an Entity. Useful as alternative way to - split upon inheritance, or as input of other functions in this module. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: null -Name: getTypeAsString -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: instance - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ORM/memberHasChanged.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/memberHasChanged.JavaActions$JavaAction.yaml deleted file mode 100644 index 80db86f..0000000 --- a/modelsource/CommunityCommons/ORM/memberHasChanged.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Checks whether a member has changed since the last commit. Useful - in combination with getOriginalValueAsString.\r\n\r\n- item : the object to inspect\r\n- - member: the name of the member to inspect. Note that for references, the module - name needs to be included.\r\n\r\nReturns true if changed." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: memberHasChanged -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: item - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: member - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ORM/objectHasChanged.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/objectHasChanged.JavaActions$JavaAction.yaml deleted file mode 100644 index b5eb421..0000000 --- a/modelsource/CommunityCommons/ORM/objectHasChanged.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Returns true if at least one member (including owned associations) - of this object has changed.\r\n\r\nFor Mendix < 9.5 this action keeps track of changes - to the object except when 'changing to the same value'. For Mendix >= 9.5 this action - keeps track of all changes. This is a result of a change of the underlying Mendix - runtime-server behaviour. " -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: objectHasChanged -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: item - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ORM/objectIsNew.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/objectIsNew.JavaActions$JavaAction.yaml deleted file mode 100644 index dfafe12..0000000 --- a/modelsource/CommunityCommons/ORM/objectIsNew.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,20 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Returns true if this object is new (not committed in the database). -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: objectIsNew -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: mxObject - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/ORM/refreshClass.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/refreshClass.JavaActions$JavaAction.yaml deleted file mode 100644 index 6b2df22..0000000 --- a/modelsource/CommunityCommons/ORM/refreshClass.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,22 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Refreshes a certain domain object type in the client. Useful to enforce - a datagrid to refresh for example.\r\n\r\n-objectType : Type of the domain objects - to refresh, such as System.User or MyModule.MyFirstEntity.\r\n (you can use getTypeAsString - to determine this dynamically, so that the invoke of this action is not be sensitive - to domain model changes)." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: refreshClass -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: objectType - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/ORM/refreshClassByObject.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/ORM/refreshClassByObject.JavaActions$JavaAction.yaml deleted file mode 100644 index 9e7a58a..0000000 --- a/modelsource/CommunityCommons/ORM/refreshClassByObject.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,23 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Refreshes a certain domain object type in the client. Useful to enforce - a datagrid to refresh for example.\r\n\r\n- instance : This object is used to identify - the type of objects that need to be refreshed. For example passing $currentUser - will refresh all System.Account's." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: null -Name: refreshClassByObject -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: instance - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/Projects$ModuleSettings.yaml b/modelsource/CommunityCommons/Projects$ModuleSettings.yaml deleted file mode 100644 index 734bfe3..0000000 --- a/modelsource/CommunityCommons/Projects$ModuleSettings.yaml +++ /dev/null @@ -1,44 +0,0 @@ -$Type: Projects$ModuleSettings -BasedOnVersion: "" -ExportLevel: Source -ExtensionName: "" -JarDependencies: -- $Type: Projects$JarDependency - ArtifactId: guava - Exclusions: null - GroupId: com.google.guava - IsIncluded: true - Version: 32.0.1-jre -- $Type: Projects$JarDependency - ArtifactId: owasp-java-html-sanitizer - Exclusions: null - GroupId: com.googlecode.owasp-java-html-sanitizer - IsIncluded: true - Version: "20211018.2" -- $Type: Projects$JarDependency - ArtifactId: commons-io - Exclusions: null - GroupId: commons-io - IsIncluded: true - Version: 2.11.0 -- $Type: Projects$JarDependency - ArtifactId: pdfbox - Exclusions: null - GroupId: org.apache.pdfbox - IsIncluded: true - Version: 2.0.30 -- $Type: Projects$JarDependency - ArtifactId: commons-lang3 - Exclusions: null - GroupId: org.apache.commons - IsIncluded: true - Version: 3.12.0 -- $Type: Projects$JarDependency - ArtifactId: commons-text - Exclusions: null - GroupId: org.apache.commons - IsIncluded: true - Version: 1.10.0 -ProtectedModuleType: AddOn -SolutionIdentifier: "" -Version: 1.0.0 diff --git a/modelsource/CommunityCommons/Regexes/EmailAddressRegex.RegularExpressions$RegularExpression.yaml b/modelsource/CommunityCommons/Regexes/EmailAddressRegex.RegularExpressions$RegularExpression.yaml deleted file mode 100644 index 482b948..0000000 --- a/modelsource/CommunityCommons/Regexes/EmailAddressRegex.RegularExpressions$RegularExpression.yaml +++ /dev/null @@ -1,6 +0,0 @@ -$Type: RegularExpressions$RegularExpression -Documentation: A, not too restrictive, email address regular expression -Excluded: false -ExportLevel: Hidden -Expression: \w+((-|\+|\.)\w+)*@\w+([\.-]?\w+)*(\.\w{2,})+ -Name: EmailAddressRegex diff --git a/modelsource/CommunityCommons/Regexes/GUIDOrEmpty.RegularExpressions$RegularExpression.yaml b/modelsource/CommunityCommons/Regexes/GUIDOrEmpty.RegularExpressions$RegularExpression.yaml deleted file mode 100644 index d1d6837..0000000 --- a/modelsource/CommunityCommons/Regexes/GUIDOrEmpty.RegularExpressions$RegularExpression.yaml +++ /dev/null @@ -1,6 +0,0 @@ -$Type: RegularExpressions$RegularExpression -Documentation: 'Same as GUIDRegex, but accepts empty string as well. ' -Excluded: false -ExportLevel: Hidden -Expression: ^[a-zA-Z0-9_-]+|$ -Name: GUIDOrEmpty diff --git a/modelsource/CommunityCommons/Regexes/GUIDRegex.RegularExpressions$RegularExpression.yaml b/modelsource/CommunityCommons/Regexes/GUIDRegex.RegularExpressions$RegularExpression.yaml deleted file mode 100644 index 692d9e9..0000000 --- a/modelsource/CommunityCommons/Regexes/GUIDRegex.RegularExpressions$RegularExpression.yaml +++ /dev/null @@ -1,6 +0,0 @@ -$Type: RegularExpressions$RegularExpression -Documentation: 'Supports alphanumeric characters, dash and underscore. ' -Excluded: false -ExportLevel: Hidden -Expression: ^[a-zA-Z0-9_-]+$ -Name: GUIDRegex diff --git a/modelsource/CommunityCommons/Regexes/Identifier.RegularExpressions$RegularExpression.yaml b/modelsource/CommunityCommons/Regexes/Identifier.RegularExpressions$RegularExpression.yaml deleted file mode 100644 index 3f66538..0000000 --- a/modelsource/CommunityCommons/Regexes/Identifier.RegularExpressions$RegularExpression.yaml +++ /dev/null @@ -1,7 +0,0 @@ -$Type: RegularExpressions$RegularExpression -Documentation: Supports alphanumeric characters and underscore, is not allowed to - start with a number -Excluded: false -ExportLevel: Hidden -Expression: ^[a-zA-Z_]+[a-zA-Z0-9_]*$ -Name: Identifier diff --git a/modelsource/CommunityCommons/Security$ModuleSecurity.yaml b/modelsource/CommunityCommons/Security$ModuleSecurity.yaml deleted file mode 100644 index 5d218aa..0000000 --- a/modelsource/CommunityCommons/Security$ModuleSecurity.yaml +++ /dev/null @@ -1,8 +0,0 @@ -$Type: Security$ModuleSecurity -ModuleRoles: -- $Type: Security$ModuleRole - Description: "" - Name: User -- $Type: Security$ModuleRole - Description: "" - Name: Administrator diff --git a/modelsource/CommunityCommons/StringUtils/Base64Decode.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/Base64Decode.JavaActions$JavaAction.yaml deleted file mode 100644 index a3b59b7..0000000 --- a/modelsource/CommunityCommons/StringUtils/Base64Decode.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Converts a base64 encoded string to the plain, original string -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Base64 decode - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: Base64Decode -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: encoded - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/Base64Encode.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/Base64Encode.JavaActions$JavaAction.yaml deleted file mode 100644 index 0a318e5..0000000 --- a/modelsource/CommunityCommons/StringUtils/Base64Encode.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Converts a plain string to a base64 encoded string -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Base64 encode - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: Base64Encode -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/EscapeHTML.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/EscapeHTML.JavaActions$JavaAction.yaml deleted file mode 100644 index 89b665f..0000000 --- a/modelsource/CommunityCommons/StringUtils/EscapeHTML.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Given a, escapes it to html codes, for example\r\n\r\n\"< Joe & John - >\" will be converted to \r\n\"< Joe & John >\"" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Escape HTML - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: EscapeHTML -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: rawString - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/GenerateHMAC_SHA256.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/GenerateHMAC_SHA256.JavaActions$JavaAction.yaml deleted file mode 100644 index a2181ff..0000000 --- a/modelsource/CommunityCommons/StringUtils/GenerateHMAC_SHA256.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,38 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Generates and asymmetric hexadecimal hash using the HMAC_SHA256 hash - algorithm -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Generate HMAC SHA256 - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: GenerateHMAC_SHA256 -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: key - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: valueToEncrypt - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/GenerateHMAC_SHA256_hash.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/GenerateHMAC_SHA256_hash.JavaActions$JavaAction.yaml deleted file mode 100644 index ccc0244..0000000 --- a/modelsource/CommunityCommons/StringUtils/GenerateHMAC_SHA256_hash.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,37 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Generates an asymmetric hash using the HMAC_SHA256 hash algorithm -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Generate HMAC SHA256 hash - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: GenerateHMAC_SHA256_hash -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: key - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: valueToEncrypt - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/HTMLEncode.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/HTMLEncode.JavaActions$JavaAction.yaml deleted file mode 100644 index 7944b6f..0000000 --- a/modelsource/CommunityCommons/StringUtils/HTMLEncode.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,34 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Encodes a string to HTML Entities, so that they can be displayed in - the browser without breaking any layout. \r\n\r\nThis is useful for special widgets - which allow HTML to be rendered properly, including special characters as '<' and - '&'. \r\nFor example '<' will be encoded as '<' and '&' will be encoded as '&'\r\n\r\nReturns - the encoded string." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: HTML encode - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: HTMLEncode -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/HTMLToPlainText.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/HTMLToPlainText.JavaActions$JavaAction.yaml deleted file mode 100644 index 401a179..0000000 --- a/modelsource/CommunityCommons/StringUtils/HTMLToPlainText.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Use this function to convert HTML text to plain text. \r\nIt will - preserve linebreaks but strip all other markup. including html entity decoding." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: HTML to plain text - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: HTMLToPlainText -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: html - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/Hash.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/Hash.JavaActions$JavaAction.yaml deleted file mode 100644 index fdbe8e0..0000000 --- a/modelsource/CommunityCommons/StringUtils/Hash.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,39 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Hashes a value using the SHA-256 hash algorithm. \r\n\r\n- value : - the value to hash\r\n- length : the desired length of the hash. \r\n\r\nReturns - a SHA-256 hash of 'value', with length 'length'" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Hash - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: Hash -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: length - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/IsEmptyString.Microflows$Rule.yaml b/modelsource/CommunityCommons/StringUtils/IsEmptyString.Microflows$Rule.yaml deleted file mode 100644 index 5ef92a5..0000000 --- a/modelsource/CommunityCommons/StringUtils/IsEmptyString.Microflows$Rule.yaml +++ /dev/null @@ -1,25 +0,0 @@ -$Type: Microflows$Rule -ApplyEntityAccess: false -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowReturnType: - $Type: DataTypes$BooleanType -Name: IsEmptyString -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: $String = empty or trim($String) = '' - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: String - VariableType: - $Type: DataTypes$StringType -ReturnVariableName: "" diff --git a/modelsource/CommunityCommons/StringUtils/IsNotEmptyString.Microflows$Rule.yaml b/modelsource/CommunityCommons/StringUtils/IsNotEmptyString.Microflows$Rule.yaml deleted file mode 100644 index 833a6bf..0000000 --- a/modelsource/CommunityCommons/StringUtils/IsNotEmptyString.Microflows$Rule.yaml +++ /dev/null @@ -1,25 +0,0 @@ -$Type: Microflows$Rule -ApplyEntityAccess: false -Documentation: "" -Excluded: false -ExportLevel: Hidden -MarkAsUsed: false -MicroflowReturnType: - $Type: DataTypes$BooleanType -Name: IsNotEmptyString -ObjectCollection: - $Type: Microflows$MicroflowObjectCollection - Objects: - - $Type: Microflows$StartEvent - - $Type: Microflows$EndEvent - Documentation: "" - ReturnValue: $String != empty and length(trim($String)) > 0 - - $Type: Microflows$MicroflowParameter - DefaultValue: "" - Documentation: "" - HasVariableNameBeenChanged: false - IsRequired: true - Name: String - VariableType: - $Type: DataTypes$StringType -ReturnVariableName: "" diff --git a/modelsource/CommunityCommons/StringUtils/IsStringSimplified.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/IsStringSimplified.JavaActions$JavaAction.yaml deleted file mode 100644 index 2dbc89c..0000000 --- a/modelsource/CommunityCommons/StringUtils/IsStringSimplified.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: True if a string can be simplified by the removal of diacritics. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Is string simplified - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: IsStringSimplified -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: The string to check. - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/RandomHash.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/RandomHash.JavaActions$JavaAction.yaml deleted file mode 100644 index 85baa42..0000000 --- a/modelsource/CommunityCommons/StringUtils/RandomHash.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,23 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Generates a random hash, perfectly to use as random but unique identifier -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Random hash - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: RandomHash -Parameters: null -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/RandomString.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/RandomString.JavaActions$JavaAction.yaml deleted file mode 100644 index f4e6bc3..0000000 --- a/modelsource/CommunityCommons/StringUtils/RandomString.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Generates a random alphanumeric string of the desired length. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Random string - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: RandomString -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: length - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/RandomStrongPassword.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/RandomStrongPassword.JavaActions$JavaAction.yaml deleted file mode 100644 index 5c707f8..0000000 --- a/modelsource/CommunityCommons/StringUtils/RandomStrongPassword.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,60 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Returns a random strong password containing a specified minimum number - of digits, uppercase and special characters.\r\n\r\nNote:Minimumlength should be - equal or larger than NrOfCapitalizedCharacters, NrOfDigits and NrOfSpecialCharacters" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Random strong password - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: RandomStrongPassword -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: MinLength - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: MaxLength - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: NrOfCapitalizedCharacters - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: NrOfDigits - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: NrOfSpecialCharacters - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/RandomStrongPasswordWithLowercase.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/RandomStrongPasswordWithLowercase.JavaActions$JavaAction.yaml deleted file mode 100644 index 7b8f3c0..0000000 --- a/modelsource/CommunityCommons/StringUtils/RandomStrongPasswordWithLowercase.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,67 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Returns a random strong password containing a specified minimum number - of digits, uppercase and special characters.\r\n\r\nNote:Minimumlength should be - equal or larger than NrOfCapitalizedCharacters, NrOfDigits and NrOfSpecialCharacters" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Random strong password - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: RandomStrongPasswordWithLowercase -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: MinLength - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: MaxLength - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: NrOfCapitalizedCharacters - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: NrOfLowercaseCharacters - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: NrOfDigits - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: NrOfSpecialCharacters - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/RegexQuote.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/RegexQuote.JavaActions$JavaAction.yaml deleted file mode 100644 index 7b280da..0000000 --- a/modelsource/CommunityCommons/StringUtils/RegexQuote.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,32 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: 'Escapes a string value so that it can be used literally with Mendix - build-in regex replacement functions. (Otherwise the dollar sign would be interpreted - as back reference to a match for example). ' -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Regex quote - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: RegexQuote -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: unquotedLiteral - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/RegexReplaceAll.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/RegexReplaceAll.JavaActions$JavaAction.yaml deleted file mode 100644 index ab19384..0000000 --- a/modelsource/CommunityCommons/StringUtils/RegexReplaceAll.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,35 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Performs a regular expression. Similar to the replaceAll microflow - function, but supports more advanced usages such as capture variables.\r\n\r\nFor - the regexp specification see:\r\nhttps://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html\r\n\r\nA - decent regexp tester can be found at:\r\nhttp://www.fileformat.info/tool/regex.htm" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: null -Name: RegexReplaceAll -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: haystack - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: needleRegex - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: replacement - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/RemoveEnd.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/RemoveEnd.JavaActions$JavaAction.yaml deleted file mode 100644 index 1652490..0000000 --- a/modelsource/CommunityCommons/StringUtils/RemoveEnd.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,37 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Removes a string (if present) from the end of an input string, -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Remove end - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: RemoveEnd -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: Input string - IsRequired: true - Name: input - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: String to be removed from the end of the input string, if present - IsRequired: true - Name: toRemove - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/SanitizerPolicy.Enumerations$Enumeration.yaml b/modelsource/CommunityCommons/StringUtils/SanitizerPolicy.Enumerations$Enumeration.yaml deleted file mode 100644 index f488c80..0000000 --- a/modelsource/CommunityCommons/StringUtils/SanitizerPolicy.Enumerations$Enumeration.yaml +++ /dev/null @@ -1,61 +0,0 @@ -$Type: Enumerations$Enumeration -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: SanitizerPolicy -RemoteSource: null -Values: -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Allows common block elements including

,

, etc. - Name: BLOCKS - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Allows common formatting elements including , etc. - Name: FORMATTING - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Allows elements from HTTP, HTTPS and relative sources - Name: IMAGES - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Allows HTTP, HTTPS, MAILTO and relative links - Name: LINKS - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Allows certain safe CSS properties in style="..." attributes - Name: STYLES - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Allows common table elements - Name: TABLES - RemoteValue: null diff --git a/modelsource/CommunityCommons/StringUtils/StringLeftPad.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/StringLeftPad.JavaActions$JavaAction.yaml deleted file mode 100644 index f3075b7..0000000 --- a/modelsource/CommunityCommons/StringUtils/StringLeftPad.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,47 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Pads a string on the left to a certain length. \r\nvalue : the original - value\r\namount: the desired length of the resulting string.\r\nfillCharacter: the - character to pad with. (or space if empty)\r\n\r\nFor example\r\nStringLeftPad(\"hello\", - 8, \"-\") returns \"---hello\"\r\nStringLeftPad(\"hello\", 2, \"-\") returns \"hello\"" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: String left pad - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: StringLeftPad -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: amount - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: fillCharacter - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/StringRightPad.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/StringRightPad.JavaActions$JavaAction.yaml deleted file mode 100644 index 74076b0..0000000 --- a/modelsource/CommunityCommons/StringUtils/StringRightPad.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,47 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Pads a string on the right to a certain length. \r\nvalue : the original - value\r\namount: the desired length of the resulting string.\r\nfillCharacter: the - character to pad with. (or space if empty)\r\n\r\nFor example\r\nStringRightPad(\"hello\", - 8, \"-\") returns \"hello---\"\r\nStringLeftpad(\"hello\", 2, \"-\") returns \"hello\"" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: String right pad - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: StringRightPad -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: amount - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: fillCharacter - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/StringSimplify.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/StringSimplify.JavaActions$JavaAction.yaml deleted file mode 100644 index 55bc558..0000000 --- a/modelsource/CommunityCommons/StringUtils/StringSimplify.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,30 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Remove diacritics from a string. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: String simplify - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: StringSimplify -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: The string to simplify. - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/StringSplit.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/StringSplit.JavaActions$JavaAction.yaml deleted file mode 100644 index 2feda41..0000000 --- a/modelsource/CommunityCommons/StringUtils/StringSplit.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,40 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ListType - Parameter: - $Type: CodeActions$ConcreteEntityType - Entity: CommunityCommons.SplitItem -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: String split - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: StringSplit -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: inputString - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: splitParameter - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/StringTrim.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/StringTrim.JavaActions$JavaAction.yaml deleted file mode 100644 index e133ae6..0000000 --- a/modelsource/CommunityCommons/StringUtils/StringTrim.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,32 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Left and right trims a string (that is; removes all surrounding whitespace - characters such as tabs, spaces and returns). \r\nReturns the empty string if value - is the empty value. Returns the trimmed string otherwise." -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: String trim - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: StringTrim -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/SubstituteTemplate.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/SubstituteTemplate.JavaActions$JavaAction.yaml deleted file mode 100644 index 4f09bf7..0000000 --- a/modelsource/CommunityCommons/StringUtils/SubstituteTemplate.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,56 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Given an object and a template, substitutes all fields in the template. - Supports attributes, references, referencesets and constants. \r\n\r\nThe general - field syntax is '{fieldname}'. \r\n\r\nFieldname can be a member of the example - object, an attribute which need to be retrieved over an reference(set) or a project - constant. All paths are relative from the provided substitute obect. An example - template:\r\n------------------\r\nDear {EmailOrName},\r\n\r\n{System.changedBy/FullName} - has invited you to join the project {Module.MemberShip_Project/Name}. \r\nSign up - is free and can be done here:\r\n{@Module.PublicURL}link/Signup\r\n-------------------------\r\n\r\nuseHTMLEncoding - identifies whether HTMLEncode is applied to the values before substituting.\r\n\r\ndatetimeformat - identifies a format string which is applied to date/time based attributes. Can be - left empty. Defaults to \"EEE dd MMM yyyy, HH:mm\"" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Substitute template - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: SubstituteTemplate -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: template - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: substitute - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: useHTMLEncoding - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/StringUtils/SubstituteTemplate2.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/SubstituteTemplate2.JavaActions$JavaAction.yaml deleted file mode 100644 index fee334e..0000000 --- a/modelsource/CommunityCommons/StringUtils/SubstituteTemplate2.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,55 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Identical to SubstituteTemplate, but adds an datetimeformat argument\r\n\r\nDateTimeFormat - identifies a format string which is applied to date/time based attributes. Can be - left empty. Defaults to \"EEE dd MMM yyyy, HH:mm\"" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Substitute template (datetimeformat) - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: SubstituteTemplate2 -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: template - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: substitute - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: useHTMLEncoding - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: datetimeformat - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/CommunityCommons/StringUtils/SubstringAfter.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/SubstringAfter.JavaActions$JavaAction.yaml deleted file mode 100644 index 8e9c2b1..0000000 --- a/modelsource/CommunityCommons/StringUtils/SubstringAfter.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,37 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Gets the substring after the first occurrence of a separator. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Substring after - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: SubstringAfter -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: str - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: separator - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/SubstringAfterLast.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/SubstringAfterLast.JavaActions$JavaAction.yaml deleted file mode 100644 index 94b5df2..0000000 --- a/modelsource/CommunityCommons/StringUtils/SubstringAfterLast.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,37 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Gets the substring after the last occurrence of a separator. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Substring after last - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: SubstringAfterLast -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: str - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: separator - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/SubstringBefore.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/SubstringBefore.JavaActions$JavaAction.yaml deleted file mode 100644 index 1819a04..0000000 --- a/modelsource/CommunityCommons/StringUtils/SubstringBefore.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,37 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Gets the substring before the first occurrence of a separator. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Substring before - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: SubstringBefore -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: str - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: separator - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/SubstringBeforeLast.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/SubstringBeforeLast.JavaActions$JavaAction.yaml deleted file mode 100644 index 098a593..0000000 --- a/modelsource/CommunityCommons/StringUtils/SubstringBeforeLast.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,37 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: Gets the substring before the last occurrence of a separator. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Substring before last - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: SubstringBeforeLast -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: str - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: separator - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/CommunityCommons/StringUtils/XSSSanitize.JavaActions$JavaAction.yaml b/modelsource/CommunityCommons/StringUtils/XSSSanitize.JavaActions$JavaAction.yaml deleted file mode 100644 index 8e4ae70..0000000 --- a/modelsource/CommunityCommons/StringUtils/XSSSanitize.JavaActions$JavaAction.yaml +++ /dev/null @@ -1,82 +0,0 @@ -$Type: JavaActions$JavaAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Removes all potential dangerous HTML from a string so that it can - be safely displayed in a browser. \r\n\r\nThis function should be applied to all - HTML which is displayed in the browser, and can be entered by (untrusted) users.\r\n\r\n- - HTML: The html to sanitize\r\n- policy1... policy6: one or more values of SanitizerPolicy. - You may leave these policy parameters empty if you don't want to allow additional - elements.\r\n\r\nBLOCKS: Allows common block elements including

,

, etc.\r\nFORMATTING: - Allows common formatting elements including , , etc.\r\nIMAGES: Allows - elements from HTTP, HTTPS, and relative sources.\r\nLINKS: Allows HTTP, HTTPS, MAILTO - and relative links\r\nSTYLES: Allows certain safe CSS properties in style=\"...\" - attributes.\r\nTABLES: Allows commons table elements.\r\n\r\nFor more information, - visit:\r\n\r\nhttp://javadoc.io/doc/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer/20180219.1" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: XSS sanitize - Category: StringUtils - IconData: - Data: "" - Subtype: 0 - IconDataDark: - Data: "" - Subtype: 0 - ImageDataDark: - Data: "" - Subtype: 0 -Name: XSSSanitize -Parameters: -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: "" - IsRequired: true - Name: html - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: At least one policy is required. - IsRequired: true - Name: policy1 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: May be empty. - IsRequired: true - Name: policy2 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: May be empty. - IsRequired: true - Name: policy3 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: May be empty. - IsRequired: true - Name: policy4 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: May be empty. - IsRequired: true - Name: policy5 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaActions$JavaActionParameter - Category: "" - Description: May be empty. - IsRequired: true - Name: policy6 - ParameterType: - $Type: CodeActions$BasicParameterType -TypeParameters: null diff --git a/modelsource/DataWidgets/ClientActivities/Export_To_Excel.JavaScriptActions$JavaScriptAction.yaml b/modelsource/DataWidgets/ClientActivities/Export_To_Excel.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 73ec690..0000000 --- a/modelsource/DataWidgets/ClientActivities/Export_To_Excel.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,59 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ExportSuccess -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Export To Excel - Category: Data widgets - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKTSURBVHhe7ZtBTttAFIbHDmwijFhwAI6QchGQsmi7IiCiCqkSR4CeACEhVSFISVeFBQhOAkfgAEit5MIq9nSe8xIcnMSxnyczY8+XxXgSK8r78uZ3bCvMYrFUGgfHCXY+f9uquWHPYbwhdtnAp+lw1rq97v7CmRYkBEDxK27wWGjhcTST4OI4ZsUJzqQVDzis3/zS3sOZchICmOPs4pY8NJKQWALNr22OmxG3v7tTc2JRPr7fBBosh2QHLBMNOkGtAECxhKUL4CHfx813FEpYuoC7m6u+ThKULAGdJCjLAF0kKA1BHSQoFQColqBcAKBSghYCAFUStBEAqJCg9lwgKxLOHbTqgFREJ+BWYZglQAKVFyA9A6jI/jx2CeBYWWwG4DhGtwyQjV0COFYWmwE4jknLgM3jf8X9tp/Cy/nawplTv6g33r6/PeE0F8Z2wPrl+klttfbodT3SWaKRAqB4zvlpNAlZnyLBOAH1y3pjXPwIggRyBsxas0XvF8f76bXEV9fD6Tsua/ltP9P1AiOXgH/k98W3nrxylKMTjA3BoiQYKwAoQgI5A7KS5Ti/KJRMMLoDRszthCshZw6lEADMlBCw3jwJpREA5JFAzgDq8d3reKRMyUSN7fuHQlKMUnVAKtAJH44O1RLAxWMw2fXlEQDFjR7TGL5yEOVEDHIGZEXG74A4UdiJVsfpkBnFA6VaAlmLB0ojIE/xQCkE5C0eyJwBukEpHjC6A6jFA8YKKKJ4wEgBRRUPTMuAP2KQ94+RFNIyB+4FwOVwnA7JWTyQ6ADOGelGg2zgRkgYhj9wSioeSAgIuAunk3+HMz15PXo9jSQQiwcSAh5uOs+D0P0kWuEen9ISkBAMgm1K8RaLpeow9h/m2ZyA+gqK3QAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKRSURBVHhe7ZvNTuMwEIDjqhVXHoEDK65dnoQbUpr+ZKV9joUn4AE4pFXaStx4k3JlQWLfYLmiRjUeOoS2bkmTiWs78QeSM1UVZT7NTOIgPIfDUWsYrmtEUXTSarUiznmbMXaMH5MR5xt0u90RhkYgCYDkm83mrMzEVzFNQgPXFJH8jarkAXHuYRzHfQy1IwkQF3iBh8owSYLUAuPxmOPhB0EQbJ0T+7J5vlVMaAepAg6JCZWgVQCgW8LBBSwWixAPU3RKOLiAXq83NEmClhYwSYK2GWCKBK1D0AQJWgUAuiVoFwDolGCEAECXBGMEADokaN0L5EXF3sGoCsgCKgEPS8MqASqovQDlM4CK6utxLYBrbXEzANcU02aAalwL4Fpb3AzANSVrBlzevpX2bL+Nu99He8+c/mO/PTobPWBYCGsrIPgb/Ekayazz3CHtEq0UAMlzxq8+Au4NKRKsE+C/+O00+U8IEsgzYFfPlv29VfxHf8AaLMLwC+YNJqeTXO8LrGyB6dl0yBdcenNUpBKsHYJlSbBWAFCGBPIMyEue+/y+UGaC1RXwyXeV4D/7A4y2UgkBwC4JjLPoOwmVEQAUkUCeAdT7e+epQ5opeRAPUOH0dLr2ar1SFZAFVMLm3aFWAsRQ5OJ3rRKrI0Bklv5sQ3zOG/zXZguQZ0BeVDwHrALDDkodwyU7kgcq1QJ5kwcqI6BI8kAlBBRNHsg9A0yDkjxgdQVQkwesFVBG8oCVAspKHpD6O47j/0zhf4xkkTVzxN6/Lfb+MwyXFEwekCpAJE/6Q4NqxI4Pru96GQkIyQOSgPl8HnLOXzE0ksmPCbwWv6YmD0gCwjD8lyTJTyHhHj8yEpAgrvGckrzD4ag7nvcOxdi/5mFO/wkAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: Export_To_Excel -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: datagridName - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: fileName - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: sheetName - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: includeColumnHeaders - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The number of items fetched and exported per request. - IsRequired: true - Name: chunkSize - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/DataWidgets/DomainModels$DomainModel.yaml b/modelsource/DataWidgets/DomainModels$DomainModel.yaml deleted file mode 100644 index 197d610..0000000 --- a/modelsource/DataWidgets/DomainModels$DomainModel.yaml +++ /dev/null @@ -1,6 +0,0 @@ -$Type: DomainModels$DomainModel -Annotations: null -Associations: null -CrossAssociations: null -Documentation: "" -Entities: null diff --git a/modelsource/DataWidgets/Projects$ModuleSettings.yaml b/modelsource/DataWidgets/Projects$ModuleSettings.yaml deleted file mode 100644 index f6ae021..0000000 --- a/modelsource/DataWidgets/Projects$ModuleSettings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -$Type: Projects$ModuleSettings -BasedOnVersion: "" -ExportLevel: Source -ExtensionName: "" -JarDependencies: null -ProtectedModuleType: AddOn -SolutionIdentifier: "" -Version: 1.0.0 diff --git a/modelsource/DataWidgets/Security$ModuleSecurity.yaml b/modelsource/DataWidgets/Security$ModuleSecurity.yaml deleted file mode 100644 index 3d32b8a..0000000 --- a/modelsource/DataWidgets/Security$ModuleSecurity.yaml +++ /dev/null @@ -1,5 +0,0 @@ -$Type: Security$ModuleSecurity -ModuleRoles: -- $Type: Security$ModuleRole - Description: "" - Name: User diff --git a/modelsource/FeedbackModule/DomainModels$DomainModel.yaml b/modelsource/FeedbackModule/DomainModels$DomainModel.yaml deleted file mode 100644 index 197d610..0000000 --- a/modelsource/FeedbackModule/DomainModels$DomainModel.yaml +++ /dev/null @@ -1,6 +0,0 @@ -$Type: DomainModels$DomainModel -Annotations: null -Associations: null -CrossAssociations: null -Documentation: "" -Entities: null diff --git a/modelsource/FeedbackModule/FeedbackWidget.Forms$BuildingBlock.yaml b/modelsource/FeedbackModule/FeedbackWidget.Forms$BuildingBlock.yaml deleted file mode 100644 index 69e2232..0000000 --- a/modelsource/FeedbackModule/FeedbackWidget.Forms$BuildingBlock.yaml +++ /dev/null @@ -1,13 +0,0 @@ -$Type: Forms$BuildingBlock -CanvasHeight: 600 -CanvasWidth: 800 -DisplayName: "" -Documentation: "" -DocumentationUrl: "" -Excluded: false -ExportLevel: Hidden -Name: FeedbackWidget -Platform: Web -TemplateCategory: "" -TemplateCategoryWeight: 0 -Widgets: null diff --git a/modelsource/FeedbackModule/Projects$ModuleSettings.yaml b/modelsource/FeedbackModule/Projects$ModuleSettings.yaml deleted file mode 100644 index f6ae021..0000000 --- a/modelsource/FeedbackModule/Projects$ModuleSettings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -$Type: Projects$ModuleSettings -BasedOnVersion: "" -ExportLevel: Source -ExtensionName: "" -JarDependencies: null -ProtectedModuleType: AddOn -SolutionIdentifier: "" -Version: 1.0.0 diff --git a/modelsource/FeedbackModule/Security$ModuleSecurity.yaml b/modelsource/FeedbackModule/Security$ModuleSecurity.yaml deleted file mode 100644 index 3142cc4..0000000 --- a/modelsource/FeedbackModule/Security$ModuleSecurity.yaml +++ /dev/null @@ -1,8 +0,0 @@ -$Type: Security$ModuleSecurity -ModuleRoles: -- $Type: Security$ModuleRole - Description: "" - Name: User -- $Type: Security$ModuleRole - Description: "" - Name: Anonymous diff --git a/modelsource/FeedbackModule/_v1.4.0/_ReadMe.Forms$Snippet.yaml b/modelsource/FeedbackModule/_v1.4.0/_ReadMe.Forms$Snippet.yaml deleted file mode 100644 index 1efea27..0000000 --- a/modelsource/FeedbackModule/_v1.4.0/_ReadMe.Forms$Snippet.yaml +++ /dev/null @@ -1,66 +0,0 @@ -$Type: Forms$Snippet -CanvasHeight: 600 -CanvasWidth: 800 -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: _ReadMe -Parameters: null -Variables: null -Widgets: -- $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: Mendix FeedBack Module - Name: text1 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: H2 - TabIndex: 0 -- $Type: Forms$DynamicText - Appearance: - $Type: Forms$Appearance - Class: "" - DesignProperties: null - DynamicClasses: "" - Style: "" - ConditionalVisibilitySettings: null - Content: - $Type: Forms$ClientTemplate - Fallback: - $Type: Texts$Text - Items: null - Parameters: null - Template: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: nl_NL - Text: Tekst - - $Type: Texts$Translation - LanguageCode: en_US - Text: "For installation & configuration please refer to documentation\r\nhttps://docs.mendix.com/appstore/modules/mendix-feedback/" - Name: text2 - NativeAccessibilitySettings: null - NativeTextStyle: Text - RenderMode: Text - TabIndex: 0 diff --git a/modelsource/NanoflowCommons/ClientActivities/GetRemoteUrl.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/GetRemoteUrl.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 798bc72..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/GetRemoteUrl.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get remote url - Category: Client activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAVUSURBVHhe7ZtbbhNJFIa7204Qb5kdZFYwNhuArGCCUEAa5WIjwWvMChJWQHhNEHZuD4iHyQ4gGyBegpeQh5FGIb7w/1Z3VK6u7rq5k7ZxJAvJrsv5vzp1Tt0IgsXfgsCCwO9MICyT+NPT02ej0Wi9Uqk8HQ6Hq2EYrtA+/NvF9z18Lvr9/mWz2exNy+5SADg5OVmHyA/4rBoKO7i9vf04DRAPCqDdbq9Uq9U2hK8bCr8rRo9Aveebm5td27pi+QcDAPGrEP/NYtSVOgGisbW1dewKIXKt6FMvTzwEdfBZg4v/gdEN+UFfdYBqcdTlfvF95+zsrOZqz717QJZ4iOsiwD3XzWsEyn2I3hMFEwzq1lH32hbEvXpAzsgfQ8CaTjzFwd33B4PBu4l5jOCJ6dSyFT/OMC6VXOrkiYebN2zbROY4iKJoV6h3jWnzp60X3IsHTFs8RcML9uH6osszo1iDLBxAEeIJIB7pj5LnPLP1pEIBFCU+EYm4cSEJ/qs0AHzEI9LvnJ+fX3GhpBHUk4NhaQAsLS3tKhY5x7qAR/HM7ZjfteXl5W95EGwDngpOYVMAQpmqxBWasfjE0ARC1qgaeIjWIQoDwJ7j0SYEa/GJ5Yj2cqC7E4WoXxMVcjGlVSwVKBRAAsHU7WXjsSVubm9vd7JEcR8g/VY+ALoRSea8rXgGWSyEdqR61puiwj0gD4CreLYJ9/9Xcv8elsnfdcDl370AcBS4ObHtlOV9xLNfNMGP+OdkhzMAIc/vQUzbBoKPePbDTRNS5VqyFOYW2vVMwAmAvMiBMQ1TCL7iE9A8CYohcBv93mYAxLLWu0HfFR4XObYBz1WcST0rAPMmnoCMAcyjeGMA8yreCMA8i9cCmHfxuQDiS4srny1tmaJ9VkbIDII4dOyo1tpFbWxMUhbLvDq6GYllv7x5ZBzIVX0oF0IQ3yijeFNINuWUAFQXDw898jaibMqmAPCKWp73vLTIa3Ray1sbw6dVNgVAPmTgRiPvxmaWxRNiCgBGXz5azjxk8BGPU9+26QZqWqNtGgRXxYJw/26OAS2XVEfx9DSbXWRREFQesCJ2lnf0zNggHkTqzvDYbiI+6YMQcL39oSiBuna15wG6c/kEgot4GserbT530Rla1O8qAD2xM1xwTEwJ2RB6CE5j6nmnt6qRT8SbXovfGwD5bJ2vtnw7l92+LOKVWQBfXoqCMUd3fW5gyixeCQAuyXu5awHCCqbBxJMUU4+wFf/P4X8107ZNy734dFPPK5uKARn37i3k7JZpp/QYW/EvD3/uDcKlq42jvnzZYdptqtzGp36jOgp+bBzd7mc1oswC8IID+UUWHzIiXWk9ITlDUKwo+ZBJ+Q6I4sNwNDYyCgadaUCg+Gg0GB/XR8FwLwtC5lYyfnp2JZMjGOwUCegyeaQYnx3UKFqxixynuizxG4c3tSgMUv0Mg0rj65tqahVqsh0Wxd/ZDyOGQfjk69tH3YkYl+df8bbY6tJDBUyX6l4d/t8IwijVjwqCDkCWeKw4Xn95+7gj25e7EIpze131QNFwYn6P3+/18sqPDRsNm2nj7KaDrXhlFpCNoJtzBLHSM16tERjK8x0v57yYUTI5+EJwEU9jrI6TGODwlJ3nBX+jLp+z19hInDb5nP0S31243NImZHTTQTUFXMVbAzB0e+9ieRCYJcQOhmGlmUR7MeBlzXnZOCsP8FZm0UAWBG0TcENT8aX1AN10yIRgKb70AGigsSc4iJ8JAHcQgvAz//OQcvQdxc8MgFwIHuJnCoASgqf4mQMwAWE8F9TLW22mmPUCDIzj4Lj4WxBYEPAl8At5ieKM4CECpgAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: GetRemoteUrl -Parameters: null -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ClientActivities/HideProgress.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/HideProgress.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 2be029b..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/HideProgress.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Hides default progress bar -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Hide progress - Category: Client activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATBSURBVHhe7Vk9bBRXEJ55e0SWEiWmSmuayMEoOkckSpejS6ozJg5HmouVc1LalKns69JhSuAkTAN2jGOuo7PpkBCYiABJdyUdR5qQ+HYn84zXt29/3+2dfbePe5Il2ztvdr5v5s2bmQUYriEDQwaGDBjMQHGmko+DZxmMHc6V5srCwrsff3Ianj95eC8Mq7EESPCAsCJBI0AhigR+Zt7ygveiEy2aXF+vPVb+Zxr8KPDk0Kwf/H50mENBHPjf1mp7x8G/jDkCacAbEwFpwRtBQDfgM09At+AzTUAvwGeWgF6BzyQBvQSfOQJ6DT5TBBwG+MwQcFjgOyagWJwftd79Zx6ICgg0xn0W/wzCoiYByibnju2Ien3tSkPXKq1SuHj+pzFLONdlW6mruM9yKy1HVHWISJwHTF+Ym7fQWUXA8T6D6uT1eQH0/fip0//++cfD+3EbYwmYLlUWEfEXDvWRTt4+ELIII4jwVdw0KDYHSM9zyC/7wRDRNiB2fNZ0SUmT8Ga+q+RtG/IoYDEsLzmEFzdXrwawRBIgz3xO2DusbLRtODWRoHp7tRaqSBdgnFwa8H5933xbWSALmQho207QbJGYDMsJIswgS9hLfvAC4cygg5dYbv9aWxZIZ/jX5gE2hFGZxMOwBgiQ3ueEV/YKS8+v31Rnab3wuKujF5732iNtRZuqCga+wYrFsiei3zwNXINnS5UFgXjJE/qNjVu1E15lH8y/HDtGx64TUJ6TZEBpJ+R8+PoBjP99M7BFzvCixli6+qdLc1ucCAuuvANQ3bx1jaO7vQIRwN4vKi8gVDZI8DnK7TB1hUEGLzGwg+q+KPjST16QAIS8V6hl0+/evy3KXeoWuNR3mJ4/8DhZd1QCZPWqrrAkqIR03T9HR5zSDcEouSjwf71/AboNe+87g1k/WLqH3gJxAImvlG4IiAP/YuTzblSn2htCADW8muSt4DtHj1O9KSbspecPA/yM/8NoiPMCBBChQoBAWwn5XdydTRMF/fC8LdR8RggB54UQ4ChfUTnhKbfCq8vHGy3cnXQIlAQTFxX9AC/teVMatxeX8cqtsCfjN7xYLo/m/nvnpff/cbV00nHodZGT9D73eVgvwy3yCX9iDERA/caNJof4tvdF3FouBs6ThiX9Ai+bIx7YLCkmEqxo9wI2iVne3DxQwLW0Y+HW2dKPCxq490T6BV56no/nlr+X4WZIKY1dHJETof2uylMSu1v4luDqUBZI/hrBlThq8PsTK5mrpsKmVkh0MaqRix2JnTv/wxIIoSQS3QgYILnqhq/+99oWOxF6/nRne+Lkp69A4Be8KWNTob35xc8bqzWeaEWvxJngs6eP7n808dkaknOcr8T8AHk20hQ5tbLJ+npz7drdJHu1psKukoOzRjTFbSaT0V0rnGSc/nNq8M3V4LN+r/X6veV6/XI7gSco6YiAMF1HnfD0SdGT7IqArIOXFKUmwATwqQkwBXwqAkwC3zEBpoHviAATwWsTYCp4LQJMBp9IgOngYwl4G8BHEvC2gA8lQI6TeAbIn8bV1YtvdXrV+dFKBdrhZ08evTg5McmfCLHgmmIqeIkvdB4gByEuCSaDT4w1eRwShYYCQwaGDAwZyDAD/wOPAZ2wNNpg2wAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQOSURBVHhe7ZtNTttAFMfH+UDqjgtUCjcIi64bTkB33UBSL7uCnoDkBLDrMiDCojs4QWDdBeEGlnqAZlcpQMz/URuN5yMzdpw4HmwpElVmxu/3nzdv3nsFxqqnUqBSoFLAYQVGo1F7EV7NYXZ2eXnZA989RDjRcXquCkDwnuedc3z9g4ODgcjrpAAK+Jh7FyJMeBGcOwI6+Pl87ovwJIRTHrAIvtvt8sfhzQmcESALvDMekBXeCQGWgS+9AMvCl1qAPOBLK0Be8KUUIE/40gmQN3ypBFgFfGkEWBV8agGGw+F2s9k8wsQOPq3oU3hBGYbhFJXfBJ/r2Wx24/t+YGuUVSoM8BbAhxG47dqFjYMg509PTwMbIYzV4NXV1VGj0bgvC/yrW3veN2zYPY7OsWkXFnpA1EnpmxbZ8O+VjZDYZq0AtPNwpTMF3G2Ws2YrUpaAR30/1Ptt2HWCD8WmxAOOH4eHhyoWdT+Azjy5PRbbjleiQIOfB7qFbAEXjcsCL653cXFxXKvVSIg32zFm+vj4uKuKCcoYUK/X+yI8/r236fAkRq/XOyNbow2L9aHbi4K49EgC0O5DQeqm8s9A1U7KY9dpjTx2nreFbMWREBugHbrGRZulGECREwqecq4fYOd3+Ilff/5rhfXa0GNhGyFXWjSNMB8bAWs3f0tTqIena2PZro/YMMbYDsdCR7jPz5c8APD7wgsSEwie1T3EByy8wfDEgGNww7OA7bMoniQAJrWFSQ+JSfXa6bLgtN4qdz62F8nQNW872FpGAYToyaSz77Evti6oG6eDn8w+sWXdnn+nGPVVV6QxE5Qg/l+HmZ9F8H+epQ3K/B7biSoBAn4y3QoJN2LexHZxcdy64WF74jjDHmnzjAIgIUq4vPc89xFdUnvBuuFJfOQzogDS5qmC4B2/c+Kt8Ov7h4A9h7ssZNe2nlAEPNlGqXHCe4Vb4XWMCBHV/H+Fidpc2iRC3kmO6X3x96paBunwjhQYVQuKCUR0dvbSZoNFwVNxhCtvLKTz50iCfJFXeQtAKV/MpTFxbFNfxy8oCj7aeRF+Sg0S1WZry2GqqhBE3lLieDKECfAzFUsPOo9YNzzdVFtbW/uwjQJ2RwRNXQ5zu0ig2l8vsT2PRY4DvJT/J4K8yThNfW2aVvj3tv0L66Yo9QgUZXLhoBoDbimO2TRFrQSIX8KfNSqaxLqhQDUoLgWw6Q7B7gzgU1tbUgmgWnTdAc8WzHbcUgKUHZ5EyiyAC/CZBXAFPpMALsGnFsA1+FQCuAhvLYCr8FYCuAxvFMB1+IUCvAd4rQDvBV4pQPQ3NvQbIYknj/+rs83P1zlOaolRl4eaCLwRrsKbYsBrN8hleKOnmf7kzLhANaBSoFKgUmDDFXgByviXE5gVmTQAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: HideProgress -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: Required - Description: Identifier of ui which should be hidden. This param is required - IsRequired: true - Name: identifier - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ClientActivities/IsConnectedToServer.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/IsConnectedToServer.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 2847c97..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/IsConnectedToServer.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: IsConnectedToServer - Category: Client activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMJSURBVHhe7VpBctMwFJXkrtJ04iOEGyRH4ASFKQNlBcxQOrBqb1BOALtMIDPtjikDTLgAPUI5Qm9AFl20tNavlMFgbNnyt2xLceRl8/X13tP7X7JqQvzjFfAKrLMCVEV++8n+MGD8mBIYEUJD5wUCMr8Fdvj9dHqBxZoRQJLfYNH5ShBPsgWyECKMsSKwtGIbNHq3cuQlCUpC6VqsAzICEEofYJO4Ek+BiJLFPZkS2Hm6B8kUXz99VPYJ3DTNRZvizTqgOaxOZvYCOLksLYLyDmhRbCen8g5wcllaBIU+B+j23fTvdXNJn0t0eHTz+xLQKdT139feAege4JojfA8wXJG1LwGtAA93Xx0YitzY8J3dvWemyVU94JdIGpomtjUee3+RcQCjcN8WeNN5gcMLbI6MABEn29gkTsSLS9GAk59YLBkBKKVH2CROxItLUR7QMywW7TlA2urb6ewEm7iN+EePXx5AQMUt9r/HuAekgbtKXuL88nn23lRo7TZoOoHr49deAG0PwNaU6yuexrf2DvACrJpl68aL7gG692/TO8G2e44vgbot5VK+wWQw3Jpunfc+9EZ5uDrrAEk+YpF8Nxgxzs56s95YJQK6B7i0wnlYYvKU0GEcAwCLG7gZX7++vkiO65wDVOSXhDmZp8nLP3dKgDzyEMHJ5ZtL5WVJZwSoQl46oPE7wTb29arklSUAgL9WstkYTcgrBYiAyVpZ2CRVdm5T8koB5JeWt5yNCcC8LJAqcYPjQbg52TyqMlaOqYO8sgdUBYQZJ8nz33x5SAEiOvS+ukNj9nkZW9Tt83K1/hFkknwMCiNCXSsfz93+NnhFQkE4TK6IOLE970/72u986yZvrwT+nNOTR9WlhQvKoQny1gQobGIKEZoib1WAsiI0Sd66ADoRAh68la+0mVIpONtjdiMnBCgSQUWmylZXJErr2yB2b0/G103eGQfEJHPf5SsecsqUgzMOKBKhiZWP53NOgL89gUY/xLcK95okX8Yh1mJkOfQn/f/+928NjJ/YK9BdBe4AHs6ZFe8jx7cAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALqSURBVHhe7ZtNUtswFMdtJ9n7CO6inWGXHIETtDu+PDG+AdwATkBvEDIJC3Y5QXME2HXaLOAGZJmZfJgnqDtGllGeJcuSrSyxLP3/P733pCjCcezHErAE2kzAZZkfjUZBr9cbJUnSd13XNwDQbL1eX8Zx/IzVmgNAzHe73QdDjGf9LgHCAAvBo4mB+RsDzRMbPolabATkAID5H9hONGrfx2rJpcB0Ok2ynYRhyKwT2IGqai+qNxcBVQnVtV8LQNeZUaXLRoAq0rqOYyNA15lRpQu9D+Ctu/Rz2UbofQlPD298mwI8Qk1/3voIQNcA3SLC1gDBGWl9CnABTCaTC0HIlb0O2iLRznM1ADp9MfRE6I0F9vyCdSJ0KEq1rvd3u12MHZuVAt+xnWjSful53iNWCwvAFbYTTdr7oGOO1cLdB5CwGg6Ht9iOVbQfj8cXnU7nJjuWcA2ghetqnuiMouinKGjuMig6gO7vtx4AtwZgc0r3Gaf1tT4CLADTQla2XnQN4H3/Fj0TVF1zbArIDimd+oueouBscfZw+ue0X6SrsRFAzG82G/LdoO+4zvz47/GABQFdA3Sa4SItGfNB2gbuOy232+3g/uD+Ofte4yKAZZ4Ydh13Rpsnf28UgCLzTuLc3n27Yx6WNAZAGfPvkUF9ZJ8JqljXy5pnpgAciD6aUOhSjSLmmQDgsmFMKqYJEETNMwGQm5awfg4AwqxKCCDeP1mcXJUdQ4Z5Zg0oKwjzHjH/f5PiQIX+yq7QmHX+re0n1b6oL+WXICnzqa69Icia+XRg5cvgarXyIb18akbOYc/Ovecr23xtKXD0+yiA4+w5rDgBBaIwEqowXxsAMjAGQlXmawWwL4QqzdcOgAcB/nfh+t9q8TFVSlR7bVYBlpBP0iHfXKJ5LSIgdbgXBMnmtQLASYdSm5x9NmfKN0I8UcxIqGDmUx3aAUgjwet4vzzX+1Jme8uDbMRzEgnhIvzw278Rwq1IS8AsAq/wmGjzkbOzXQAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: IsConnectedToServer -Parameters: null -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ClientActivities/RefreshEntity.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/RefreshEntity.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 4f3ce65..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/RefreshEntity.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,35 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Updates an entity without needing to refresh the whole page via passing - an entity. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Refresh entity - Category: Client activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAVFSURBVHhe7VtLUhtHGO6WBHJ28gkiTmA5F7B0AuNNKKp4SAtSlZUhB0hELmCSTarshTCvKjuLwAnAJwCfAPkEsDNG0nS+TxmRGTEzPT0PZkpMV00J9fP/vv/V3SOEKErBQMHAY2ZApg1+6d03lfYaQoljMbK2Pvz8Xd90rZLpgFz2l2JRlOX50l9f66byzQYBRC1lTZVLvcdLADkQqmFKQOoxwFQg0/7TMebDRtUI0+y4gClzdv+CgIjEzcwwT39hOmFEHQcVRNfM0Qbk+cRjwDiXIqdKKZq5AD9OcdHzvE5592NAufQmN8Cd0kfM8+YEkO2clih5XgflXgyI61O6BU3bdfLo2nXrFWlQx9Cstz96C0gsBrzsqVp1MHgthGqOU6hHUUJeKKF2/t6ovg9rWTof17Xr1knEArh3qA5usXdQXT/w/6Vz1cCCuz+++3YZ5eyuAxOlPRECsGs8BfB6WAFgdnVVKZ3SasKOSatfbAKW3n5tm4CfACEJ87c3m2kBCztvbAKUlPB7R1HW+5vK/FOey52PGFoLAm3uzV3pRVhB0+oXmwApZMMl3Eh0TzryelpgXljezD1xaTwoXqQFeHre2AR4AfUT3ouYhwLqt07iBGQNyHT92PsA0zxs2t8UkGn/wgKmGTPVUNw3P6a3uKYa1vUvLCBLC8BLw/7HjeqCn5b29/ebSqnFUqn0DH3q9iNQdy2lvLAs6zM+j1dXV890ms5fFiAIZW17Cba3t9cGeJwt5CnAc6PVnIBnf9TXWMc29kHfSzzrUUh48CwQJGSv16vPzc3x/R4BGxdYRn84HLY6nU5/Mvjg4KCB+n9gJZ6WlpsYQA1WKpXzqOBtyyCB54eHh4v8boPHQU3SfTxLLgggeAi5a5v2naD0dTy78PVXg8FgYWVlRfLB309R30K9171CjRrHnF18Ejzdxbdk7gLUEqSj5l2FwGHOWzDna53blMvlLuJBYAwgcV7zJG4BJmd8+PxYWx7gt+CzwB4MnuPo72tra+3RaLRlHDQwIDYBSokz58LV4eBN2Nse+CujuMs/YdYdgN8xBbO+vs4xXdNxCRBgfXIuimuvtqiULrlDDNolMuJD+23nWHzfhjZ3TUGwvx3wNk3Hxibgdv7JDqygb7ow/BaXp/9rnykMmjfWoAO8NuClEgN4xpcjq2VKgkfQenDwJCS2BXAS3vZ8/AlbWmV1cO19EdIamOKuJ31hDZ9DjnN1YxD1SnWovyuIK1d+c8dOg1GEdo5hJsAGqBFnPx9HhswJiCN8EmMTcYEkBMlqjpklAGmxhTMBt8yST/gY8PbmKslfiPjd+GCvfqXbp9up0fe+wA8U4kqDhyK223cHZ9gKvwqVBvkC8yHMMQR4Xnp4Cq2TD0G16cguNfzNx7PccwHk9A5ou0tPusXSaLe11oLWoirD9baKB6vQBIx/cj5Sz8c/Qc+gxAUPv8cbavf5AqdK13bdCcvod7VJ8oEg5fl/BNi0/IHzwGaUtTBnG+NcvxjXzZe7LMB7PgD5zYQARnkv8Ki/xDF5J2iu3FnARFj7QmTbeb83DYTAj46OeKfwK9ruWQ1vjXQ7zMwJsH2eWup6aYpEwCpO4NdflpeXx0ERKbTO7TN8+wXqeZ1Wc47lIQDffw9zusyUAGfAw1X4IoD0dOlR5xo2+F/CXqpkFgO4yQHYu1SHwHcMjT5nvQ6kXzt9HnP+EBY858nMAoJA8sUIgDAQfo/PQBntMy83TX+GMfnpdXNJwERI+9XYS4B7BqCNiXvYrtPH5yfUnegCXVSLKsYVDBQMzD4D/wJGWJsHb7laOQAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: RefreshEntity -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: Entity which will be refreshed. - IsRequired: true - Name: EntityToRefresh - ParameterType: - $Type: CodeActions$EntityTypeParameterType - TypeParameterPointer: - Data: AAAAAAAAAAAAAAAAAAAAAA== - Subtype: 0 -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ClientActivities/RefreshObject.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/RefreshObject.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index ed6d845..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/RefreshObject.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,34 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Updates an entity object without needing to refresh the whole page - via passing an entity object. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Refresh object - Category: Client activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAVzSURBVHhe7VrNchtFEJ7elQtIBZAJd+wniMILRD6nQLaMI+xLZEeG4hLFPADIvEBk36iIRLlgG6LY4gWSPIGdJ7C4A1YKAwftbtMtW8n+anf2R1on2qo92Jrp6e+b7p7u3hFi8kwYmDDwNjMAbuA/rJ7MTOHUQxSYA4Bs6glCcdCD3sbLremOrK4OAhh8BjOHFwK4GS2KLpFwTZYExc6Yipl7Fw48gwCRZauVtQAHAQrAvKyQFI3PyericIGPq6doFvLH1mXXOCG7UFLjo+rrsICkFE2r3AkBad2ZUek1sYBRMZ3WdSYWkNadGZVeieUBlFJzZlYlIHnK0vKugBCPDAH1v7YvPwoLOJV5wKCeIOA1T/D99BVyCojmlTt/H/OcsCREmZdIDKBi6inVE4EB8View1YTBUyYubET8FH1ZVkG/EDpPglG5m4YEFHmxE4AoMJ+b3qMRz3Rm+aawvzS/2aFMCy+TyRcjwImzNz4CSC/NivSE3qNavSuXTmu2+k36457BcswyALOiZ0AN6BeurgRE1Dv2IYlTkBsmiYk6MITYI8tsjxdeAJkAdvHx54J2jMzWQVH3YF66y0gVQQgYkfWYqKOTw0BBL6LAJtRAcnOTzwGjNqnZQlIjQXIKh7X+FRbQKF0O88faqhGuAoCZ6h+ppcfchcBR+Q2LwzEg/beT8/CEpJKAoqlSpl6BVUAkQsGjIInQq21e1+6sZI4AVwJBs35C6WvZ1TFeEhK5YMBt4/Cjmaoc+29H1+dJksrlZyBYr+106Dq0/nEHwNQWMyRGh33gnR7Fr9cv5VR9MPw4Bkc9RTAOCzeXJvnv87BP33tOiMggPzyuXkZ8t/ylJg65gzRK0tk8NQ6a5KiWauK2BUomij0Bc1QZls794Ff7d9L08Iw5tBAp8nTV2JQ1f2F0nqNdp7B22RaV4jdBbitdX6/4DxgWRe0H4tnuwSHjr0h4Np/lzba7a3uMHfouw31HECBW8PGMXEjcQH2dw20uSBZXaFQzbJ/2hUDxA0KaKt+4Hke+/uTvUYZdNwIEzfijwGkBXd7/tx+f9YQ+ioRceSlmPreP9Q+szZPyaxXH+826rJgHv/SqNNaNdl5sbtAUAXYdCno2QPUJpmqNAhbwHP1+ZG5QFACyG/z1t3HTlLgh+mUiAsEIgFsQYsSmUDzbINMR93QaO8le2wEUKCj6M7v2aPp+CIMAWdB1PWo46s+/ReFceIle2wxYKAQnwSZd09zrQj5fBjiBnPGTkAU5eOYOzYXiEP5OGS8sQR8fnNt7saNb6aJJLZyz6t+jh+u3Dk9oTI0VEQdtiP2FHhxuUKBye8eMh+N7lXcsLWWlii9zgzS63498ay121hwm+OwAGLkKA7T8pfhC75LdwdclfaTranmchqy1Gv03FAHAXThmNJX8ep48lssmd+Rwc/9+nMj1GbQXMsXaqDCyktPBwGcx2t065rO14NkwPlJjQZ+oXS7Zq8vNFQsJbpZA8/g4Kdm1N8Xl9ctd5IH8qjHt7W/27gbRn5xpVIGBOuNcZJH/u8pL3WnADVBq8WVr76XJADcwJMrH2uo1ofJSp0FmJRtUhdo09zfcwECdNRl3/lA+46AOHeZukZ+GWYKCKAWN4o6tc7Id12fpqbrbdTF77+1HvSD4mdfVGZA6Dk1o16ngEedIEeUZ/f6IUh1OWYCXge84vLaPAiV/Tcraf724UiF1rdBmypjjAHYMR91T3YeHJDJX6PirROWAPZ5BfDToOB5nbFZwDCQ/GEEFEGBED4JoCOXu10wxDb5u5cbeS6XSgIG2i7SpzFdKAUV8CrZdQ6E0ncPBkyfxjpowHNVGG2/QBfWoibzJgxMGHjzGfgfIus+ghkS1rMAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAUhSURBVHhe7VpNctNIFO6WHQw7c4JxToDhAjgnIGwmlaokjhdQxSqEA4AzFyAzm6mChUP+qhgWJCcInCDhBA4niHcEbKvn+zxyRrLastrWn0FdpYoj9c/7vn7v9XtPEiJvOQM5A78yA1IHfuXvbxVVsFpSqKqQspx5gpQ4EX17+/2zO5emsvoIIHhRkOdzAdyNVqmO6Kv7piRYPsYK1uu5A08Q0FRqrakG+AmQYtl0kqz0H5isYfObwNvvyj3H+yclrZ8wXCe27iszyuvXgNhEzebEOQHZ3JfkpMo1IDmus7lSrgHZ3JfkpIotDnjUUuVSt7slhKpJKWo6SErICyXU7ocnpXfTQs5kHMB8otT9cS6lao4DP4heEbnBBvd+f/u9PchBUmix+ADE5GcAHhoQ1LCiitYZtSZpDiInYOXNt00T8EPAJOHWj+vnc0+AkhJ272rKfnddvHWXOYX7Ej17UeCZu6uU1sO5J0AKWfWA6IvmaUN2RoExb79euO3Z8SB/ERcxkZuADug44XXExAV03LyxE5A0INP15p4An28xZGDuCTDE6+seeSQ4GpmZCph0BeqX14BMEYBi5KWpxszaPzsEoK4vlb0zKyDT8bH7gKRt2pSA7GiAqeQR9c+0BhwcHNSUUsuWZd0D3opzCdzrSCkvbNv+gr8n6+vrn6blI5ME7O/vI6OUW7i8ecUYlCCEzrMJIowLK7GbgEmO32q1KoeHh2fY8VZY8OQEfSu49qAxbc7h5gnzVXk/sVxAKeFRx1Kv+zpMtQdC1ovF4jkErU2tziBiYWHh/OjoaJlzEDy0A8UZ6SHFPX/kGqCU/dm9AMpem6JotRkhjosSCZ47iKvsHktbx7UHW3/c7XYX19bWJC/8vov7S7ivU/kynn3EnE0HvGfOUXIj9wH/FUNZD9SXxEaPRe4ShOLOexqB93q97Uaj0QnSCKp8oVBowmzqQf1InO555BrAHF/27SWYAh1TYIPwg93SgN+GQwP2YPAchz6XGxsbm/1+f3vSeokQwEVY7fnnaYklrwbK3hfjBIO90tN77BNq3QD4XVMw9XqdY5qm4yI3gbACUHXh9DwOCtqwA/DGILimy+GVdTIkZgJhCYDd4oXJ/7vPszwu8EEyRe4DwhKgcVqx7PwkeVIjAILxiOsMBYQ2fJkkrO45nejo8cl+uH/T4Feuxs2dmg8YCsSTAL6gOks8Pw1xN8SPDp71ZeMswqQxNk0TSAOvb82flgAci0vICRgyS17hfcCb66s4vhQdDYERq1/pnJdbUOdoXDRVFfiVKpMixxmydvAJccBj3Tw+DeBHC6YLTtM/BHgKrhV60npwqjXX6VLGb17a5iMAcXwDZ0hn0iJxPncqPkvYtWk3w/OGmolVaAIGX1vjq2vBT9BTaLOCh93jqxRvfoGs0pOiu2Gl9h0wnJTnm+ShUAha/kR293wa7jHnJsZ5vhifNF/mTgGEyFsA8sqEAHp5HXjcbyNN3g2aK3MaMBTWKYjsMN8fB4DAj4+PWVN4iT4+rWHVaFKEmToBjs1zl5o6oCQCWnEKu/66uro6cIo4QplKV2HbD3Gf5bSyeyyTAPz/R5jsMlUC3A4PpfBlAGE12APGxBTY1wH/ImxRJTUfwCAHYG+OOji+E+zofd43Be0ymzbmfBAWPMelpgFBIJ0XI3SEvwFQoIxOzsug6a8wKj+6biYJGArpvBp7BHD3ALQ6NA/HdC7x9zPunU5ydNNqVD4uZyBn4Odn4F89l3kKleyr5AAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: RefreshObject -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: Object which will be refreshed. - IsRequired: true - Name: ObjectToRefresh - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: RefreshObject diff --git a/modelsource/NanoflowCommons/ClientActivities/Reload.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/Reload.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index c4766dc..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/Reload.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Reloads web and native applications. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Reload - Category: Client activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATJSURBVHhe7VvNbttGEJ5ZUafKkWLlXuUJKvcFaj9BbPjQ5hQZaFAESKyqD9DIfYDWdE9FgUY5BT20sZ+gyRPYfQK5d//IsfsDiOJ0RpYQiqRELrcyqZoLEDDEndn5vp2f/aEB8pYzkDNwmxnAMPAPPv2iVlDuCwSqA2Al8wQR7DukWgc//3Csa2uAAAFvqcHhQgD3oiXoMQkruiQoP2MWDr5bOPACAqEiXqvrAQECAHFdV0lW+iMBh6xeC4TA5sPH5FXxy6sfQ/OE3jDz621qb9AD5mdrJjXPnYDNzx4/2nz4+Tk/Xfnbz4Lpe1NW504AILWvkyrW2NjdgMGm7w0ZmD8B3nUEUi9or2edkei9GQNzJ4BcagEQL1CoRy7s+M01fW8GX6qnr5lmVVODdOVN7Z27B+gCuun+kR5w0waZjqe7brn1HpATYOpyiy4fmQN0Y+qmCcmrgCHjeQ4wJHDhxRc+B5jOQB4CpgwuunzuAYs+g6b25x5gyuCiy996D8j0OqDavFwFl9YR1Ud8pFbjSxs5WAUi6iHgEZH7OyjcP7WX3iT1xEwSsNy8aCCp5zgCHAWOCTkmwPbZXullVF//+0yFQLl5Xq9uXx4qKLyIC14ASV+F0GHZLusYesm4jXR2pxGTGQKWt/96ZJH1G4Op687iuL8QUaTiYbX5bl1+E/AjnROkePVnggABr9DtMICK1ziJdSLsELgbfSjcP7FLKI/8Lb+R6wZdnm+JEdTr6rPL9gj8hE4/uannAJmlIhT5e4TJxuA7DjqtC/tub5ZHiMtbbqGNSgWu3bxyQlyYnlQ9gI2v8Cy9DhpGrdO9pa0o8CLHfY5Pv7/TcGHAFzD6LVUCOF6b/mTnAmyd2Eu7ulDO7PIuh4StK5caAeK6BNSYiHmgnTO71NEFMU54XA5mhkGmQqAAatU7+1LLHXC0Z96X7WcmvEwRoKgwOVsEL+PEvB+Ep9RpgxddqYWAH4jiJW0S15ck6i+f13qIP/W5fjjUzqfpzkAZvKpb4NZO7TuJCEhCmlcmdQ+4sEtHaYHPVAiYzmRS+dQ9IKnhUXLV1uVa+UnvLucADnN5wltYDpCEkSijhg0x7W6Rd27n4cnrvRYpjbwivB8FNqwyjJfXo7ODNyd7pY1YZZBT5pHugEn6xwDf471AqNFR4xVca3XcZzTO1AkNhMCA1BYL96IGmed7mTUGv8brgkSTgQhNr328vO5MszdAgHxt7bhqhcvn/jxBTtNtCr767M+2f38xwP7b2DngpkDfa15NfJM8Hle2wbITTGLHcuvdhnLVr15ZPjewucx+GdsDkgz8X8rw7DXubV8919NJuPz07wYO8KdJ8NR1YLA7S1dqX4JP8wCvJ3Ae2JH9/nQAhOUnFxWraH3NcR+YZV4Cr0WdGKdOwPDYC90dPgjlf9QINgkJ/t74AAvqj5NvPxgmxfLTf2qFYr+ODnwiW+BgRZH1P3zD4NtRnpQqAd6ENzzIJMWnwaZrEMEOX8U9VEltJTjc/3tKnewHHOyvyO9Rsza1ggB1++B8HBe86EnNA2aBfH8xAh/Kqf9sQobu3uM+e3Fc3q8rkwSMjRxejRE9kKsxTmh1NrYi70aAj/ndW+bnICrRJfWoXC5nIGfg/8/AvxIKDUjRsgFSAAAAAElFTkSuQmCC - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASuSURBVHhe7VpdThtXFD53PIYg8eCuoM4K4mQDhWceAhK2pQopthIj5SmlC2hMNhCSl6o2rY2gkXCUBFaQZAWQFeCuAB6q2sbje3vOOEbj+fGdmQvMjBhL17J855w533d+7i9A+kkZSBm4ywwwN/CtViufzWZbQogCYyyXAIKOhsPhVrVa7Qa11UEAgdd1/SQhwK14L5CEh0FJ0OyMIfjXCQRPMHIUtUEjwEEAgl8NqiRGzxeC2uJIgYODA2FVsrGx4Vongr7opp5XtdcRATdlaFz13jgB+/v7T7CdYzuj33YiVPtVib1xAtDAOhVVbHlsOy4Gq/YrcXAbBFzNI3BeceFirWp/vAlA0FvYugQe27bdWtV+JfQonI4CqgwmXV4aAUkDGHTechtFMNYcpgTE2j23YJy0BgTNqVuweeoV6VpAkfG0BigSmHjxxNcAVQ+kKaDKYNLl0whIugdV7U8jQJXBpMvf+QiI9Tyg3OwtCQGrANoDjDTcVIW8GXG0vQbsFIB/w/+ODmsLX8JGYiwJKDd6FQHayyvAEnR4ktPFVn9fm98LSkSsUuDnxr+FUvPyBJjW8gueAKMX8wikXWoOzsq/98ZR8v0z1jk48yImNgQUm8aTEeifGYhCUC9OniciIMNOSrt9TBsAAj/W+T11XBTHggACr8GoDfa7CONcbwsm1sDg9w9r84wa/Tb/E9wZ8nQII9in4h+9OoF36LSREHkNML3Esid25xDwgZ7dOq6yi1kRYYZ8BuqYNo5jN6ucSVzcIuBxS+QMyH5ygMfDlE5trioDT3KHzxe6h5sLFTpgCZM6kabA/HD4wlHsBK92Nu/tBAVDMkLwN0HlIiNgXK1FZdpgvo3ebAcFMSl4DNjMNIhXCmRgyep9Gsv7enDPW6u9rODFigCc6Ex5S3C+5yfn7SAmQ10Y8KQrshRweINpR2FC3yyiblf5sCrilNls+HXupTsWw6Ch6fnOs3uhCAhDmlUm8gh4t7l4GhX4eKWAqitDykceASHtloqVdnvLK3+LH7AG4PICm8fH0UE3uq7zpqjX2WK50T+XVW4aGju1+ftStLYHio1BQWMwnl7jeoKD9uX95tyar2EQwZ8GfWGo52WXsNFwXQxdjZa9j3Fj6eoZWhwBz3nJOFIALxxXPW5zyd57ff0IPgPGMhXIUEo1/YVVTjDW9k0A3bY2DOMhkhDJsEQhqwK+2BzivcPp9b9m8K++a0AoxkMIlZuDqTvJExW0DKaVYAiVsP5nfy3D2ccp7wN/06kt/OI7AsK8+DplsGRXSo3Ll4F0YpUv7hqVzAj+mpJjcMYM2JmlK7Kb4F4RYI0EZoy2ab3vCQCBr7yD3OJ/l7/hMy5e5suyHePoCTC3vWAbR5/XbkApJYDx4xGwfz48nTOL4nqzT3t/BW0kfjKXwM6tNBQTrxB8XRZJ0RJgKXi0kck4tGRzAxmg8eIHfvW7qRLZTBCt7FqrvbkeGAkcfcA75GXoMedR5yO/4EldZBEwC8vVwQiIHzEiZttIHmdwgcXzrZ+Qt783lgRMjKSjMeDwGHd8H+A2eIEJyFEfAaZI0YT4ijsax7JCJwuctD9lIGXg7jLwP1/pHncVLK9sAAAAAElFTkSuQmCC - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: Reload -Parameters: null -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ClientActivities/ShowConfirmation.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/ShowConfirmation.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 5cc90c8..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/ShowConfirmation.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,53 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Shows a confirmation dialog during the execution of a nanoflow, to - make perform actions based on the user input. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Show confirmation - Category: Client activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQbSURBVHhe7VpBUtswFJVkd9HpJkfIDUp6AnKC0GQYCBugTdolzQkIJ2hZMqQDbGiYNpScILlBc4NyA7LqsEj0+xVIia0EOfhbtqk9k8mMLX399yS9//0txrIrYyBj4H9mgM8DX9r4mHeEPOEMVhjjudQTBOxqBKLRvTi69mPRCFDgXTH+9SyAz6IFNkQSCn4ShJ8Rl48/PzvwCiRnObWq/Xg1Ahjna6lf8gsAcGC4pb2XtgUq1TrMNul8O56rE2khyYRHXwFpQUbkZ0YAEZGpNWNdA0ob71ddLvYYn+QY+TvmYAiMD1CkTjvt4zNKNhOjASq/KFfrPVeIHoYkjDRT8JMYlcOZWMX7p5Vq7ff6ek1Ta0pSZm1Z0YD75Ko3AWm8eF46vGeLBCsEOGLc9M64gQVMWqTLfpZK2zkjXyEbRE6A2vOc8e1ZPwGgz6QsqhxD/QSHAkjw7X2eFy9f7ITEZ+weOQGO4B4QAGxw2W4VOxdf+1Pvvp+3BpcXrR0G8nDWY855yYggZIPICWAArz2gQDYW+TwC94u3rZ66hsSrdY+cAM6FR9FHt6PBIhD3b2rDf89RC5SAUoO2GgWm+3z63+2ePQCciwwMz2npiHwFBHV3mido0eL2NlJCEkEAJkh7qgij5QlYxDCvmKAUz28XKwHTWUfgKH7+0hsMsSR3EA6euXdsBCycdfRZ5Qkj6RR+tFueqGCGs3yL2AhYOOsADZUnzCtgLg/P3CM2Avyu2Zx1q2HQPAd3LWzOeiIJCEoUdbvEbAFqYEHtZQQEZeq5trNeE7RNZGJqgraBBx0v04CgTFG3U6kwVoBv1K+89WGf2n5Qe7GsgHL13dpDKowlcYBmBWuHQZ2mbBcLASD5ih+EDFQyp4R+ZysWAnDQvh+KcFw8lGH/ioWASUVYSnzXV+UvfO/HN8DO+VHXPnx1bsJ3meJmHE6GGdOEJ5YVEAYQdd+MAGpGE2RPbW/j8Z55GnCDHXNBgQQ9Q1TZrG+rz99B7UbVzu+vtgXUtzvqwcubtf0kgGcSrrTw678xBrGL9zA80Vyowif4kbNJY+3pVoDJmxFztO+S2gpQ1diRFAWsTWtsLTN8qbSXK2/WVXKzs0y/EG3V8T7tp4Ajlt5Yum8CHZU1OWCKq6r/9ESIfigCrgVnb9XncNM4tp6Th8H1rdrK/VnjvBcE4MpyikkCr/wjJUApvQSuHbSe1Pz/vNIOKtua5cfGISNgodIDHE5q/t1DMmGlJI6EgEeU/qDTbn2idJjaljFT8g/oF0GVN3DuP8qCBx8la+C5n1Nqh6nthV4Bc8ArpS+mATy5CGIYTqTSWxHBJCt99AQkXOmjJiDxSh8RAUrpYRdfL5vUymzT3hOjwCSnT43SE6+A9Ck96YpSr7mkBjNj8TLwF2oslvTp/LjwAAAAAElFTkSuQmCC - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAPBSURBVHhe7ZrbcdpAFIbN7Z0S6CCQCqCCOO+ATQUOFYRUEKcCCJfnOBVAB6aDuAPzzi3/75Fm5JXErqTd1QqLGcZj9nb+T2ePzl5ubspPSaAk8JEJVKLET6fTVqPRmJ7P53alUmleAaCn/X4/Ho1GL6KWEACKr9frz1ciPKh3BwgdEUJVJALxP69QPGU26dWi3hAAiL+9ApePk9CWToHlcnkOVur3+5FxoiiQZHpCHlAUYbrsLAHoIlnUfkLzWzZnsgpdLBZdBNoH9MOA1GJ/yDd2+G2Lv7PBYPA76xjB9jI91qYA8wsYs4bQNQzkm+ZNPD/ea5dgZgD0D/VC0VonlGBfVgB4yRWFd2VCAIFg1rYgWAFQq9UmnjCZfr+8ienwB+Caqg3S1jMOgHO+Wq3eCQZuILDHHMPLMzqn0+nd3CcwZKX3aYWptjMOAELfiWCwg+gegt3GNxL/b4fD4T0g/AoajrpfVIWkrWccAER8ChoHkeM4Y4/H46NQZjwY2gDwTsThcNjGAeBKja/EQHmTATTt01VpZxyAP8/9vxAZFBiyER5zsVxFVJI6xgGoGuPnCagvPnGjQJwAsFqtHrgJA/FdAdhO5jGqgOPq5QrAf+qY94/iJgxjAb4/sgqUtc8NwIWnTps3CJYdvCrFt4JMT+Ly3ABceOpj5glRG5iJ1Sk0yA1AhG3WnnpwbGcA2HzqTgJQ8FYjVZzxACPqFDotAShAuuoq1vcEbdN0Zk/QtnDV8coYoEpKdz2mwtgue+UXbvpdd/+q/eXiAfP5/NZPhb1F0IR7h6pG66yXCwCIbkeI+DgAuNoTAQAK9wOsf3LxAO4Ic63vrfm57ucK8K919RiwzAPyoO7SmLlMgRKABQKIKxV+ZUOFKjAxSXJLTPUOEfq94/G3zCDT5aK9UbfEtrqNYKbngnjoehK1hQDgMuFIOJ7KxAMpL+/mTTJ1oqExziRfeVtUCoC7sdySBoQQrSR28Gwfbv8sng4n6SNJXYwT+aFwFKxx8PpZ6aqsbFDZ+prt/Rsh4qUIGPKC377yOFw2jq1y7a9BXm3x7hq3giIoHp7FSxHOiKd9WgEw0qPPqIvWb3v+tg47kniPNgBxkZ63Prw9/10Sw2zV1QIgLtJzwYOrL99siUkzjjRTEjsVgyBEbsX1vbfKG0P8LI1RNttk9oAI8Yz0vSKI1x4EXY30lzwqswcEOnc20hsH4HqkNwqgCJHeCABGejz5Efb3Jjajtu6xUsUAL6cvTKTX6gFFjPRavcbGFXatBpedXSbwH68Kzsrv26JxAAAAAElFTkSuQmCC - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: ShowConfirmation -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: Set to empty to use default text 'Confirmation'. (Only for native) - IsRequired: true - Name: titleCaption - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Question - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: Set to empty to use default text 'Cancel'. - IsRequired: true - Name: CancelButtonCaption - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: Set to empty to use default text 'OK'. - IsRequired: true - Name: ProceedButtonCaption - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ClientActivities/ShowProgress.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/ShowProgress.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 6e078f3..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/ShowProgress.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,38 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Shows default progress bar -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Show progress - Category: Client activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAO9SURBVHhe7ZjNT1NBEMB39hVDIonlP4CLQTGmGEy8CTc9FVCkeqnEosfC0RP05g04Kk2AixSBQG/egBsXBKOIx/4BJpSTH/S9cVY++va91/aVtrbovISEZndmZ36zOzuzQvDHBJgAE2ACTIAJMAEmwASYABNgAkyACTABJsAEmMD/RADKcTYcjgeNy9/jArEHBLYJAfTXCB9mUcAuWbJmWjKdXnyd8WuVLwDhoRdthrRmaXKPX8V1njeXs2TCDwijlKEDj0fiBlgpENBRam4DjYekwKcdN7p/fv28vVXMrqIABiKxcQB4RVu9uYGc82cKiGYAce/azW6x/2l7s5BQwSOgIk+DU05BRNwQAGWfNX9Wn2/W4JNYyDRFCKQY98pLFsLYauqNyxe1micAdeYD0tyh4WDeJMwCisRyKump6HymV1/q4aPYKBpAIETedhTZHMour5wgvUwwpDnhdF6C6G1055Uvy++SUxKwl/7NnvkGIqiSuJevLgAq+pTwovbJKvJLb5O71Y9XbTQqW8HEhOYD3WDhcNS2o49HXUegPxIblQCTtq2fWVlIttuVXYkftDVh0ywKDFGSdCmtxK1v0y2+rmY/awxERtYpEfaczrWESKwuzNDuzn+uHUDRD2vKETQB5XwAAzuErqfazvtxqpw5FKC0Yxfcdcq7AYAI2SflTPxo/21gYLLRHT+LOBprOgBVveqfVxLUtnR6ST/7dDz6yolCPee6s767dPe8BYoZjXSl1NOpaq/tAQAz9kXUreA4R7vVNqJW+gYHY9pxFh7BcwFABA2ABFPb8kdwNHxRdoEp9XyGIFzB8wBgaXUzJTztVjicbs3k4KjLQqElmFpFsRK9x6Vx/qMyXrsV1Ijrzg1Ho8HAr0sHdsFitXQlBtZS1quXoRa53ZkYXTsgPT+fpS2+YTeOWstx13mqpfUV6lbNET3YTGhqUMz57gVMlMMknM/2VEtbBqz3R56PVmhbzcVV5Ol4rjt7GWqGtNL41JCCZedJV2UriU9F6Jag6lAVSM4aoebeFVjg5MVK5ao+r1crQBwr1MgVrbsfDD2bEFJqiaReTlawbmLFUf/bdRV9Edrf29novH7rUEi4Q0IX7FXoz/vFy5VUkl60Cn8l3wS/7H3Yutp5exHQaqUrMVRBJP6aqHq1MtG4v7o4877UomW1nmdnDbGP2kyCUd1WuJSxhccxQzdXhs76Zu5Hy1Q6PZ1P4OdXypJMgAkwASbABJgAE2ACTIAJMAEmwASYABNgAkyACfyDBH4DuY8vP2OgKx8AAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMZSURBVHhe7ZhBbtpAFIbHNlB1lyOQG5ATlJwg2XUDol500VXSEwROEHZdEgQssktOQHKCkBtwg7KrBAT3f6oded6M63FaZNM+S5ZAnvf8/m9m3ntjpeQSAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQuB/IuAVETsajY7q9foFbNq4m/FdxMVexkZRtPI8b4H7br1e34dhuHR9kRMACG9C+CgW7uq7tHEAcrPdbgcuIPy8KGez2UWtVns6FPGkByvhEybsaTKZXObp++0KmE6nV3DQz3NS8ef9TqczyIoxEwDNPJbS0GL48Ja9tk9ImKjWbrdrIa4r3JSbtAs6vna7XZsWZQVAe56WPZwdJZ4o0eD3IMvRPgUW8T0ejy993ycQr7HDfrXZbE5sOcGaA4Ig6HPx+H9adfEEqtfrDSnWeMISdlS9KIkblwGAZh8Ee2zkAPtoUWQmyhxLsWJL8H3fpjLO4zK2AGVOELxOLf0lZv44bfjx249mFPgjT0UtpFzD6Z+Iv/38zqk0u7wDuWGOce2UFtrC/bStsQIg/ow51wxIvAo85Ac4/sviXUQVGYNtcJ8eD20fuL0BAEYtZvSsGQX+ddWFJ/GiGbpLxw5tzVwALHsqY+976rzILJQ5lmd9W4nM7QQNAb/K4T9z2QAs0+qoKmjLSHmLQ1GP2LXtjLiNycsFgIZIW/Leyy5UB7IK0M9wAMbk2ZLgI0uCWlW4/fJ+qV6iExUpLcFUcVVQa8ySoFYV6JlRc+Mz/3dmmNlLV1E4xWQ7y6AdPjYSo00AbyDivXN6KN0gHY5Q8uasnb9BExRyvdYqAFIh76VhOHc5X5e9IuKZ5+JX9IHEFltm20mnKiSR15Y4MQYYqhJ0WHquyoqgStVoNM4QGyXsNhda+DicOMCMk1AtkZQ9w0XfD/FG/68l+TyHGefrPLPSn7t+v3A6edESo28ElmNy6UIzAnigPObyUdQJQPKS9F6jQxM/N5RIg/LSEjE9ItkNIXxVYizyaiEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEKkzgJ3agNqJW1gM/AAAAAElFTkSuQmCC - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA31SURBVHhe7d1tbBTHHcfx2b07n31+ghAMJgiMQk1KUHBxqrRJGkxe5FUIbaUWmVTKQxU3eZVIqK/bvG+q9lWLiVr6Ili0UlMgaqW+CCCStFHr8KCGJg4Upy3YhDgGP5/vbqc7BNO9i2F3fTc7i++LlBfkbuc//szOb3d214sQ/EEAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAElYJXDsOPXckntbPYpYVldUogOyxJt5bTHtggg4C8ghXXSknLQscQf7Lxz7MALdYP+W83/jQUFgJr46VzuRUs4L7mTf8lCi7MdAgiUL+AGwj4rX3h5IUEQOgB29U505EXqdY725Q8cLSBQKQH3DHxQSvGt3/WkT4Zp0w7z5e/szT9VsFInmPxh1PguAvoF3CN5m22JE2qOhqkW+AxAHfnV5C9tXEo5Xphx+qavzh6d/DQ3VJjMjYfpAN9FAIFwAk1rM+3phmRnsi6xy07YrUVbS3nFEda2oGcCgQLg8zX/7BeO/Dl34o+cnehl0ocbQL6NQKUEVty3pMcNgh5ve2o5kE3WfOXgM9YVvzqBlgDXLviVXOGfnci/8smp0VeY/H7EfI6APoFLp6/0qrnoraCWAzWzMy8FqeobAOroL4R82ttYfrrQe/n9q31BCvAdBBDQK6DmolqGe6vYlvXi53P31n98A6A2N/NN79HfccRFlTp+DfM5AghEJzDqLsXV9bgbFd3b8+lstujAPV9vfANACHuHd8PCTP5YdD8WlRBAIIhA1r34npvKF5+VJ+zNftv6BoC0ZJu3kdxU4ahfo3yOAALRC+Snnf7iqrLLrxe+AWAJq8PbyNhwdsCvUT5HAIHoBaZK5qa6GOjXC98AKG2Aq/5+pHyOgBkBtQwIWzl0AIQtwPcRQCC+AgRAfMeGniGgXYAA0E5MAQTiK0AAxHds6BkC2gUIAO3EFEAgvgIEQHzHhp4hoF2AANBOTAEE4itAAMR3bOgZAtoFCADtxBRAIL4CBEB8x4aeIaBdgADQTkwBBOIrQADEd2zoGQLaBQgA7cQUQCC+AgRAfMeGniGgXYAA0E5MAQTiK0AAxHds6BkC2gUIAO3EFEAgvgIEQHzHhp4hoF2AANBOTAEE4itAAMR3bOgZAtoFCADtxBRAIL4CBEB8x4aeIaBdgADQTkwBBOIrQADEd2zoGQLaBQgA7cQUQCC+AgRAfMeGniGgXYAA0E5MAQTiK0AAxHds6BkC2gUIAO3EFEAgvgIEQHzHhp4hoF2AANBOTAEE4itg+XVt596s9H7nwrsj9/ttw+fhBe5qHmlsbx1ub22+2lWXmu20LNmYTMjW8C3Fb4t8wRoqSPtiNpcaGJ1s6P/TP+47Gr9eLo4e3fXAsr97f5IDz6VvOccJAMPjvrF1cFXHmovdDbXZx2130hvuTiTlHWmNT8+mjvYPrt57ZqjtYiRFq6RI2ABgCWBwx/juV//a83D7+dea6ma6q2XyK271s9anZ7c/suFfh5SBwSGo+tIEgIFdQB31v//w0f131E/1VNPEn49aGTz3jSOHlImBoaj6kiwBIt4F1I7+4Prze+Zb32fzif7JbLr/8nhj/8DQyoELV5eNR9w9LeXmrm8srZ9svyMzuWu+n71QsC6+fXbd8ywJyhuCsEsAAqA871Bb32zyq53/7OWWl498cG9/qAZv0y8/0fHe4y2NV39QGgSEQPkDGjYAWAKUbx64hfmO/GPTtX1/PH3fk9Uy+RXWoZNb3nj1+Lbtn01mer14iYRc9fW7B38SGJQvli1AAJRNGKwBdbGr9IinJsD+dx98ZbGc6geT+P+3fvu3r/WWhkAq6bRzYTCs5MK/zxJg4XaBt1Sn/uqKt3cDteOrCVDaSPPdmc50JtWVSNtddsKO/DkAE895dD/wzu5m907InIW6TfjWwLonuR4QeBe78UWWAOHNtG+xZe1/im51qbVu6eRP16caWzY37264s25PKpPsNjH5tUPcpMCbH2zoVQ8LzX2s7oxsWj38uKn+VFNdlgARjHYmnd/qLTM81rTX+3c1+e+4p2FPqjZ54ygYQbdiU+KSe7fj3OWWH3s7tCQz3a3uHsSmk4u0IwSA5oF9bNOJLu+9fnX0P3yq87C3bPP6TI+dtNs1dyXWzauLoOo2qPcsQD0aHetOL4LOEQCaB3FZ/XSnt8TIVGOf9+8NLalV1XrkL6VXz0B4/5/6vQjNw1P1zRMAmneB2lSu6Cg2Olk3UBQAq+p5FPY6iHoAymtT6/5SlObhqfrmCQDNu0DCcooecVVP+HlL2gmL09zrIGdKbBKWbNA8PFXfPAGgeRcovfdfes/fqvK1v5dfXQz0/l09GKR5eKq+eQKg6ncBAKpZgADQPPre+9uqVOmtLVlwbtz/1tyV2De/ouS2n7pjEvtO3+YdJAA0D6AjRdFpbemtrXzOOaq5C7dN8xtLbvvlpU04ah49AkAz8HSu+NbW8sbxoivbuYkCAXB9DNSvC3uHQ71CTPPwVH3zBIDmXWD4anPRBK9PZ4sCYPTcRH9hxil6NkBzl2LbvHpXgLdzn7rvD4xtZxdJxwgAzQOpbm2pX26ZK5NOFjq33fN+cQicneh1rwV8qLkrsW5evSPAe8dEmf2Zl4dqHzMCQDOxurU1PpN+w1tm/fJPfuS9GJidzI2P/HPi+fy0s19IWfQWZs3di03z6gUh3s5Mz9awNIpgdAiACJBP/XtNn/csQN3ffuSeD4ueAFQhcOn06E8/GxzfUZgpHL52RqDCIOr/IvAoLTHfuxL6B9cW/cKUgW5VRUneBxDRMKudXL0A01vuZu8EiKhLsSiDS2WHgfcBVNazYq2p3//P5e2idb4KBDUBErbwDeKKdSQmDa1ZOtKkXgRSGooFx7ow34tSYtLtRdcNlgARDulfzq3/YaEgih5uURPg2YeOHNy+uX97NQSB44bd1i+fuf+xTadf874FSA2Dmvxvf/SlFyIckqov5Xvk4Z8Gq+w+srH1v6seWj/wy0RCfOE5d/Xk28hUfd/IVMNH54dXLKrXgq9beal9RcPYFnUbVN0JKVWdm/xnhlbz9F8Zu1zYJQABUAb2Qje9VQgstM3bebu8uzR6xz07YvKXP4phA4AlQPnmoVtQO/re448+oS4Cuhf5q/K23/VT/jFl8OpbXe4LQDnyh96RKrABAVABxIU2oS52HR/YsGM8W3PYPQUeq4YwUD+j+lnVxHfX+9/jgt9C957KbMcSoDKOFWlFvT9wWWZqS20q3560C6tse3H88+COYw050h6fmk31D48tObaY/tmzigx8BRsJuwQgACqIT1MImBYIGwAsAUyPGPURMChAABjEpzQCpgUIANMjQH0EDAoQAAbxKY2AaQECwPQIUB8BgwIEgEF8SiNgWoAAMD0C1EfAoAABYBCf0giYFiAATI8A9REwKEAAGMSnNAKmBQgA0yNAfQQMChAABvEpjYBpAQLA9AhQHwGDAgSAQXxKI2BagAAwPQLUR8CgAAFgEJ/SCJgWIABMjwD1ETAoQAAYxKc0AqYFCADTI0B9BAwKEAAG8SmNgGkBAsD0CFAfAYMCBIBBfEojYFqAADA9AtRHwKAAAWAQn9IImBYgAEyPAPURMChAABjEpzQCpgUIANMjQH0EDAoQAAbxKY2AaQECwPQIUB8BgwIEgEF8SiNgWoAAMD0C1EfAoEDoAEjUpxoN9pfSCCBwE4H0AuambwBIKQa99ZpWptsZAQQQiJ9A7cpUydyUJ/166RsAQjrHvI0k6+xOv0b5HAEEohdIN6S6vFWlIz/260WQAChKkVQm2c0ywI+VzxGIXiCZsosDwLZf9+uFbwBk05l9Qsorcw1ZltW4bH2mx69hPkcAgegElm9q6rESdutcRSnE4Gyy5qBfD3wD4OAz1hVHyp97G0rVJrvvvLep269xPkcAAf0Cy925WFOfKjooW8L5jZq7ftV9A0A1MFtT+zPhiPPextz1xm6VOo4tLL8ifI4AApUXqGlMNbVsbt5d487FktbPzyTdORvgT+DJu6t3oiNvJd+0hLXU2650xMXcVK5vcir73sTH2YEANfkKAggsUKDWvdWXvNNura9Pb1XX49SSvKgpKWVC5Lfs72k4GaRE4ABQje3snX5aCOtXwq0apHG+gwACEQq4k18I+eyBnrp9QauGnsjqTKAgU78XtlgXtAjfQwABzQKWOJ9wct8OeuSf602gawDerl8r4DiPWqKg7g7Ia//xBwEEohdw5547AUeFcF6eSdQEPu33djT0GYB3452/mG4TCdElpf2EtGSbmyYd0StQEYEqE3CfzpXCOmkJeWymJh3oan+VCfHjIoAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCAQWuB/Nc8cSJLsdNYAAAAASUVORK5CYII= - Subtype: 0 -Name: ShowProgress -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The text to show while loading. - IsRequired: true - Name: message - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: Block the user interface immediately. - IsRequired: true - Name: blocking - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ClientActivities/SignIn.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/SignIn.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 0c813e4..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/SignIn.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,41 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Tries to login using a username and password.\r\n\r\nReturns an HTTP - response status code, for example:\r\n- 200 when the login succeeds\r\n- 401 when - the entered username or password is incorrect\r\n- 0 when the network connection - is unavailable\r\n" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Sign in - Category: Client activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQnSURBVHhe7ZvLTttAFIbPsdNNRVVA7Z43KPQFCE8QLqpougFa0u64PAHhCap0VxHUdMNFVbg8AeEJmj4B2beFIKFuwHN6JiklJI6dGY+DDR7JQiiey//5nzNj+xggKQmBhMBDJoBhi8/Mvkvbtj0ORGkEGgXAQSA4uCJr9XD3cy3s/v3aNw6gIdiyXnDHk/8Fu42CoM4Qxu4aQmAAmVeLo3YKx30Fu0AggMre9saE31UK83dlANeCkSANSOmGpXULu6C8szGkW91EPV8AmdkPI7YlMkg4Cigm1QVTHQgPiJxjBx5VUpY4MTHwW20EiCmuAKRoC50VC2FOWzBC1RHWYfscn8nm2PkhFM2Y0gFAik9ZzhELH+ltmPIKQ4UQK26C29sIDQB3pBNTOgBMZxdLCMhXvlu5EWwjHX/bKlZ7A9U8K0wATEA5pnQA4AGe8ThbAhvViaAKiAcoxI/y7mZFRbCfA8rbG75xyKu/dqCq7Vkujd+K6uXt4tDeTnGCl6tCUPFBwIVV1w1AWH1Fst0HD8AtBtxaplTnlN9lDjpn/dpX/f3BOyABoGqZ+3Z+4oD7dkVV9cTOAc+XL0ZVRXqdHysAw0t/5niN/v5s6WLNFITYAJDiLRSlhnCEvCkIsQBwS/z1pWcIJqZD5AG4imcIAmDhZ2GgGnQqRBqAl/jTwkBzOgQskQXQD/GSXSQB9Et8M562lbDv1vza7yY+oNPhV2HA9clTpBwQlvj4bITwMtDzQR2XRMoBp4WnJQHOgo4Q3TpGY8D0m/drSGJFDobfE5T2tjZWdWLM8PL5vAX2l/a6gqz500+Pv+qKdatnzAHT2dxHJMo33yThIL87XJnK5vh/9dLNCXIrLOOEeovdaxgDwFaab+/GIljWHWy/IBgDoCvUq14/IBgDIIQodIqhwPPVC0Kkbob2dzfzQBICvzuUhxDr5Z1iIyAGLW4QCGjdxM2Q0VWgF6F+O0GvNq5XByn+d+GJVoDtiFO9DDoq50gnXMLlmCnxUpexGNAvSOeFoarJvmIHwKT4WDogAWCYQDIFDAO9y+bkkq58Ox17B8h9xb9D8F9+WKxWYg9ATW7n2QkAF4K8l78pM9nFk5nXuX0+5mSecFDiButrzfn2/jsTJV/njhA5EbproRo/7pG7MZnzf6ya7h5qoiQPSjWnyUSqbI2Db0Wmy/YCJFQAgg7Ku8UpFZd1TZa2wcmjBRmNZGlPIGEBIBBnjki9VHWk77o5w1+AkPwChGiSpwbHANXvA3jKtDgkQLq8a5Y5C69zKn/1iuy3quKlU3wBtNspOJCWFjWSm1Xs3cu5ygDcgPDuI42I43x4BE+X4RCU+IuRvr4H8F0FeqHmdY50SG9AqHYl7Akd2wYdY2v9wA7wG0wnkGb6vUP2wl2L9xt78ntCICFw/wn8BSLg41CwyFTZAAAAAElFTkSuQmCC - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAPzSURBVHhe7ZtNTttAGIZtJ4CQuig34AaFXoBwAuiCdsFPkkqwbTgB4QQVW7pIyk8lxKLpCQgnaDgB3AB2VfNj9/3SpLXGE4/nL9jEliyCMvPNvI/fbzweTxwnP3ICOYFZJuDaFn9+fl5yXXcN7ZSCIFjB59f43Or1eofVavXBdvui+MYBkGDP895A7GZIMK8fT4Cw+twQtAFcXFzQVV1LIJgHob2zs7Muuko2v5cGEBJMliZ7k6VVjycAWFKtbKKeEECj0Vien5/f8H1/BQ1uygoGpCfKedS7heXbc3Nz9yY6zsRQHlO4AEh0oVCoodNlVcEYBzrdbvcHm+NwUGABAIVUGlMiAEh8sVi8gfDlJB0dXeE2BLd5gtkYFgFQU9JjSgTA2dlZE2LKk8SHBePzLXK4kwTUuIxlANJjSgQAbmOPYduTYPzfwdnCOHC3u7vblhEscgAACsehuPZYoLLxPDY4m/MQvES3qu3t7RNd8TrgbNWNALDVUFrjzjyASP7p5pToStuOL2qf/X7mHZADkLXMSyufO+ClXVFZPZlzwNbp7xVZkXHlMwVg60u/7LnOz/en3SNTEDIDYCjeGTRJuOsGdVMQMgEgLH585QmCiXRIPQCe+CGEwK9eHyxIPYrz0ibVAOLEXx0sDtNB90gtgGmIJ3ipBDAt8cMBlbWQ7ac1UfyJ4jW9frW/wF15SpUDbInPzETIC3pa64MqJkmVA4YjO25vKkJU6xgdA5DfR1hFrv2drblNLKYeqowxH05/VRzXa7B1fadQud4vflUVa3UeAPGf0UCdVpVHK8s1LLHXVTo7yQk0FaZxQiXmpDrGUgBXvsI2AhCfVDs7LQjGAKgKjas3DQgmAZxEctb3tfM1FoKBtQFjAPDWqI5XZyf0Km10Hu/t7Q0HRN2DD8E/NvEwZPQukESoaCYYF+P/3cE/vtpfVBpg2fjGHJBEvG4ZckIh6K2aEk/9yRQA6vC3g1cdXZDh+pkDYFJ8Jh2QAzBMIE8Bw0CfLRzmHi6dsh3IvANoXkHn5eWlT+fMAZAVnOmJkK5YXv1ICoz2Af4ri2f6e1jsO/6WaZ+wjU6oxFTNebYt3rPADQqVJnUKDT/QvkH8bfX7/VvZ7e6WN0o6svsETWyVfQCsNp1JgFgG0AKAdzKOitssTctbGwqbpWOB2AKAR/HHwWDwVtaRwvumxC9AuOApZcIOUd0ujzjcXebjrbxw30dZ8dRhIQBWlS4QJp705mYZeycpKw2AB4QGzfEPo5I0Oi6Dq9fEStJU3wMI7wIyAnhlySFJgFBqwLbrKrbV7WO4vrYDRJ1hgYxzFj+fgfbn/9mcqP/59zmBnMDLJvAH9nwdqWFOu+gAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: SignIn -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Username - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Password - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ClientActivities/SignOut.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/SignOut.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 34f6e36..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/SignOut.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,25 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "If the user is logged in, logs out the user and restarts the client.\r\n\r\nIf - the user is not logged in, the return value is false\r\n" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Sign out - Category: Client activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQcSURBVHhe7ZtNTttAFMffs8OmogLaHoAbNPQChBMEiCpIN0BL2h2BExBOUKW7KkFKN3yoCoQTEE7Q9ATkAoWgom6K5/VNgJLYTuzxBySOR7JY2J6Z/2/+82bIPAPEJSYQExhlAhi2+PTSh5Su67NAlEKgJABOAkHthrStk8OvzbDbd6o/cABtwZr2mhue/y/YrhcELYYw89QQfANIv11P6gmcdRRsA4EA6kf7pTmnUQrzvjKAe8FIkAKkVNvSXgu7oHpQmvL6ehDvOQJIL32a1jWRRsIkoJhXF0wtIKwRGWcGjNUTmjgPouNddfiIKbYApGgNjU0NYcWzYISGIbQT8xzPZHPs/BCKx5hiASDFJzTjlIVPu+umHGGoE2LdTrC5jtAAcENeYooFwGJ2vYKAPPK9yoNgHens+1654Q7U7VNhAmACyjHFAoA7eMn97Ahs1CKCBiDWUIif1cPduopgJwdU90uOcahfe2agqvVpNpV3RfXqfnnq6KA8x8tV0a94P+DCetcOQFhtDWS9Iw/ALgZ0LVOqc8ppmP3OWaf6Ve+PvANiAKqWidrzsQOiNqKqeiLlgIn8ZXJkAbzauN4eg7EfLzb+9Pk/xoonEg6Q4gGhIOVpKCoqEIYeQNv2d+Lvx1cFwtADuCpONQQYa2Zzu4Uw9ACk8IviRMUrhEgA8AMhMgC8Qhi4/wZf5a/D+dGUCQnSVi++PPvWGS8i5QCnTZBdYBwpAG1AKLpcP1IABMDaRXG80umUQGPA4ruP20hiUzbA5wSVo73SltmWYf8iJHeB0urmdu3Et3eOTvPG7f3FbO4zEvF2VJ4V4iSfHW4uZHPt7eljFVXxgQJgK62ahWoE+UEWHyiAxxJq146Xkb+vJ7ApIIQoWjtHXWtuGJAm8tdJlTlvcWlQnTo+3C0ASQh8digvIXaqB+V2QAyzXBXHGwS009lGr4Bn149AVwE3QsNaBV7mfxf4UHdbRXxkYoAU8qv4vPAXYMa8zjsNSmAxwKmhx7gvp4NqO5ECoCo+UlPAi/gYABOIp4BX6wzge3JJV063GXoHyH3F3SX4L28D1MrQA1CTa306BmBDkPfyDyWTXT/PLOeO+VqRecJ+iQf4vqc5b27fmii5nDtF5ETonoWa/HOP3HHJnP8z1XT3UBMluVOqOU1BpMo2OfjWZbqsGyChAhBUqx6WF1Rc1jNZWgejgBqkPSRL9wUSFgACcWmIxBtVRzqumxn+AoTkFyBE8zw1OAaofh/AU6bDIT7S5W0PTFh4i1P5Gzekv1cVL53iCMBsJ/9AOmr0kNysYm83zyoDsAPCu48UIs7y1Sd42nSHoMJfjFiOtt10PKhnfAPwDoSaN0Kf82LboMR7mgKqjcsp0+2Q2/R7g/S1pxavqiV+PiYQE4gegX9WhuBNClHVKQAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAPtSURBVHhe7ZtNTttAFMdtJ6FC6qLcgBsUegHgBNAFRSofIZVg23CChBNUbGFBykclxKLpCQgnID0B3AAWlSryYff/IG6d8ST2G880xPFIVhJl5s38f/PmzXg8tqwsZQQyApNMwDYt/vT0dNG27QXUs+h53hy+v8H3ervd3iuVSnem64+yrx0ACXYc5y3ErgQEy9rxAAjzo4aQGMDZ2Rn16kIMwTIIjY2NjaWoXjL5PxtAQDC5NLk3ubRqegCAGdXCOspFAjg+Pp6dmppadl13DhWucAUD0gONeZS7hss3CoXCrY6GCzaUY4oUAInO5XJlNLqoKhhxoNlqtX6IYxwe5BkAQCaVYkoIAInP5/NXED4bp6G9Hm5AcEMmWLRhEABVxY4pIQAnJyc1iCkOEh8UjO/XGMPNOKD8PIYBsGNKCACmsfug25Ng/G7iqiMO/Nzc3GxwBEd5AABGxqFh9YlAufYc0bg45iF4hqaq9fX1g6Tik4AzVTYEwFRFL9XuxAMIjb+kYyqqp03bj6pf/H/iPSADwHWZtOXPPCBtPcrVkyoP+Hj4a25iAXw4bFW6duFm9agz8D5GBicVHkDibdurkkDH6tY4EMYewOrhI7bknsX7iQNh7AFc7r5qWp5bCq/w4nnC2AMg4Re70zVVCKkAkARCagCoQnhxd4NrR4+mNk0t18ptX+7kv/YHTO7KYYzzy2aHVA2BOH3jeO0+r58sAJgun2aMQNIaA7DbU8EucpnsY3O1hs3UPbFXTO8I0SqQXD3kDRLxzytHTQnCvsBUlXaVezvLZWyx963QNFU10AxXvFYA6PltsWUA8dm0aN++initAP6XUFk9quJ1AzgQG4cnSX1zrglItAfAGfNiG7TFADw1qkLwAT1K6137W1tbTwHRZPq2+7ppWe5+Xx0DAp6sHVpngThCTc0Ca0e/EXCdCt0UiVPdsHZp84A44k3mudiZrua89jxHvO4YYFJfLNvPw4GXUuMBPNn/cmcAVMmlpVzmAWnpSaw9bLq4esbeA2hdQdf5+blL18QB4Ao2thRO2pBRlQ8Ngd45wL/twT39LVzsOz6LdE54VA0V61Ud86Id2b3AFTItDhKKiu/o3CA+651O55p73N3wQUmLe05Qx1HZO8Bq0BUHiGEAdQB4z/HSYYelaXtrWeGw9FAgpgDgVvy+2+2+43pk5LzJeANECp6GTNBDVI/Lw470gYl/lBfe94krnhocCUBUlRSIYI99uJnj3nHysgHIgFDQ9F+MilOpnwe9V8NOUujRNsdG0ryJAagCoaEBt11ScdukooPltQOIAuKPWbw+A+2jf21OJ8zMVkYgIzB+BP4A4wIiqc5XZ60AAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: SignOut -Parameters: null -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ClientActivities/ToggleSidebar.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ClientActivities/ToggleSidebar.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index b96f069..0000000 --- a/modelsource/NanoflowCommons/ClientActivities/ToggleSidebar.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Toggle sidebar - Category: Client activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJuSURBVHhe7ZtNTsJAFIBnSpcuWLn2COJFMBCCuhET0DUnEE5gXBpI1I1KCAZOYDwBHMEDmMABoM8+EpLSlt9p573BmaS7Tme+b978NiOETdaANfCfDcg4+Hz57iTjeM9SwKkQMmu8IBD9KTj1QefpJ8wSEYDwrjMbHgR4kBbExJeQC0twwkZcOXs4OHiElCKLUR3mjQgQUp4bH/IrACQIv0svp0gXKF7WIPjK97EfEArp9/EodpxR+OROWcM8vffWUn2iEbDT581/2Qowvw3VCGwEqPkzP7eNAPPbUI3ARoCaP/Nz2wgwvw3VCNhHQL5UjWxg1JCXc7MWULyoXbuuHBaubu+ThA5+i60AhPf38C9YWQnQSEsCSwFB+EVroYRSCt2BnYA4eJQAHtx0u+1R0l2BlYB18J+d9rw7JJ3YCKCAR5ksBFDBsxBACU8ugBp+PsWGBxVdp8Kr4FUHufCpL8tT4bTg95FHMggCAOm/AvKlMM7puLDZp8WSzkM2BiBIoVytSEdG/tcJEJXeR+s1CViWY8ACbGUk+Jug+TihIZGMAUEuagnkAlAGpQQWAiglsBFAJYGVgE0S0jgfZCdgjYTm4NAPRNbMDk1/jd9IY1ZkGQHBdYIjIZcWPPl2eJsW7b4lfw5IvhfYBlzXO6y7gA4JVoAOy5zLsBHAuXV01M1GgA7LnMuwEcC5dXTUzaQIwAPcfZ61HuNOhcd+jqwO+xRlbLwvACBGFBXTUqYH/XA5kS4wAwd/WEy0VEhjISC88VRk6hsF4K2qqefkBERtaawvFoVXd5QfBPdZvmaeexZ3bU4zky3OGrAGmBn4AzC8C8yF2nQYAAAAAElFTkSuQmCC - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJUSURBVHhe7ZvBbcIwFEBJBOqVEToC6SS99AaUHDpAJyidoCOkBS7ckDpAR4ARugHceoCQ/l+BlNoJAez4f8xH4oCIHb/nbzv+kRsN+YgBMXDNBoIi+CRJblutVpJlWScIgrYHgmbr9fo5juNvlUUTgPDNZnPuCXiedwUSIlVCqBoB+DcP4RGzjVGt8moCAP7eg5AvQ+hUDoHJZJLlL/r8eTDyMX26KZxnjCo9obDK0+12/7VHi4AT6vbiUhHgRTcaQEgEGMjzoqhEgBfdaAAhEWAgz4uiEgFedKMBBPsIgGd5bQNjwKsVZS1gPB4/QovnIOHFJnS+LrYCEB625u+7xg7rksBSgAK/7zCUYH04sBNQAt/Ybrcx7OUXtocCKwGH4Pv9/n44WHXARgAFPJpkIYAKnoUASnhyAdTwKEDL2LrKCpfBm85wataXZVa4Lvhz5JFMgvDOkfRdAfmjMK7p+GBzTo/ZLkM2ByDIaDQahGGova+DCBn0er0PG7As54A9WFkk4CZotxO04eBgHSRzQL5F1BLIBaAMSgksBFBKYCOASgIrAVUSriIhUiYBlsZX7xMiZasDwsNzwbCONZHdEFAlwO+oLnjy7fAxPVpH2JPvBY4Bd3UN6yHgQoIIcGGZ8z0kAjj3jou2SQS4sMz5HhIBnHvHRdsuJgIwlX7Ot0qilhWGZOTS0xMjfy4qzwsA/KLK2gX/P1Pbrg0BOFgUQ6itLhiysOnwImaJJ8cqBeCpqs1mE4EEzZZLKXB/Kx8Eh4q+0jS9Kzo255JJ7iUGxAA/A78DQnS2MkIWEAAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: ToggleSidebar -Parameters: null -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/DateTime/TimeBetween.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/DateTime/TimeBetween.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index b785720..0000000 --- a/modelsource/NanoflowCommons/DateTime/TimeBetween.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,47 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: The TimeBetween function calculates the difference between the input - Date and times in milliseconds, seconds, minutes, hours or days, depending on the - unitOfTime. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$IntegerType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Time between - Category: Date and Time - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: TimeBetween -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: startDate - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: endDate - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: 'Must be one of: "MILLISECOND"|"SECOND"|"MINUTE"|"HOUR"|"DAY"' - IsRequired: true - Name: unitOfTime - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/DomainModels$DomainModel.yaml b/modelsource/NanoflowCommons/DomainModels$DomainModel.yaml deleted file mode 100644 index 5348afd..0000000 --- a/modelsource/NanoflowCommons/DomainModels$DomainModel.yaml +++ /dev/null @@ -1,200 +0,0 @@ -$Type: DomainModels$DomainModel -Annotations: null -Associations: null -CrossAssociations: null -Documentation: "" -Entities: -- $Type: DomainModels$EntityImpl - AccessRules: - - $Type: DomainModels$AccessRule - AllowCreate: true - AllowDelete: true - AllowedModuleRoles: - - NanoflowCommons.User - DefaultMemberAccessRights: ReadWrite - Documentation: "" - MemberAccesses: - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: NanoflowCommons.Geolocation.Timestamp - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: NanoflowCommons.Geolocation.Latitude - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: NanoflowCommons.Geolocation.Longitude - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: NanoflowCommons.Geolocation.Altitude - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: NanoflowCommons.Geolocation.Accuracy - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: NanoflowCommons.Geolocation.AltitudeAccuracy - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: NanoflowCommons.Geolocation.Heading - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: NanoflowCommons.Geolocation.Speed - XPathConstraint: "" - XPathConstraintCaption: "" - Attributes: - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Timestamp - NewType: - $Type: DomainModels$DateTimeAttributeType - LocalizeDate: true - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Latitude - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Longitude - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Altitude - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Accuracy - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: AltitudeAccuracy - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Heading - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Speed - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - Documentation: "" - Events: null - ExportLevel: Hidden - Indexes: null - MaybeGeneralization: - $Type: DomainModels$NoGeneralization - HasChangedByAttr: false - HasChangedDateAttr: false - HasCreatedDateAttr: false - HasOwnerAttr: false - Persistable: false - Name: Geolocation - Source: null - ValidationRules: null -- $Type: DomainModels$EntityImpl - AccessRules: - - $Type: DomainModels$AccessRule - AllowCreate: true - AllowDelete: true - AllowedModuleRoles: - - NanoflowCommons.User - DefaultMemberAccessRights: ReadWrite - Documentation: "" - MemberAccesses: - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: NanoflowCommons.Position.Latitude - - $Type: DomainModels$MemberAccess - AccessRights: ReadWrite - Association: "" - Attribute: NanoflowCommons.Position.Longitude - XPathConstraint: "" - XPathConstraintCaption: "" - Attributes: - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Latitude - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - - $Type: DomainModels$Attribute - Documentation: "" - ExportLevel: Hidden - Name: Longitude - NewType: - $Type: DomainModels$StringAttributeType - Length: 200 - Value: - $Type: DomainModels$StoredValue - DefaultValue: "" - Documentation: "" - Events: null - ExportLevel: Hidden - Indexes: null - MaybeGeneralization: - $Type: DomainModels$NoGeneralization - HasChangedByAttr: false - HasChangedDateAttr: false - HasCreatedDateAttr: false - HasOwnerAttr: false - Persistable: false - Name: Position - Source: null - ValidationRules: null diff --git a/modelsource/NanoflowCommons/ExternalActivities/CallPhoneNumber.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ExternalActivities/CallPhoneNumber.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 7588be7..0000000 --- a/modelsource/NanoflowCommons/ExternalActivities/CallPhoneNumber.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,33 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: This action can be used to launch a phone app on the devices and initiate - dialing of the specified phone number. The user has to confirm to initate the actual - call. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Call phone number - Category: External activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAUMSURBVHhe7VpbUhpBFBV8/MYl4AqEFYjZQPz3EViBWllAxmxAzQYgvj4j2YDiCiTZgO5AvvFBzkn1UD1d088ZgakMVZQy9HTfc/reM7fvZWGhfJUMlAyUDJQM/L8MVLJAPzs726pWq/uYozkejx8rlUrv+fn5qN1uD7PMO817gwm4uLj4CkMj1ViQMBiNRptFISGIAB34mIwikeBNgA180Uio+sRbGnjE/hDvTbwH8lz4XF9ZWbntdDqrPmtMe6wzATrwcPfN3d3d/svLSyFJcAoBE/idnZ3JznO3l5aWbkFKXd7JedYEKwGu4GPARSPBSIAv+CKSoCUASU4LSU5HEbYhY152e51oFcUTtCIIoMzwJi+qvSt43sRESCeM0ImDaau9bj0TAaqQOe28vJCOBJXcWZKhJYA7LhuGHD/x2dVoQUJbGT83uYEpD3iUjV5eXl53BS2PgxbU4PLXSjgl5g6ZN697TB7wWzF6zXdRAZ55QU25N/Kd673GmzRgoCza9DFCBx6hdYTM8YfPXO85VksAFLwvL4xd3HA1xAJ+bnafeIyJ0Pn5+ROATwQLQrgGUTPGb5HAkwDjYYg5vLzrELMtkxcUDbyVAMTrLyUMPukIKCJ4KwHQgZ4qhGnne4Pan0Dw5irm1Q00hoCI94QYpqWxHIdwuVMnhwdtkRxX8ZzFOGtBRA0DGJkaBjggtfBd4vHG5z/rA/NMgpUAhEFX0YE6ng7NtN0qIglWAkR5OxEG2FmWxFNfRSPBSgBRMntTxVDnBRxXJBKcCGDRE7icvaBIJDgREOIFRSHBWhSVXR81wlt8nggg+4HwDuspEfdRSD/Lc/FeVoxsqbV8z+Xl5T7uO8C1Wl69SGcPSPMCPuagBZFOEOPreWgCC7QAfULwnFccsQ+yNl+8PIALo1h6IjrCMu6GS6E01BNs7bgsfQcvDyDi19fXiO6nuPO1SwssxBNs4IVnBrfhvAkQeUGixicyvmNbKPgKo6YvQfIbefUivQkgCD4W397eTmXAIKElDLby4OIJOvAUToZbXr1Ibw2I0ekaH9iZlmvJS6cJ/KUJ1qHaT15pT408mi/BBNAyQw0gEwmqC5kemVlJyEQADcUu1mEgK7+ryo7lQoJLvmAiATZ93N7eftLFZZAGyJMxHmHkoboACOkiR0i4sc6INE0Q6u6ULJnacJjnxvSEykwADd3b2+tCFNXuD5OV41BhdNl5mdDQXmTmEJCNSOsoi53sQrUPXX45RmEE+A3fNFkR5xuQ34ivmVL2XDwgXsjgCS1Uhu5dKkMMB4Bv+JwRVE8A+C/ytZTO1OTrXAmIwwF/mag8qkagv/jgEhIunqLTk6urK679UxHk+3cTwbSJpUQlQYIYG0EcH/BOnA51BvpcJ3ik6nT/VeW+RNKW2BifBULGag5P8VT8aS21IY0or+V04EUvMtJNlqsI6hahOLKOaIjFHgw9FZUnL+AcHAqe906FAC5EAVxcXIxwlNa6vtCNCCJ45+oVWcBPlYB4W0kExJA/vmpatrrPMwFIudPVGrKCnwkBMWhWlUV53UYEq9LsPA3w7uP/P/CiIedJEzxbzKukTy0EdLtNIniCNIWGqyj4gp+pB6ighEbQK/bxrruCjseFgJ8rAmTAMRn0CgAjGR/+GYuXSgy+H+Pat9Au9MxDwGWneeTmT3QQ8zX8XScpItmhJnxHCt5zmaccUzJQMlAyUDJQMpBk4C/hbKFZNSUQOAAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: CallPhoneNumber -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: PhoneNumber - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ExternalActivities/DraftEmail.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ExternalActivities/DraftEmail.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 871f36e..0000000 --- a/modelsource/NanoflowCommons/ExternalActivities/DraftEmail.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,60 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Start drafting an email in the platform specified email client. This - might work differently for each user depending on their platform and local configuration. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Draft email - Category: External activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQpSURBVHhe7VpNUhpBFO4eJqmKyYJFDmBu4OQEcgIUy4huNBUwS/UE0RMgy5RjlE3ARFBOgDcgN4gHSJUsErMIMy/voaRgunF6fhjGzFDFgpru97739Xv9vu6BsfSTMpAykGQGuNfgV9bL4HVOlOOb9SNPMWlRgoujr5SAOK5KlJg81QsBc+4BXmsu7OCC4klLIOwVeWz2Ep8Boe8BL3d+TlUn/Ki+GMOc7gEBay7xJZB4AkLfAwJmpOfp6R7gmbLxCYkvgcQTEPoekOqAgDUZ9fTEl0DiCZDuAfm19/MZzT7hDBYY49mH0jJu9wFSrMAu+6Dttc8+XjufCxlAweua1UVmFt2Cj7peffvjbEnndpdicyVA51blvwl8NFrOspTVrgQwzpd8Mx3ziRwYlnSSlSBmQbIJkGSoaxvkFuzFPLMnwIMeB3fsrgScfzEP+7b2ijEQWgh5Lmxsf5gVQYViaYJvuNY4y503zEM3bK4EkAHqn307k2PYT50GkeX9lWL5QtZi3Jz7fZ7P72RXNkoXnPN9pw0AuOrfPje+fja/qdhXImBIQrNxtMxs+0AwTH1WszpRkLC6UVrQ5351GUi71UGrYeba7WpPJXgao0zA0GDz7HgfSciJJcFRQNnfl4vbu6rOvY4rrJd3bGAd1Cnz43OhR5hQlQoZ4ebDMwFkEEm4opIAYEKaaRwqhY1yJZ/fzLo5V31OKY/BV1CdYk2PS3PCgFgMwqRqb3ScLwKGJdFqHBmykkDBsavPPZFKT68gB+eSZ7cdDF7MLIAqYZBpfFU/vgkYLQmw4S3+dtQdlgTqb9wgN1XBOMcV3mzT3tLl3KngoEc+mw0zcLkFJoBAt87MU2yVhrAvkPLi7NRPqxykfAYuxHMJUEcyyKdfYkMpAafzQat8+sfAlak5n1GrLBTLSiVBKY/BS1MeGNSoxQVJeSe2UDJgaLRdq/VwZbak+wKmMbXK1dXSwqSVy6+9W6Qxd0fx8Q+pulbd3PLS4lQyJFQCRvcFuXrk87bOu7KSoBana5qsxaGqA0NF1akEPNUMGDU+VI/Ypq5kJYFvdE6oVf5TdYMWN/7xqupiRQCBIRKwTeWk6pGxLWqVYaq62BEwWhLArGWZegxT1cWWgEGrrH+6HByoJpwqaUxQVRdrAoYl0aybrxjYVQEsqjrr91wuzBanQshUuoCb42bjePf+oqWH6z64uCBVF3aLc8NBz2dCADm+v2gxVC8uVILxM2ZmBAxLQvXiwk9wKnNmSoAKwGmPSQmYNsNxt59mQNxXaNr4HlMG0Kt8P98HORT+H4CntBuckZ0287Oy7/w/g5ABspveWYEN3a8Nl06bAgEWaJILztChRG4QmH3TZxnhPadAwN1FBl5wgshWxKjpb/eBvxQ4xtKxbP111AetiPlK3aUMpAz4YOAvsa3bf56QL0QAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAPQSURBVHhe7VpLchoxEDUUVLYcIb4B5ARwA7zKhu8i69gnCDkBZJ0FNp9FVnADfAN8g/gGZpvil/eowTXMCCSNxDB4RBUbRlK/furX3dJwc+M+jgHHQJoZyOg6PxqNtrpz4hxfq9W0fMrGCS6JthwBSdyVODFp6YXAgjlAV3O2nTPF4yRge0eubb3UR4D1HPD197+z9gl/vn06wOxygKHmUi+B1BNgPQcYRqT2dJcDtCk7nJB6CaSeAOs5wPUBhpqMe3rqJZB6AoQ5oN/vf87n8/3tdlvMZDKFU2GZtPuAI1iny+Xyod1uvwafhyKAzudyuTkGlmXOx61XA3tVbOicvkkJgPPdD+S4398Co1pKAJyvGjCd9KlFKQFJ98AQXyifpb4KSAlYr9cPhqxfZDoq2AJfKXYpAc1ms4cScovFQiWEnuE4+uMiHp6wTazIZZV6vd6TYZMSwAVYP1erVQULTwULdkDCRFRiZMajPoetwnA4nGB+R7DGM7CW0J+8qKyvRMCeBDB6BxJ+ChauonzO4iABZBfZp4iqFbHB8Qo2bKHiPMcoE7BfECR0YIjRcCAJAGL3+Bc7c69qXHfceDz+Drsz2vLP9fTOkBdFxEkz2gRwNRhimJGEUJgBXBe71GWY6jp4bDzX4pqw1ws2acTAkCemKPYiEeCTROmIJO4ZpjYk4bXmM9gMRdZms/kFx0uiHl+VjMgE+CUBIG2God+oJ4k5JNFUBRMcNxgMmFuo92Iw5Gmz0WgYy82YAAIDkEeGoaBUFgD+MUqpZMhns9mJIORZkUq0GZVY/zwrBOwlQWDYmScBsA4SmJIkGPJwXhjyWPeJNkxCPojNGgEeCQvsTEuUF3i3wFLJMnZs5yCXMsfgeTk4hl0dSlxLp8SpRIhVAvx5QdQ9euVrLpIESxyei0rcK9Zllu+pOKQ7JnQjZPqmxQ9gf7N0ZEeZN3a9Ona9f+QY/gwi70x2XebPWSJgTwK1ys5MJAk43GKGt9nV6e4+x5+VAL8kkBzZRjOc3z+UhM2uLrEEEBiS49TrHg9I8IM27eoSTQDBURJIZrfs4IJg+RsJslniVAiJRQJBIOzgeNHiHWJ2Fxf8zSTZqTgrGnMRAgiEFy1salQvLqI6KJt3MQL2klC9uJA5EvX5RQmICtrmPEeATTavcS0XAde4azYxX00EoFfIRPnKyAqdBnEmf/ugb4d3XAT/zxCKADj/ImPtip9Pg9hDBOD8HbrgvGKH36HjrPHGf4lICfBeg/GCM8RWnETAvpUPHefLFJw9vsR90IqTL2fLMeAYiMbAf5KbaLPkFP1eAAAAAElFTkSuQmCC - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: DraftEmail -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: To - Description: The recipient, or recipients, separated by comma's. - IsRequired: true - Name: Recipient - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: To - Description: The Carbon Copy recipient, or recipients, separated by comma's. - IsRequired: true - Name: Cc - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: To - Description: The Blind Carbon Copy recipient, or recipients, separated by comma's. - IsRequired: true - Name: Bcc - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: Content - Description: "" - IsRequired: true - Name: Subject - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: Content - Description: "" - IsRequired: true - Name: Body - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ExternalActivities/NavigateTo.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ExternalActivities/NavigateTo.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 2473312..0000000 --- a/modelsource/NanoflowCommons/ExternalActivities/NavigateTo.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,32 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Opens a navigation application on your device or a web browser showing - Google Maps directions. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Navigate to - Category: External activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAUXSURBVHhe7VpLUhsxELUNVLY+gnOC2CeIfYLAKhsgeJE15gQZTgCsszDhs8gqcILACSAniI/gbfg5rymNS+rR6OfRRK54qlQUM1JP91N3T/eTG43VtUJghcD/jEBzmYy/uLjoQt8PGH2MjhiN2Ww2bTab9xhXDw8P18PhcOJq11IAIAw/EoZbbQMgp09PT4cuQCQPwOXl5T4MOrZarZmAdQc7OzvGta0QwXWtwc5/CTWedERIHJEMk77JAiAUzzTK3+De8PHx8e329naTBv7vvby8DAHWvWZ+dn5+PioDIckQGI/HnY2Njd+y0pToMIa7u7tXph09Ozvbo53HaLN5PYBVAChJD4DxY2b8BEmtZzOe1mAOJcAeAcYAoCRauJIDAO7ah5Y05Ctzyej5AjF3i8noC9nK7eQAwM5tst2/Rib/ZnJ73TOsucF9GvOLy6YHyQHQarXeyUojlpVw8ARCAQ6y3vP1yQGAXerKSiLb33oaPZ+OtYoHAIBO8gDw7I14noYCoMkb7eQB4Arik1hQOhQQ3brkQgBKTpiiwQAAPCWcEF5cdnpJkFdza2tr/dAdx1oFAIRX+gDA2F+ywfgqfAoFAAZT6zy/AO71MuQAJXND4W5IHqByGgBsygbjfy47vRCgAoaFQXt9fX3k6wVw/4zt/mRpegEorrgqdm7fxwvE7ivuD5kKIDk4KX4FGmhmjlkz00aDZOzr5d2m3ZfrCcr+ZeV0kgCI4ueEuf1IUGPGaKDd1yRO7e6ToCQBIMWEFyifLZe+APniJ499UzOVLADCC4bMmC68QNvX0zxikTT1viJjGT6Dcx1FS8tb4ZGurycmiCc60GQnQkZp2HhRYjZeHsnmFq576kNe2D5vlP3h1nfyzlJSw3sG+Xso7sn1NXN6tmbKCYCYvLwNAHpOOw7jlNimgxAcggzoOQeI7hFp6rIR1hxAvDzk3WH0XZSlOVBuj0hNGyXtKk8UR4c8H8DwI/o88riHhzgdirzqalLCQE276k7zMlRgivI+i+W58IQfvLzlsuhUCIAZE5+8ptQDQnh5CL7RGJdV5QmIe+L+J2UAitxw4AOw1gMq4OV1bjmwZWQXxUXCo6TYZiGhJEYXWTRH6wEV8PIDzstDYedS1qQ8JTbIek1+8oV7Wy5Jj68rAFA3L++6U/I86uroKCy/R4eguk7PRXYBgLp5eRcldXPoBIiyPQ3bCbDpHQUAquTlqRJjblrg5UMBoHUwPKOxiAydB3RlgYvw8s/Pz/cMgM4iysZYWwCgbl4+hlE+Mq2VoA8T4/PiVObqAJgw5dqhyrrw8qGyq1qnywFK3Mbm5asyJFSOzgNq5eVDFa9qXaEU1rSeU9FaTn1eqiunsV77MxWT3I9f/8x83vv98xunFj+XWfCAunl5H+NizC37CtTGy8cwykemFoA6eXkfZY1zURPTb2Z95ZXGC3IBHS7wDs4awyWt9F7I73zIGJ4DfGPcBkhpIVQXL29TMPbzUgDq4uVjG2iTbyyF6+DlbQrGfm7tBVADjDQ8HEJ93MmVE6exSr6gNegGs9gGLCrfqWiIycvbDPhnSVBWLCYvbwMg9nNrCOQKEPMCt76SFaIDEPw/ku8JXj551891dgoBKdYL53TM+NdfdZvO43xre+4BtdUBOtcjw+hQUvNTdCrCcl5+Gtttq5TvHAL5S6vm5as0JkSWNwD0kip5+VKl89qe/w2xMtYa6hdoxJK/krtCYIVAdAT+AuvZAgkcRGUIAAAAAElFTkSuQmCC - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: NavigateTo -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Location - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ExternalActivities/OpenMap.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ExternalActivities/OpenMap.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index f32d373..0000000 --- a/modelsource/NanoflowCommons/ExternalActivities/OpenMap.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,33 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Opens a map application on your device or a web browser showing Google - Maps. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Open map - Category: External activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABXzSURBVHhe7Z1djBvXdcdnhhx+LMn9lrz6MCzFseQkrq1E6ReaNnIf+mQ5bYHCkFwgcYGunKcEkfIsya+x3PYp1Rpo3Ra1YBRo6shAgDwkK6CoEcBKZEOWo3VqfdTa1UpacZdLckkOZ6b30KAyc3eWc+9wPrir/wL7Qp57zrm/4T1z77lfioI/EAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABIqD2g+Eb/2yP5lrNbyqqeshWlAOqquzpRx/KggAI+BOwFfWSatvXLVX5L61tXXjr2/nr/qW8JQIFAGr4WcP4jqpY32WNfzSocZQDARDonwALCG+obfN0kEAgHQCOzlQPtBX9R3jb9//goAEEwiLAeuDXbVv5i/+Yzl6S0anJCP/V6+1vmqr+KzR+GWqQBYHoCbA3+R5NVX5FbVTGmnAPgN781Ph55bZtr5oN69zaSmu2ds9YMGvGqowDkAUBEJAjMPzY0L5sMX0wnU8d1VLaDldp2162FPVZ0Z6AUAD4bMzfWvfmN1jDX/pNdQaNXu4BQhoEwiLwyNOj0ywQTDv10XCgmc58+e2X1GU/O0JDgE7Cj8vwt6rtM3feL59B4/dDjO9BIDoCix8sz1BbdFqg4UCm1fiuiFXfAEBvf0Wxv+VU1l4zZ+5+uHJOxABkQAAEoiVAbZGG4U4rmqp+57O22/vPNwDkjMafO9/+lqXMU9TxU4zvQQAE4iNQZkNxysc9sMim57PNpuvF7eWNbwBQFO0bzoJmo30hvmrBEgiAgAiBJku+G/W2u1ee0p7xK+sbAGzV3uNUYtTNWT+l+B4EQCB+Au0166Lbqn3IzwvfAKAq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 - Subtype: 0 -Name: OpenMap -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: Can be either address, latitude/longitude (51.906, 4.488) or interest - point.This field is required. - IsRequired: true - Name: Location - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ExternalActivities/OpenURL.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ExternalActivities/OpenURL.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index e57ee25..0000000 --- a/modelsource/NanoflowCommons/ExternalActivities/OpenURL.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Opens the provided URL in the web browser. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Open URL - Category: External activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMZSURBVHhe7VtLbhNBEK3umSBAjmxM9vgIDifIDYjEArFKskCssJUTkJwABlaIRcwKsUDACcwNYk5ADhBiGyyIwO6i22LQ/Bx3m25PO9RIycY1VfU+VT2WxgB0EQPEADFwSRiotvtNUyjc9AZf4zdao8drsHZcb33fMemRmQT7GqvAA4ODuD+BfPfs2fVXOv2uPAHK9kr5LFhdElZ+BIbRjZ6AyV6WAM5ER2ccVt4BMfB6e7jLITgydcKlIUABX4QErwmotn80dBaZihlG104WIaFUAuQCq10Bvi0EazLGbwGgAlwDxrSB6xKk4ooWYykETK2KwY48urZMANiIzZKw1FNAKt6QZ3Z3uqxKAD8lkImU6EtzgDqvQwy7jLGatpKI07nWujTGRgDsnUWVTjLfUghQyv8Bn59thI+I4hPn2PsJQQ8gGMQLTQt4Jkid/eoZIHtvEfipIRYpYnrPzUdfO4zz1DM6InbGbHwoH2T0VZ5T2BT8UghQ6stH1c/J3hHw8Eu0fmBK5EXxi4BX+ZwvwQD4Vgq8nGtfwM90wJ17DxsBF0cMsCmnpJYE8Pb1S6Oxqbe+veOMbf/NIXD/9Pn6U1vqV9sj+WUI8l+GChZeUc2cAxT4kE+OJUqpnMHGnoFI5kktPuQgF529axhVemqkkhlnLTwtAkI2eWIDeFxMEpBy0Pg8tLb04hpqpGISTMAX74CkXS0IhVkXXT0fWEibS6FI+AWwmT3n59XKzfPd+w/wX2Y+W3CjPUrlO40qRjvEdj/Z/pyfAvMUKPtzIqBsBcqu79wBauaTf2UDph2QYcC5A3xTnBxADkgzQCPg+4y67o8c4Jph3/OTA3xXyHV/5ADXDPuenxzgu0Ku+yMHuGbY9/zkAN8Vct0fOcA1w77nJwf4rpDr/sgBrhn2PT85wHeFXPf33zug6P2AvmS95pr5RfObvqM0r07OAYh23+GZ14DR5wLfG8VrBOcImCBXv74YaNy71BAE0R9DsG+7aI6AD29enIwF3wS0z7Zh8+rVGmlI0Zf/uxMR3la9GeagcGKAGCAGLmTgN3ixCV3ccuWnAAAAAElFTkSuQmCC - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMVSURBVHhe7ZpNbtpAFMdnbKOA1AU3KEcgPUFu0GwSpAopYQFqlzlBwwnaXSVnYSpQJZpFewN6g9ATlBuERSVC7fHrPFrS+APZzwxf07EUZeHnN+//m/974yhmzFyGgCFgCGhC4JX7s06VYlEf2Nf4c/fXW8FLd2c3wQWlRk4J3tdYFM85XC/rC5l9edt2Puap9+ABnLnzusXZXVxsXggH3wK3naMxg7AVB2Ax0cvTDgfvgKXwhju7ZNzyqE7QBgAKLwJhrwE0PsxqeQYZxgzfVCZFIOwUwEsPqmX/4RQYq3NmPQfOawygyjnLLTwvIIxLG4w7AYBWBWZdSKEnFAEqYuMQtnoKoKXP3fkIh9UuxCNAC/zIpm/NAfiaKpgjxfNq3p0EgEVf57k4tk/WJY/LYafSexq2FQC482Bbo7TeliK/MQbfZSFjm4mxEPZ0OdCy9KTdx7Mf3wES91LEY8x2ALiznrR95B0dGO/xQHTXERsXSRW/FQCLo8yxfkSLDbvDduW6yA6veqaI+MVMUFlEai47OunlkTfZF/ErHeB5Xq1UKnmyP+tyuESGVrPZJLVNw51/kY12uoQDAq4+vy6/VwV+MVzln8F5ez4el3AAinccBxOexMUXKRo4RKYzt2FcJM+qZz51nsl8YTdyf8XAS8uRACDFv1Mh/HExiDroIWATlQAw15+W+guBID51Bkjxj3ZVUShnEGkhVi5PVeSN50AINvjH8XM+a61EPw8GAzmn/l3Uno8v2LiZR/IN20ekGaK6nswZkEVMt/ubPwb3nJgBsOkNwp5/+rPp9aj5jQOoxHSLNw7QbUepeowDqMR0izcO0G1HqXqMA6jEdIs3DtBtR6l6jAOoxHSLNw7QbUepeowDqMR0izcO0G1HqXqMA6jEdIs3DtBtR6l6jAOoxHSL/+8dkPhffb/fv1f6hYhiy6z7vUK8nIQDpPix4ppVpvuqMhnmSgDwfb8lvw6bql5o3XxhGN7L2q7WzZPpgFarNQmC4FhCUE6bUrxcf3GhcPlrJIR4gbVRcphYQ8AQMASyCPwGNZYZwIFHcx8AAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAxlSURBVHhe7d1tbBxHHcfxmd29O1/8QKo4D24RNSoEqY1a01TKG6S4eV1aQEJRIqS2SHXKq1Yq70l5bwle0ToShBclipAoAV43zgteVGqoSykSKRAH1CRNG9mOHdvnu9thx8Hp3sX27F52dufsr6UoL3b3P7Of2fnt7d7enRD8IYAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAgBaQ98Pw3K/Uzp6V2vNCylElxIiUYvh+6rEtAgiYBZSQU1Kp6VCK33uN8MLZH1WnzVutv0ZHAaAnfqVef0WK8NVo8u/stHG2QwCB+xeIAuG0bDRf7yQIUgfA8YmFkYYovc3Z/v4HjgoIZCUQvQKfVkp897djlak0Nb00K3//VOP5piy9z+RPo8a6CNgXiM7kw54U7+s5mqa1xK8A9JlfT/724kqp+eZyeGZpbmXy9uf1a83b9fk0HWBdBBBIJzDw8I79lb7gYFD1j3u+N9SytVKzoZBPJ30lkCgA7lzzr9xz5q9HE//mPxcmmPTpBpC1EchKYO/jO8eiIBiL19OXA7Wg/M1zL8pZUzuJLgFWb/i13eFfWWiM3/hgZpzJbyJmOQL2BD796+yEnovxFvTlQHll+dUkrRoDQJ/9hVAvxIs1lpoTn300dyZJA6yDAAJ2BfRc1Jfh8VY8KV+5M3c3/zMGQE99+Tvxs38Yiqs6dUyFWY4AAvkJzESX4vp+3N0Wo7fnK7Vay4l7vd4YA0AI77n4hs3lxoX8douWEEAgiUAtuvleX2y0vir3vSdM2xoDQEk1HC9SX2xOmoqyHAEE8hdoLIUXW1tVo6ZeGANACjkSL3Lreu2SqSjLEUAgf4HFtrmpbwaaemEMgPYC3PU3kbIcgWIE9GVA2pZTB0DaBlgfAQTcFSAA3B0beoaAdQECwDoxDSDgrgAB4O7Y0DMErAsQANaJaQABdwUIAHfHhp4hYF2AALBOTAMIuCtAALg7NtuuZ317Sg9uu50ueIcJgIIHgObvCOgvuRgY7n9r38jOk5jkJ0AA5GdNSxsI6Mnft7fnTSllv1/xnyEE8jtUCID8rGlpA4HewcpJPfnXFhMC+R0qBEB+1rS0gcDsfxd+HDbDa/HFhEA+hwsBkI8zrWwisHSjfnX2PwsnCIH8DxMCIH9zWlxHgBAo5rAgAIpxp1VCwIljgABwYhjoxJoArwTyPRYIgHy9aS2BACGQACmjVQiAjCApk60AIZCt50bVjL8MdPRULfqhkS/+Pnn35lP5dI1WXBSoRo/relWvLwj86KGd4O7PUvmeSP0YbzP6innTPuq65d5Syy/f6G2ateafrk/NnjRtv92WP3Ro13vxfT77UmXTOU4AbLcjJOH+VnpL/b0PVw8HvvyGV5JD0ov+b/8duoS1bK1GCNwrmzYAuASwdXR2YV096XcfGBgbOvjAm4MHBs5X+0snSzuCY37JH3Vt8mte/bBQFzI71WUCwKnhKKYzaxN/12P9f9Avt73AO1hMT9K1qn+lKt0WrN0uwCXANj8mVj+Is7syLhO+vF99Wk8J/fXT86r5xQRsNpotj/ImYfUDv/WnrTfYyK94325fpCf/7JVbL+ubhUna2i7rpL0EIAC2y5Gxzn7GP4W3HkPYCC82V8JL0Q9PXqzNLV9aKGCy7Yk+Hlxqe6nP5N/4oE0bAFwCbNMA0F++sfYR3DiB/oFJ/evP1/926+lrF2dO3Phwbvzmx/OTTP6teaAQAFtzXI17NfCVvtXP38dXrEc/Mf3pR/PP6l9/LvoXoDjzG4cwkxUIgEwYu6vI4KMDz7Rf8+uz/o0PZsaLnvhaksmf3/FEAORn7UxLparfclOtWQv/qM/6LnRQvw3JNX9+I0EA5GftREv62r/9bb65qwunXOicnvztT/1xw8/uyBAAdn2dq94zWH0y3il9p9+Ft9KY/MUcKgRAMe6FtRqUvZbPctSXm5OFdeb/DTP5ixsBngMozv5uy48OTT946JErPyn54X5PqpY786buvTF5JNWHs/RjvvFLgMXPaydm/rVw0dSOzeV7H985FlT9ux/44WV/59o8B9C5XSFb6sn/rf2X36oEzYNpJ38nHZay9VN7y/O11E/wddLuZtvoG5D6XQi9DpM/a93N63EJkK/3Pa3pM38eE3+t4fa3/1y4/td90yGwstgY5/HefA9IAiBf73ta02f+grvgTPOffTh3xpVAcgbFcke4B2AZ2FT+5dF3Wr7AIe01val++/L2a8Ssv+Al7/1Ju/9bfX3uAWz1EWb/EMhQgEuADDEphUC3CRAA3TZi9BeBDAUIgAwxKYVAtwkQAN02YvQXgQwFCIAMMSmFQLcJEADdNmL0F4EMBQiADDG7oZR+3z/+rxv6TB/tCRAA9mypjIDzAgSA80NEBxGwJ0AA2LOlMgLOCxAAzg8RHUTAngABYM+Wygg4L0AAOD9EdBABewIEgD1bKiPgvAAB4PwQ0UEE7AkQAPZsqYyA8wIEgPNDRAcRsCdAANizpTICzgsQAM4PER1EwJ4AAWDPlsoIOC9AADg/RHQQAXsCBIA9Wyoj4LwAAeD8ENFBBOwJEAD2bKmMgPMCBIDzQ0QHEbAnQADYs6UyAs4LEADODxEdRMCeAAFgz5bKCDgvQAA4P0R0EAF7AgSAPVsqI+C8AAHg/BDRQQTsCRAA9mypjIDzAgSA80NEBxGwJ0AA2LOlMgLOCxAAzg8RHUTAngABYM+Wygg4L0AAOD9EdBABewIEgD1bKiPgvAAB4PwQ0UEE7AkQAPZsqYyA8wIEgPNDRAcRsCdAANizpTICzgsQAM4PER1EwJ4AAWDPlsoIOC9AADg/RHQQAXsCBIA9244q+56Q3fyvo51mo8IEpKnlo6dqKr7OJ+/efMq0DcuTC4wdPn/ek6o/+RbdteYbk0c4XnIcsocO7Xov3tzZlyqbznFeAeQ4OOs1VW94/yi4C9aar9X9loPRWkMU7liAAOiYLpsN3/33Iz9thvJWNtXcqaL3Se+bOz2iJ+sJEAAFHxd/v/blq3/++Os/0GdLtQX+9MTX+6L3Se9bwbw0bxDgHgCHCAJbSIB7AFtoMNkVBGwLcAlgW5j6CDgsQAA4PDh0DQHbAgSAbWHqI+CwAAHg8ODQNQRsCxAAtoWpj4DDAgSAw4ND1xCwLZA6APze0pZ9bt02NvURsClQ6WBuGgNAKTEd7/TAvsp+mztBbQQQ6EygZ1+pbW6qKVMlYwAIFV6IFwmq3kFTUZYjgED+ApW+0mi8VRWqK6ZeJAmAlhQp7QiOcRlgYmU5AvkLBCWvNQA8721TL4wBUKvsOC2Uml0rJKXs3/W1HWOmwixHAIH8BHYfGBiLvklmaK3F6Es8pleC8jlTD4wBcO5FORsq9fN4oVJPcGzwsYFjpuIsRwAB+wK7o7lY7i21nJSlCH+t566pdWMA6AIr5Z6fiVBcjheLrjde06kTRl9hZWqE5QggkL1Aub80sOeJL71WjuZiW/XLy0E0ZxP8JZ68xycWRhoyeEcK+UC8rgrF1fpi/cztxdpfFq7ULiVok1UQQKBDgZ7orb5g0Bvq7a0c1vfj9CV5S6noOyV80XjyN2N9U0maSBwAutjRiaUXhJC/FFGrSYqzDgII5CgQTX4h1A/PjlVPJ2019UTWrwSaqvQ74YmvJm2E9RBAwLKAFJf9sP69pGf+td4kugcQ7/pqA2F4RIqmfndArf7jDwEE8hfQXyEn1IwQ4evLfjnxy/54R1O/AohvfPQXS8PCF6NKec8qqYajNBnJX4EWEdhmAtHTuUrIKSnUheVyJdHd/m0mxO4igAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIJBa4H8AjR8UBwHWtQAAAABJRU5ErkJggg== - Subtype: 0 -Name: OpenURL -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Url - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ExternalActivities/SendTextMessage.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ExternalActivities/SendTextMessage.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index d8e683f..0000000 --- a/modelsource/NanoflowCommons/ExternalActivities/SendTextMessage.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Launches the text messaging app on your device. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Send text message - Category: External activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANSSURBVHhe7VtNTttAFJ5xnB1pU8IB0huQnoCeoEhdVF1VLKruEnKChhNA2FVdsKy6qAQnKDcIN4ADEDkVoRv/vL4BWbi2k/Ewk5lxMpaMkP08877vfW887ykmxB2OAcfAJjNAy8C/+/Cl2/CSM0pglxDaNk4QkPMIvOHFz283qn0pEMDA+148sQJ4Fi2QGZLQU02Cl2fUp/GxdeCZk5S0mSpVK6BAAKF0X/UkqsajQDAl1R6FFHj/8TNkp/j143vpOpHa5O1F3RMdn2cvOn9RAaIj1NzeEVDzAEq7L70GSHtgeACXAoYDYHz6jVeAkTXg5SDoNqF5BlhrUKqh1sBaIqTh8M/4VaGW0K4ABt4Hf4Jb2z0t4B+30ftI+ITNnc857QQ0wD/WBjyLFmsJpjrjBHhma41CLaF9DdgZzP+rNW7HW0trDdnXBG8+7SkgC0j1844A1YzWbTyngLpFTLW/1ilgu//3U6d/F+B5zf5PAYter0qUdQRQEo/YRgnPrkeSkxSI6PXaEpDtSGOtMHsC8lQzVLtejQLrFAA0HgLADZ4zoPQohSF6vRp8VibkDtGucNWJUjvezkx0PJ49bz7rFMADpPq+I0A1o3UbzymgbhFT7a/2t0CnPw8odmcWAVnUH0j7iKyVJkNCfnztKYCMX4kAQODtnf78a5M0r2XBE4CL/NzaCcDu7AHgjx2qkLDdvx9gA5UBH1WxX2bDNlYhjQ6NE8Ba0xENewm2qhc53Bnc7bFiyKNwIttAZcAJkMuIRr2ytrj2NSAPOr9TY84ukjrbIhMKw+n4xULyRJWiPQW4DpYscg91AYEjFkWV4Jkv9hGQYwhIMkbgr6fj1gglXGnt4JKcMbCXAEwFjPpbjPjhKoCnHFhHwEMpjMBvT7cQfOtSJJrPsbWGgDTPp6ctJveVA7dKAdk8f04UZZ4xroCQhBjx1eb5MoKME1C2OZGJqOizxgkQdVi1vfGdIA/QqnuUG68ARwBPgut+3ylg3SPMw1f2FgjwoTbvQVP3V/69ALarrkyB486bwDnXRtCgsAbE4B3gGMrrbkG/CuZYLwQRaQxlx8k/XyCAfZUVJV4PO6jK2RZ0nv2cDgWZBPj3d5z4b1R/MSbojzN3DDgG1pCBf4FWZ430px0wAAAAAElFTkSuQmCC - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMpSURBVHhe7ZtBctowFIYlAw3sOAK5AeQEyQmaTWHDTMczpTNdNZyg5ARJV53CwgvYwIqcoLlBcwO4AewSgq1Xya0TahtsjWVJDtImGSPee/+n92RJgxAyzRAwBI6ZAI4T7zhOo1KpOADQxBjXNQA03263fdu2l6JjiQBg4svl8m9NhO/qXVMILdEQrDBRKv5GQ/EszDrLStEZEAFAxV+KdiLQXlOgLd9UpAQmkwnsOul2u7HzRNAn3J83QF77Sf15/UcygNdA0fsbAEUfwazxZ54Dsgag+vumBFSPgGr/R58BSuaAzo/HBpQsByNoIhl7DUBz5JH+9EstspeQngFMPCphutdA51LE/13uXTKfvu9Qkw4AlawbacJ3xdJMY1mnHgAbDUXNL7lQkz4HdEab//Ya097Jwb1GVlZJ/uSXQFZFgr9vAAgGWjhzJgMKN2SCA9YuAz6M3I+d4dOqPdos2P+BXt7naTlpBwCDN2ALJfpubFjg3gZCeJ8XFwCCehA8YLx+AcD5vLAAEII+AFoigDUGcv0qhPd5OgRmJZiO09vtpd0kKBu1ASCbuG7+jj4D5L8F6Crv0InQvvOBl3NEdpSWoYXtS88AQPiBJ/73DtTbw+dvqGwt/HPEDA0IuQt/XToA7BGbLXLS6Oj8fP5a3W6ocBik6X+wD1tYEXSlHIB/NO1BC7Gj6j2tM3o8bw83C2TBbeYDVCqc/tTnnvmMOxaXPgeENYfP7Ogy+H5fqtPDxCXC0J99qu6Fx5sp0ksgKcBY8X7JkOtN+V1LpHgWi3YAwoAAke9PlZPTaa82uLNfd4dJINN+ri0Av24RuZj1ald5CA8AaQfAr3Mm/HP1go46hZBv0wfAvzqf9fx0z124VhmwW+f5jnfUuvoMcMlp3nV+CKpyAHGLE5lZoByATLFxvpSvBJMA8P5yNcme8r0Ab4B59z/6EjAA8k4x3e0ffQZE3gLj8Xil6Y0RP5lyvy9AxT9onLZz0bFFSoBeTLLpVnQt2lFWe4SQFbs5ltVO4jqA3cpyXbdFIQinzRM89e83Jpz++eV53pnoG2M88Zi+hoAh8DYJ/AEQj2elWZwDmAAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: SendTextMessage -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: PhoneNumber - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/ExternalActivities/Share.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/ExternalActivities/Share.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 3bacad9..0000000 --- a/modelsource/NanoflowCommons/ExternalActivities/Share.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,46 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Action to invoke the native sharing mechanism of the device. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Share - Category: External activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATcSURBVHhe7VrbVSJBEBVQvw0BIpCNYDWBXc7+6fHFJgAmoBCBsAng83uNYMUIlgzUDPj2hfdyejxN069hZqDZnTlnPmCqe+reqq6uqumVlfzKGcgZyBnIGfh/GSgsE/Rer7exvr5+OBqNtqB3FXeZ+hcKhQH+e8R9u7+/fxEH09IQcHl5WQPQHu4NG0ASgectXyKWgoDr6+szgGrGsSxJ2Nvba7vGBE8AwJ8SjAuI4XkHJBzbxhZnnHguw+D2Ryp4uPgQdxv3NsAVeEPmy/v7u27tN29ubmo2ZYP2gKurqwes+XGg48X1/fr6ul2v17nOpy4EyfLq6uqdPAZCw5eXlwrGDHVjgvUAWl8BsmIDT3AkhjL0EgnsBkihJ2mvYAkA+O+yxgB1brK8LCdkugrarWUkoCorDUJUULal3Vcebi4dAVC4LCuNYDewIZafIQeYIEBdSrJssEvAF2xSueAIYLor9v4JbNgRjOtYJQFzTCwfxA+j9wRFAPbsBiL2AwC1NJb1JqBUKjWV8U9BxwBaF1a/g6U6plwf/ze4z7tcnjLFYvFQkfttGrfQREgkLmcAV3MB4/NZEiGOQVCsBEUA1/na2loDyjV1FheJTJfKw5o9VXnmBNwWo52BHoTfX3Xz4b8jW2UYywPSqMdFhndq2poIDtlcO0p6IN8BCQ0fD9EQ1QZ4XTz5FPUmIGk9LqzEys4UzPosctQ9nJpibAuEcaz3heKoe3BwoAbDqfFeBCSpx+k1iMq0ohqYxsoId2+6Ghguz4mQiWqxDvC3Pmw5CUhYj9OqVds6h7t3TJWaDoAggnVCGfNWhQzbYQOQ3H9+fr6IM5+VAL5MDUJRgMKL+5G7gqQqXK5psrIGSB8lKvTUl7U+lktLxkpASvX4p64iIzvWrfO0AMWdx0iAzvqisfBoe4nY2//Kbi+8hgGuE1fBrOWNqXDK9fh9iOBJro2AKMCMjZBVPZ61hV3z24qhsjw4q3rcpWDWz4OqBrMGq5vfRsBEsMuqHl8EaPmdRgI0TYQtX2Xj1OO+c2YlZ/OAe/mlCevxTXiQNhXOCpjvvEYCkKKea/rrd7amRPRhQn05Kz/c50yskDVOtLt9Fc1KzpUK15DeTnVT4tTjOsXVkjcrcD7zOouhJPU4FDAWQ0K5FrLLrm/xkkY/Yso7fVhKUo9zWSAotizlMHcb5/f8pP0IE06nB0QDk9bjhg+Xn3rZ+n1J+hEuA3sToBAxcz3uIlKNDwn7Ec7zAbEJcDHq85xrGf1/NkRNba4h5umgx/CUtB+B8T92d3fDbYvb4oNK5ixtccwR7vkAdoTQuzsCMH7TZzC0Xv/s+QB2iPjxAi5fNxHB2ODTQlvq8wHwBn4T2GZLW5NNZnI+YCFB0OXqfI7oP5LlxGEon6FjGd/xeT/Am9L5C04Exaz6EcF6wLz6EcESAIebqR+BTLMS53xAsATY+hHwDm3wJnhkl3/k1QrZh9Q+j887DLACNPUjkEH+2tnZGVAnHK0Znw/A9tlQv0Omej5g3gTwfUn6EeJze8umd7B5gKw0+xH4fQLreukL4Lx4PsB6Upzv8JpwEZZX3ynK6BP8z/6iVm8BfAiZn6mdDwgBvKyDOEL/TRyxqfIZ4sTj29vbAHHhPu75gNDw5frkDOQM5AzkDMyTgQ8ZMRJNTif6tAAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: Share -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The url to share. - IsRequired: true - Name: Url - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The text to share. - IsRequired: true - Name: Text - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: An optional title for the message or url to share. Only some share - targets use this value. - IsRequired: true - Name: Title - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/Geolocation/Enum_DistanceUnit.Enumerations$Enumeration.yaml b/modelsource/NanoflowCommons/Geolocation/Enum_DistanceUnit.Enumerations$Enumeration.yaml deleted file mode 100644 index bf49076..0000000 --- a/modelsource/NanoflowCommons/Geolocation/Enum_DistanceUnit.Enumerations$Enumeration.yaml +++ /dev/null @@ -1,34 +0,0 @@ -$Type: Enumerations$Enumeration -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Enum_DistanceUnit -RemoteSource: null -Values: -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: KILOMETER - Name: KILOMETER - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: STATUTE_MILE - Name: STATUTE_MILE - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: NAUTICAL_MILE - Name: NAUTICAL_MILE - RemoteValue: null diff --git a/modelsource/NanoflowCommons/Geolocation/Geocode.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/Geolocation/Geocode.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index b53a668..0000000 --- a/modelsource/NanoflowCommons/Geolocation/Geocode.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,50 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Geocoding is the process of converting addresses (like a street address) - into geographic coordinates (latitude and longitude), which you can use to place - markers on a map, or position the map. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ConcreteEntityType - Entity: NanoflowCommons.Position -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Geocode - Category: Geolocation - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAVOSURBVHhe7VtLUhsxEMV8KlsfAU4QOxeI4QKBbLIBglOVNSYXwFwgkHUWJnwWWQEXSOAC+ZwA3yBsw895j5JdUlvzkUYzEYmnagp7LLW6X3/U6h6mpibXBIEJAv8zAjUX4Y+OjhoY/wJ3C/e8uqcGg8FVrVb7gb8Xt7e3++12u+9C92+OzQWAEnxXCZ7JL4DYBxA7jwGITACOj483IdBeptT2Ad3V1dUdz7mVTJtOWwWa3y4gPEl3SaMSSTwXSQRAMd610D3Hs/bNzc0CtFvjje/N+/v7Nv7yN3lFDYLVBXq93vzc3NylLgkDHe72+vr6aRrYBwcHGwiI27gZJEcX5i6ura3ZAPLUXZhpVguA8D3BfB9BrZklPOdgDAPgIgHTaRCUMCyHpTIGwOHhYQtL8NavrktEV2NXBI2Woh1WgoLUxgCA5paF9s9gup9c11Hmbpi8pO1Ks4zxYwBMT08/FaZruIMLEwiMHwSt5y7zqxhrs4CGvjCi/YUvI3d3dz8EAPO+tMqaNwYAglVdXwz+fOW7uCVuGLR96Yacl5oIcSFsidExXTYAfbGANwAAz3AnBEFJO6QsXrRsMcDw25mZmZYXZUzCXAMAuFf8AIDvn7rA2BVe+wIAgXl0Hl2wgDNfWmXNs8WAc7FYwycOMJ0GAMs6LXyXtMuSKzfdMQCYwEBTuhvUZ2dnO7kpqoEw/67Qfh8HJ8O9XGmWMT5pFzBMFZrbdLECpX3D/MG8AUgZwvjQtAKAw8yeOMzUcUDKfZih9vV8gtHfJ532Ech1jhUAlfwYaSwId1RpLHUNat8SOKPUPgVJTISUFfRFEMs8FyBefJW+H6v2UwFQVsAqz+iCKTdgBSyOWi9WkWQhBAMNGq4mWvb41FRYHWnlUbhjO9ezEiQDHU+DMVaBDKvOQpjRH2b9XdcsgxqrPsPDDv2epm8Z0yxymJK8ZfUlsP7p9fX1mUvxJrMsTiaocRA3fJuNECy2yN8lQHzGoqkLI2mKKLMvkQsABQK3NmMrZAMEz67we0fEih2YfjfLuvL8XqQvAf62wMde2jq5AVAgnMj0VhInKFg0SOBLKc3nwW44JrU5k1kP0FeC37fTjrQqNmy5cJc01qcvIVL4EQBwYcNCnYKgZFAFPAbFujB7IzAWASFAX2JX8gd+mraziJMFUCgGNhB/CH4GkrXaSqigF6Av0ZR9CfBqzV+cAaDQRFK1wh4wYLAJddKrui/hBQCFZgcIgu/wzoq0Lu5QdV/CGwAKxa0u1HY3BClkXwI0jSwWrjvWlygEgItm847leUMfW6QvgbnnIk7NSz6iA6DqvkR0AEgNuVSi8lqZPi5GAPpCkLqPYJyTpy8RHQAymyu7LxEdAFBcpX2JwgC8+vh7oN++5qrNMyI3npfalygMQACBDRIl9iUug5wFQgucQK+MvoT1fcXoLICAlNCXuEyqTEcJQJG+BIqzC5a+ROLbqlECoFmBkRMgS8zsS2DMF92tsK0map/jogXApy+B+iHrljLff5MWt6IFgEy79iWgbaNoi5rFXlZfImoACAJOdB1LHbJHXx9qlp8tFetLvKWW+aa6U1XYZkpMgvTnn98+KUxTrpPUl8C4JfQmBkX6EtFbwNAVWHkSwa0BE3/Ptr3lxezc/6zxKABQIHQh8IkOAgTfwPeOAKbnUqUqbK7SBYpmimkupPqU3yD4yP/llock6plLP/LRWAAFpWAQcAmW8EsCzf2ev7kIH3UekGRJ7D0g01uCwKPgy8+wipc+fYlHZQFDUHiqg8x6gvMuVF+iqAtXOh/bY5d3pYtOFpsg8G8h8Acrw+sw2xdQMAAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: Geocode -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Address - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required for use on web. - IsRequired: true - Name: GeocodingProvider - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required for use on web. Note that the keys are accessible - by the end users and should be protected in other ways; for example restricted - domain name. - IsRequired: true - Name: ProviderApiKey - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/Geolocation/GeocodingProvider.Enumerations$Enumeration.yaml b/modelsource/NanoflowCommons/Geolocation/GeocodingProvider.Enumerations$Enumeration.yaml deleted file mode 100644 index 03c8118..0000000 --- a/modelsource/NanoflowCommons/Geolocation/GeocodingProvider.Enumerations$Enumeration.yaml +++ /dev/null @@ -1,43 +0,0 @@ -$Type: Enumerations$Enumeration -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: GeocodingProvider -RemoteSource: null -Values: -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Google - Name: Google - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Geocodio - Name: Geocodio - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: LocationIQ - Name: LocationIQ - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: MapQuest - Name: MapQuest - RemoteValue: null diff --git a/modelsource/NanoflowCommons/Geolocation/GetCurrentLocation.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/Geolocation/GetCurrentLocation.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 8098fa3..0000000 --- a/modelsource/NanoflowCommons/Geolocation/GetCurrentLocation.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,57 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "This action retrieves the current geographical position of a user/device.\r\n\r\nSince - this can compromise privacy, the position is not available unless the user approves - it. The web browser will request the permission at the first time the location is - requested. When denied by the user it will not prompt a second time.\r\n\r\nOn hybrid - and native platforms the permission can be requested with the `RequestLocationPermission` - action.\r\n\r\nBest practices:\r\nhttps://developers.google.com/web/fundamentals/native-hardware/user-location/" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ConcreteEntityType - Entity: NanoflowCommons.Geolocation -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get current location - Category: Geolocation - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABSCSURBVHhe7Z1pbB3VFcdn3u7nHSdOnIVsjkNJGgIGkpACTitRVSShpSrIhgqoGgOfQA18dszXAmo/AU5FaQu4UBVKkvKhUktSCLvBSSElJiQ2jbM73p6Xt07nBL0wc/PsmTvrffY/kiXE3LnnzO+8859779xFkvAPBEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABECACMh2MNzxe6UqlkreJ8lykyJJ62RZWmqnPtwLAiBgTECR5G5ZUXpzsvS3QCa3/5WHS3qN7ypcwpIAUOJH0+lHZCn3qJr8VVaN4z4QAAH7BFRBeEHOZNutCAG3ALR0JNZlpPDreNvbDxxqAAGnCKgt8F5FkX7yl9ZoN0+dAZ7CP9uVuS8rhz9F8vNQQ1kQcJ+A+iZfGpClTylHeayZbgHQm5+Sn61cUZTR7GSuc2I4tW/sfPpUdiw9yuMAyoIACPARqFgSb4iWhRpDJcGWQDBQp7tbUYZykrzZbEvAlAB80+dPXfbmT6uJP3A00YGk5wsgSoOAUwTmra1qVYWgVVsfdQeSoci1bzwgDxnZMdUFuDjgx4zwpxKZp84eHHwKyW+EGNdBwD0CZw4NdVAuai1QdyCSmnzUjFVDAaC3vyQp92sry0xkO859PtxpxgDKgAAIuEuAcpG64VorAVl+5Jvcnf6foQDE0pM/1r79cznpJKmOUcW4DgIg4B2BQbUrTuNxlyyqn+ejyaTuxV3IG0MBkKTAHdobs5OZ/d49FiyBAAiYIZBUB9/T4xl9qzwYuMboXkMBUGRlqbaS9Hh2n1GluA4CIOA9gcxErktvVWky8sJQAGRJXqetZOR0sseoUlwH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Y0ZFWWJ393V7abSf/nhm+jn1sFOJAJLfKcLO1AMBcIajkLXQaL/TI/48D8qKAJKfh543ZSEA3nCetVbyIoDkF/MnAAEQMy4zyisSAXznFzOkEAAx4wKvQMATAhAATzDDCAiISQACIGZc4BUIeEIAAuAJZhgBATEJcAtAsDSs20tOzMeCVyAw+whELeSmoQCom0H3alFWzI9ib/bZ99vCExcBgdj8MJObSreR24YCICm5/dpKQiUBz46jMnIe10EABL4lEC0LN2l5KDmlz4iPGQHQqUg4HmpGN8AIK66DgPcEQuGAXgACgdeNvDAUgGQ0/oJ6KsxQviJZlstr6uM4rNGILK6DgIcE6OxEORi4tN27eoxTbyoUecPIBUMBeOMBeSinKL/VVhSOhZrnrK5oNqoc10EABNwnMFfNxfzhrZde1FLuD5S7RtYNBYAqSEViv5Fy0nFtZWp/YwepTi4gyUZGcB0EQMB5ApHycEXtNZU7ImouMrUfnwypOWvin+nkbelIrMvIoX/JklytrVfJSSfT4+nOsfHkJ4m+pGdrzk08G4qAwIwjEFM/9YXmBOpKS6O30ngcdcl1D6ke4hqUMte93FrWbebhTQsAVXZ3x8T9kiQ/L6lWzVSOMiAAAh4SuHiCs/KLV1pLXjBrlTuRqSWQVcKvSQFpmVkjKAcCIOAyAVk6Hsyl7zT75s97Y2oMQOv6RQO53PdlKUtfBxT23HiXHxPVgwAI5Amo+acm4KAk5dongxHTzX4tQO4WgPbmu5+ZWCoFpSZFCWxTZGWpqibrEB0QAAGXCaizcxVJ7pYlZf9kJGpqtN9lj1A9CIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACBQ9gf8DzcEelnFtb4UAAAAASUVORK5CYII= - Subtype: 0 -Name: GetCurrentLocation -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The maximum length of time (in milliseconds) the device is allowed - to take in order to return a location. If set as empty, default value will be - 30 second timeout. - IsRequired: true - Name: Timeout - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The maximum age (in milliseconds) of a possible cached position that - is acceptable to return. If set to 0, it means that the device cannot use a cached - position and must attempt to retrieve the real current position. By default the - device will always return a cached position regardless of its age. - IsRequired: true - Name: MaximumAge - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: Use a higher accuracy method to determine the current location. Setting - this to false saves battery life. - IsRequired: true - Name: HighAccuracy - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/Geolocation/GetCurrentLocationMinimumAccuracy.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/Geolocation/GetCurrentLocationMinimumAccuracy.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 9bdc8e9..0000000 --- a/modelsource/NanoflowCommons/Geolocation/GetCurrentLocationMinimumAccuracy.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,67 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "This action retrieves the current geographical position of a user/device - with a minimum accuracy as parameter. If a position is not acquired with minimum - accuracy within a specific timeout it will retrieve the last most precise location.\r\n\r\nSince - this can compromise privacy, the position is not available unless the user approves - it. The web browser will request the permission at the first time the location is - requested. When denied by the user it will not prompt a second time.\r\n\r\nOn hybrid - and native platforms the permission can be requested with the `RequestLocationPermission` - action.\r\n\r\nBest practices:\r\nhttps://developers.google.com/web/fundamentals/native-hardware/user-location/" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ConcreteEntityType - Entity: NanoflowCommons.Geolocation -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get current location with minimum accuracy - Category: Geolocation - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABSCSURBVHhe7Z1pbB3VFcdn3u7nHSdOnIVsjkNJGgIGkpACTitRVSShpSrIhgqoGgOfQA18dszXAmo/AU5FaQu4UBVKkvKhUktSCLvBSSElJiQ2jbM73p6Xt07nBL0wc/PsmTvrffY/kiXE3LnnzO+8859779xFkvAPBEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABECACMh2MNzxe6UqlkreJ8lykyJJ62RZWmqnPtwLAiBgTECR5G5ZUXpzsvS3QCa3/5WHS3qN7ypcwpIAUOJH0+lHZCn3qJr8VVaN4z4QAAH7BFRBeEHOZNutCAG3ALR0JNZlpPDreNvbDxxqAAGnCKgt8F5FkX7yl9ZoN0+dAZ7CP9uVuS8rhz9F8vNQQ1kQcJ+A+iZfGpClTylHeayZbgHQm5+Sn61cUZTR7GSuc2I4tW/sfPpUdiw9yuMAyoIACPARqFgSb4iWhRpDJcGWQDBQp7tbUYZykrzZbEvAlAB80+dPXfbmT6uJP3A00YGk5wsgSoOAUwTmra1qVYWgVVsfdQeSoci1bzwgDxnZMdUFuDjgx4zwpxKZp84eHHwKyW+EGNdBwD0CZw4NdVAuai1QdyCSmnzUjFVDAaC3vyQp92sry0xkO859PtxpxgDKgAAIuEuAcpG64VorAVl+5Jvcnf6foQDE0pM/1r79cznpJKmOUcW4DgIg4B2BQbUrTuNxlyyqn+ejyaTuxV3IG0MBkKTAHdobs5OZ/d49FiyBAAiYIZBUB9/T4xl9qzwYuMboXkMBUGRlqbaS9Hh2n1GluA4CIOA9gcxErktvVWky8sJQAGRJXqetZOR0sseoUlwH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Y0ZFWWJ393V7abSf/nhm+jn1sFOJAJLfKcLO1AMBcIajkLXQaL/TI/48D8qKAJKfh543ZSEA3nCetVbyIoDkF/MnAAEQMy4zyisSAXznFzOkEAAx4wKvQMATAhAATzDDCAiISQACIGZc4BUIeEIAAuAJZhgBATEJcAtAsDSs20tOzMeCVyAw+whELeSmoQCom0H3alFWzI9ib/bZ99vCExcBgdj8MJObSreR24YCICm5/dpKQiUBz46jMnIe10EABL4lEC0LN2l5KDmlz4iPGQHQqUg4HmpGN8AIK66DgPcEQuGAXgACgdeNvDAUgGQ0/oJ6KsxQviJZlstr6uM4rNGILK6DgIcE6OxEORi4tN27eoxTbyoUecPIBUMBeOMBeSinKL/VVhSOhZrnrK5oNqoc10EABNwnMFfNxfzhrZde1FLuD5S7RtYNBYAqSEViv5Fy0nFtZWp/YwepTi4gyUZGcB0EQMB5ApHycEXtNZU7ImouMrUfnwypOWvin+nkbelIrMvIoX/JklytrVfJSSfT4+nOsfHkJ4m+pGdrzk08G4qAwIwjEFM/9YXmBOpKS6O30ngcdcl1D6ke4hqUMte93FrWbebhTQsAVXZ3x8T9kiQ/L6lWzVSOMiAAAh4SuHiCs/KLV1pLXjBrlTuRqSWQVcKvSQFpmVkjKAcCIOAyAVk6Hsyl7zT75s97Y2oMQOv6RQO53PdlKUtfBxT23HiXHxPVgwAI5Amo+acm4KAk5dongxHTzX4tQO4WgPbmu5+ZWCoFpSZFCWxTZGWpqibrEB0QAAGXCaizcxVJ7pYlZf9kJGpqtN9lj1A9CIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACBQ9gf8DzcEelnFtb4UAAAAASUVORK5CYII= - Subtype: 0 -Name: GetCurrentLocationMinimumAccuracy -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The maximum length of time (in milliseconds) the device is allowed - to take in order to return a location. If set as empty, default value will be - 30 second timeout. - IsRequired: true - Name: Timeout - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The maximum age (in milliseconds) of a possible cached position that - is acceptable to return. If set to 0, it means that the device cannot use a cached - position and must attempt to retrieve the real current position. By default the - device will always return a cached position regardless of its age. - IsRequired: true - Name: MaximumAge - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: Use a higher accuracy method to determine the current location. Setting - this to false saves battery life. - IsRequired: true - Name: HighAccuracy - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The minimum accuracy to be received in meters. Less amount of meters, - more precise is the location. - IsRequired: true - Name: minimumAccuracy - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/Geolocation/GetStraightLineDistance.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/Geolocation/GetStraightLineDistance.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index e5e85fd..0000000 --- a/modelsource/NanoflowCommons/Geolocation/GetStraightLineDistance.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,59 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$DecimalType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get straight line distance - Category: Geolocation - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: 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OgAUqg7j7ibCOhBYHgTCBSo36bVcNwAoijTKCqleE9aUdNJTgN9BAATsIRBZE+T6pnJMT7NuAJCU/CFWSKDCZ/m34fWMxO8gAAL6BMKxYBd7lZJXTuvdZSQAaKJIsDKwHcsAPaz4HQTsJxAI+rQBwOd7Tc8K3QCQCle+KCnKzKIgWZar6porL1v5VU8hfgcBELCewOot1T2y39ewKFmRpNF0IPS6nibdAPD6Q/JMXlF+zwoKRgLbV22u3q4nHL+DAAiIJ7Ba7YuhaFAzKMtS/k/Ud/W06wYAEpAORX4n5aURVpi63thJUSfvk2Q9JfgdBEDAegKhqmB1/fU1O0NqX+SkjyQDap818Ge48+7onWvPyoG3ZUmuZeUqeelsJpHpm0+kjs6dTg0b0IlLQAAEiiQQUV/1BVb5GqLR8O2Uj6MluUaUWs7dL2W37u+JHTOiwnAAIGH39S48KEnyHyRVqxHhuAYEQMBGAmrnlyTlVy/3VLxoVKvpjkwzgZwSfFXySRuMKsF1IAACggnI0og/n/mZ0ZF/0RpDOQDW9EsK8vkfyVKO3g4ol/7hDwRAwH4Cat9TO+C0JOV3J/0hw9N+1lDTMwD25vueW1gv+aUuRfHdrcjKejWatNtPARpBYJkRUHfnKpJ8TJaUQ8lQ2FC2f5kRQnNBAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAwDSB/wHYLF/vWP6IPQAAAABJRU5ErkJggg== - Subtype: 0 -Name: GetStraightLineDistance -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: LatitudePoint1 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: LongitudePoint1 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: LatitudePoint2 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: LongitudePoint2 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: unit - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/Geolocation/RequestLocationPermission.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/Geolocation/RequestLocationPermission.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 5a0675e..0000000 --- a/modelsource/NanoflowCommons/Geolocation/RequestLocationPermission.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,25 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: On the native platform a request for permission should be made before - the `GetCurrentLocation` action would work. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Request location permission - Category: Geolocation - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABZySURBVHhe7Z1rcBTXlce7563RaKRBQkjiYQFC2ECMbOHFmE0s5UOqUstj11WJS8KpxFsbQT4ltdifhfarjWv3UxyxlfXWOmGd1CYLorKv2iDWOImxhUEBssgyCC8SQiD0mhnNu7ePUiN3t0bqvj3dPd3iT9VU2ep7zzn3d/uevo9z7+U4/AMBEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABEAABECACfDEYDv+DUBVIJb/N8XybwHEtPM81FiMPeUEABNQJCBx/hReEkRzP/asrk7vw3vfKRtRzFU6hywFQw/en09/nudwPxMZfpVc58oEACBRPQHQI7/CZbI8eR8DsADp7oy0ZzvtLfO2LrzhIAAGjCIg98BFB4P7i513+KywyXSyJv3Eq8+0s7/0EjZ+FGtKCgPkExC95o4vnPqE2yqJNcw+AvvzU+JXCBUGYyyZyp+dnUv2xh+l72Vh6jsUApAUBEGAjEH4i2OwPeVo9Ze5Ol9tVL8stCNM5jm/X2hPQ5AD+OOZPLfnyp8WGPzkc7UWjZ6tApAYBowise7qqS3QEXVJ5NBxIenzPnHmVn1bTo2kIsDDhp5jhT0UzJyeuTp1E41dDjOcgYB6B+4PTvdQWpRpoOOBLJX6gRauqA6CvP8cJ35EKy8xnex9cnzmtRQHSgAAImEuA2iINw6VaXDz//T+23ZX/qTqAQDrx59Kvfy7HjZHXUROM5yAAAtYRmBKH4jQft6hRXJ73J5OyD3cha1QdAMe5DkszZhOZC9YVC5pAAAS0EEiKk+/peEbeK3e7dqvlVXUAAi80SoWk49l+NaF4DgIgYD2BzHxuQK5VaFOzQtUB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dDx9OhZPXo7eSQ5p0IkkIAACOgkExKU+T42rvrzc/yLNxymvUqd7Ft1c5tmfdoWuaFGh2QGQsJd757/DcfyPOVGrFuFIAwIgYCGBhRuXhb98r6vsHa1amRsy9QSygvcX4r3Cm7UqQToQAAGTCfDcbXcu/ZLWL3/eGk1zAFLTFxTkcl/luSytDghq97ybXGyIB4HHl4DY/sQGOMVxuZ6E26e52y8FxtwDkGZ++YfzjZybaxME1yGBFxpFb9Ly+NYGSg4CFhEQo3MFjr/Cc8KFhM+vabbfIsugBgRAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAAQcS+D/ATEudOtkw81LAAAAAElFTkSuQmCC - Subtype: 0 -Name: RequestLocationPermission -Parameters: null -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/Geolocation/ReverseGeocode.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/Geolocation/ReverseGeocode.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index ff6ea24..0000000 --- a/modelsource/NanoflowCommons/Geolocation/ReverseGeocode.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,55 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Reverse geocoding is the process of converting geographic coordinates - (latitude and longitude) into a human-readable address. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Reverse geocode - Category: Geolocation - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAT+SURBVHhe7VtLUhsxELX5VLY+gnOC2CeIOUFglQ0QvMgac4IMJwDWWZjwWWQVOEHMCSAniI/ANvyc9yiZkno0M9JoPMiFp0oLj9U93a8/Iz3ZjcbiWiCwQOAtI9CcJ+fPzs46sPcTRg+jrUZjMpncNpvNG4yLu7u7y36/P3b1ay4AUI4fKMcLfQMgxw8PD/suQEQPwPn5+S4cOiz02jIBcntbW1u5sktlFNclg8h/K+s8bURJHFBHnr3RAqAMTyzGj3Cvf39//35zc7PJgc/dp6enPsC6scxPTk9PB1kgRFkCw+Gwvbq6+lc3mo0Oo7+9vX2RF9GTk5MdRh6jJeZ1AVYKoCgzAM4PhfNjNLVukfOUwRw2wC4BEwCwiaau6ABAuvZgJYd+JS4dfSqg5m4IHT2l27gdHQCI3LqI/iU6+Y+8tLd9B5kR7nO8XFI3v4gOgKWlpQ+60ahloxw8gTCAg66PUj46ABCljm4kuv2Vp9Mv0yFrZAAAaEcPgOzeqOfbsgBY+kYregCkgXglpowuC4hNLroSgJFjYWhpAACeUU4oL6k7viYoV3PLy8u9shGHrAEAyit+AODsH91hvBW+lAUADnPr/HIB3Mt56AFG54bBnTJ9gMtpALCuO4zPUnd8JcAFjCiD1srKysA3C5D+iYj+eG72AjDcSFVEbtcnC1T0jfSHTgOQKTgxvgUa2Mwcis1MCxuk3H29Hm1GX19PsPtnLaejBEAtfo5E2g8UNZZbDYy+pXFao09FUQJAw1QWGK8tl30B+sVvWft5m6loAVBZ0BfOdJAF1n0955FFsqz3DR3z8Bp8sVFtaeVWeGDb15MJko0ONNmR0pFZNl6UWBEvj2ZzhdQ99iEvil5v7P5I62s9smxqeM7a9Dmse6a+ZU63aDPlBMAsefkiAPg9Iw7njNrmQQgOQdb4vQSI90iaugSisAeQl4e+a4yei7GcA+N2SGoWUdKu+tTiaF/2Azh+wNejrHtkiNOhyLOteUbkUNOutnNeghWYYbyPsD4XmfBLLm+lLp4KAbDcxqfLZGZAGV4eikcW55KqMgF1T+5/nAWg6g17PgBbM6ACXt6WlmtFHdnFcNXw2BRboiSMxuiii3OsGVABL78meXkY7LyUzTOejQ26npuffuHehkvTk3IpAOrm5V0jpc/jro5HYdN7PAS17fRcdKcAqJuXdzHSNocnQOz2HEUnwHnPSAFQJS/PlZhI0xQvXxYAysHxhCNEhy0DOrrCEF7+8fHxRgDQDjF2FrIpAOrm5WfhlI/OwpWgDxPj8+BY5toAGAvjWmWNdeHly+quSs7WA4y6nTUvX5UjZfXYMqBWXr6s4VXJ2QAYCeUz5eV9Hfn8/d9EH77ycn4KgLp5+VAHQuWz3gK18fKhDoTKWwGok5cPdSBU3gpAnbx8qAOh8pkLobp4+VAHQuUzAaiLlw91IFQ+dylcBy8f6kCofOFeALvBgYWHwyp32J4+XJ3GGowPZbAbTEINnLW807nALHl5Xwe5CNJlfn595+RD1nMKM4CCs+TlfQGoer4TAAqEBGl9oRvAAxB8Huj3FC9ffepPJk38NyYo2jbwvBTazumE88+/6s47j5MpHBrRWkpgaiQd46Gk5afo/OPSlJe/DXWqTnnnEtBAqJSXr9NZ27O8AaCSKnn5TACQUkyrwvGaCOL1yP/jVN/wXtOpxbMXCLwtBP4DQJgCrZUob80AAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABNaSURBVHhe7Z1bcBTXmYC75yqhm0ECoWDFwmDhYAqzCEexy2WL5MmpQHZdtXHhVDbxVkXePCW1OM8OeTbZzVMCpBLvg6G8qVxsXM5DqhyIHWMcYwNOlIWAJErG4iaEGN1Gc+ntH6+83a2G7p7p7umZ+VSlKlCf8///+U6fv8/5z01R+IEABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQEAIqOVg+OovtLsaFrLfVFR1QFOULaqq9JQjj7wQgIAzAU1RT6qaNlpUld/G8sWjL3+ncdQ5l32KkhyANPx0LvddVSl+T2/8d5WqnHwQgED5BHSH8KKaL+wpxRF4dgBP75/ekleSv+FrX37FIQECfhHQe+Cjmqb80y8H0ye9yIx5SfzPB/LfLKjJD2j8XqiRFgLBE9C/5D0xVflA2qgXba57APLll8ZvFa5pWqYwXzw0N7VwZOZabrwwk8t4MYC0EICANwKt9yzrTTcn+hKN8adj8ViXKbem3Sgq6na3PQFXDuCTMf/Cki9/Tm/4E+em99PovVUgqSHgF4HOzXcN6o5g0ChPhgPZROofXnlGveGkx9UQ4FbAzxLhX5jO771yanIvjd8JMc8hEByBy6dv7Je2aNQgw4HUwvz33Gh1dADy9VcU7VtGYfm5wv6rf5065EYBaSAAgWAJSFuUYbhRS0xVv/tJ273zj6MDaMjN/6Px618sKh+L13ESzHMIQCA8ApP6UFzicZ9q1Kfn09ms6cNtZ42jA1CU2FeNGQvz+aPhFQtNEICAGwJZPfiem82be+Xx2INOeR0dgKZqPUYhudnCESehPIcABMInkJ8rnjBr1QacrHB0AKqibjEKuXkpe9ZJKM8hAIHwCcxa2qYEA52scHQAVgFE/Z2Q8hwClSEgwwCvmj07AK8KSA8BCESXAA4gunWDZRAInAAOIHDEKIBAdAngAKJbN1gGgcAJ4AACR4wCCESXAA4gunWDZRAInAAOIHDEKIBAdAk4bgd+6kBW3134/z8Xj09si25xsKxSBNa0TbT0rb3weFvjbF8qnt8Qj2tdMVVrEXuKmpopFNTxhULizI3ZxvfPX2k/MTTe83GlbK1lvWv6298zlu/lb6fv2MZxALX8NoRQtu33/7Wve8X1XQ3JfN9ig3ejdiabOnxi9O4DOAI3tNyn8eoAGAK4Z0tKAwH54u/qf3v3htWX9y1L5Qa8NH4R05Re2PHYhuFXv/HwW8+LLOBWhgAOoDLcq1rr5+891/vE5tMH2xrnd5VbEHEEX958+qWNXaOfKVcW+b0TYAjgnVld55DGv6V7bJ/dFz+Xj53NZBuOXM20nLg81TS+2L2XL3xv16XelS2ZvtaGuR0JPT5ghShxgg/Hup89NryezWZlvGFehwA4gDJg11tW+Uo/2jvykrXx6wG+j89dXbXnD//zgGU7qj2hnVve/8qqlqlnrY4AJ1D+G+XVATAEKJ95XUiQxv/I+pElX/6bcw2HXj+9+etuG7/AevXk1td+9ub2HddnlplOlhLHsmnN2AvEBMJ7pXAA4bGuak1b7xkbtH6xpQEfPP7I3otT7Z63oQqM//7zF/ZbnYA+ffiZx+4/YzrltqrBRdx4HEDEKygK5snXv7kh9xWjLdJwpQGXa5/ImNJ7EUY5ElyU6cVyZZPfmQAOwJlR3aeQr78Rgoz5/Wj8izIP6b2IhbxqCv71dFyjFxDCm4cDCAFyNauw+/p/NNn+I7/LNHJtlels+3Si0EcswG/KS+XhAIJnXNUa1nde32r9+v/uL5uP+F0oCSJm83HTLEL/+hHTsMNvncjTz/wGAgTuRGDFsukB4/OJ2ZbALoSZyaZNDqAple2ldoIlgAMIlm/VS4/FCqYVepMzjYEt1JEFREZgDYkFAoEBv0E4gIABV7v4RFwxrdo7O746MAcwZJGtxhT2CAT8AuEAAgZc7eKtq/5KnfN3w+GyZT2B1w1GbnSQxkwAB8AbAYE6JoADqOPKd1N0WZ9vTLex66PAdu11WrYFW3W7sZc03gjgALzxqrvU+YIybix0Z9vUkp18fkHZqO8YNMrK66cI+SUbOfYEcAC8GXcksJBPmoJ+y5vmApuaW940Y3YAxTjHhgX8fuIAAgZc7eJnc6kzxjK0Nc4MBFWm1vS8adpvOtvoantxUPbUg1wcQD3UchllHJ9sMzXCZLzYG9QS3VSyYHIA45PtOIAy6s5NVhyAG0p1nObY8IazxmCcTM1t7Rn1vRcgh4QYp/1kw9Gx4bWBrTmo4yo1FR0HwJvgSEA/ytu0/LejZdr3NfrtzZkdRkPm8ym+/o41U34CHED5DGtewthExxFjIWWnnp/79WXHocg06jgxes+BmgcbgQLiACJQCVE3QQ7qtO7U83O/vvW8AdE1NH43MwAhvBg4gBAg14KK0WsdptN//OoF2J03cC3T/FotMKuGMuAAqqGWImCj3X59P3oB/esuPG8sngT/Dp/qOxyBIteFCTiAuqhmfwpp1wt4su+9ki8Hkci/dewfxGlD/pS+NqXgAGqzXgMplV0voKM5M1jKugDp+svdAEZD9QNBDgdx2lAgMGpEKA6gRioyrGIcP79uj3VdwJceGDJ1493YYnfMOJF/N+T8TYMD8JdnzUuT6PzEdJMpICiXgz6x6fSA28JL19/umHEi/24J+peOq8H8Y1mWJOlG96298Hhb42xfKp7foF+Q0bW4Mk6+uHpwbHyhkDijL8p5//yVdn2arKei02TPPHp0n3H8Lja+dXbt153sWrxhyHjJiAT+Dry5fWdZAMl8i4DXq8FwABV+cWRBTfeK67sakvk+LyfgzGRTh0+M3n3AqcEFVTw5F+DR3r+b7gmU+ftfvPW4aVxv1f8vj7z5gvQYjH//45nenXz9/akprw6AIYA/3D1LkS/+rv63d29YfXmfNAgvjV+UybXaj20YfvUbD7/1fClBOM8GWzLYDQWkRyBlup3srz30zqC18csNQzT+cmuj9Pw4gNLZlZxTrth+YvPpg3IFVslC/i+jOIIvbz79knSty5XlNf+vTnz+kHWFoJTJLh4gPZ0VTbOm234kr583DHm1n/TcCxD6OyCNf0v32D7rRZtiSC4fOytfxDOXOp/945l7d/70yBe3ye/hDx7cLn+TZ3an5MiFmnJt98O67LAL9PqHm56z2tTdPvG80SHJv9etvPIDo20y7pcZhbDtRZ+ZADGAEN8IaQjSUK3dfWkM566u2uP2im2JosscutWJSCDuw7HuZ2XtfojFUuTrLkMZawOXa8Plb9LbsdoqDs1tecMsS7XrIgYQ0RpcjH5bG/9N/WZcaSheGsOrJ7e+9rM3t++wXq0tsjetGXsh7JiA2H4102y62096Jds/N7Rbrvq2u1bcS3kjWqU1YRYxgJCq0W7hizTgg/rNuKWetS/jZ6sTkIYnjS6kYn2qRuIB0/NJ0yYemeu3xjlktR/j/rBr5/b6cAAh1IXdjjdpuH40BJExpfcijMWQRufnfn23iH7/t41Lrvm2DgveGLrf95uF3dpHuqUEcAAhvBXW/e4y5vej8S+afkjvRSzkVdO434+del7RyM0+75y/b0lQUORImf907r5/K7W349UW0rsjgANwx6nkVHZf/yB2vI1cW2Uag8ucfNixAIEkc/qnL3bvtl7qcepi93PM95f8GgWWEQcQGNpPBK/vvL7V2g0OYseb3U69/vUjvp/d5wbXu/osxKWptk8d0pVM6175m5u8pAmXAA4gYN4rlk0PGFVMzLaYxut+qtcDbKaDNJtS2dDXBSyWR2YqJM4hv78+sS2wMvvJrx5l4QACrvVYrGBaoTc50xjYl/BqpsXkABoSC6aDNgMu6hLxEufwM9YRtv31oA8HEHAtJ+KK6S69s+OrA3MAQxbZakxpCbh4iK9yAjiAgCvQuvAnyCi4ROGNxfG6wShgFIiPIAEcQAQrBZMgEBYBHEDApK3TYbKPPiiVnfoWY6Nsq+6g9CK3egngAAKuu3xBMd1x39k2ZYoJ+Kl+Y9cl8/Xa+ilCfspHVu0RwAEEXKcL+aQp6Le8aS6wqbnlTTNmB1CMh35sWDGmqMbfgPEivkwCOIAyATpln82lzhjTtDXODDjlKfV5a3reNO03nW0M/YLN7ofa/2z8LbUs5AuHAA4gYM7jk22mRpiMF3uDWqKbSpov2ByfbA/dAQSME/E+E8AB+AzUKu7Y8Iaz1nP0t/aM+t4LkENCjNN+svnm2PDawNYcBIwN8SERwAGEAFo/ytu0FLajZdr3NfrtzZkdxqLM51N8/UOo22pXgQMIoQbHJjqOGNX4dbPuokzZcWi9Y49bdkKo2BpQgQMIoRLljD7r6bl+7te3njcguth6G0LF1oAKHEBIlWh3s64fp/bYnTdwLdNsOporpCKipgoJ4ABCqjS7/fp+9AL6110wXcxZKKoXD5/qOxxSsZaq0TRNMf5WzBAUuyGAA3BDyac0dr2AJ/veK/lyEIn8W8f+H11v/w+fzC1JzMV3rz9k/C1JCJlCI4ADCA21otzqBeTi7xlVdjRnBktZFyBdf7kbwChLTtwN4rShEBGhKmQCOICQgR8fXvdD67qALz0wZOrGuzHJ7phxIv9uyJHGSAAHEPL7YHepplyYaXef3u1Mk66/nLlvfM4lmyFXZI2owwFUoCJvXappGQpY79O7nVl2XX8J/HH0VgUqsgZU4gAqVIl2QwFrRN/OtG1rx/7detXWn/5+33cqVAzUVjkBHECFKtBuKCAR/V39b+++nUlfe+idQRku0PWvUKXVoFocQAUr1W4oINd62cUDZNHQiqZZ051/MoyIWtef8wAq+EKVoBoHUAI0P7O8/pdN3y8UFNPBHRIP2LTmwppFPfLvdSuv/MCoV8b9Mozw0xY/ZHEegB8Uw5OBAwiPta0mOcn33NXOPcaHsq334XuHfyLrA+T3C/cO/9Q67j93ZdUPWe9f4cqrAfU4gAhUoiwQupppNt3tJ9d8b//c0G656tva+GXKT/JEwHRMqHICOICIVKDEA6bnk6ZNPDLXLzEBo4my2i9q4/6IIMSMEgjgAEqAFlSW3/9t495cPmY6Q9A67n9j6P4fBaUfufVHAAcQoTqXeMCx8+uXBAXFRAn6yXx/kDcLRQgFpoREAAcQEmi3aiSwd+riZ5/TG/xNY55TH3V/n6CfW4qkc0sAB+CWVIjp3tVPELp8s+3Trv6VTOte+VspJljn5Z3+76Sj3PxO8nkeLgHVSd1TB7KaMc3F4xPbnPLw3B8CsvJPJJUT9FvT327afuxkmVP9+i3PyR6eeyNgrZ+Xv52+YxunB+CNb6ippeGX0/hDNRZlVUkAB1CV1YbREPCHAA7AH47RlWI9o8/p/04lccrPmYBOBCP1nBhApKoDYyBQHgFiAOXxIzcE6ooAQ4C6qm4KCwEzARwAbwQE6pgADqCOK5+iQwAHwDsAgTomgAOo48qn6BDAAfAOQKCOCXh2APGmZEsd86LoEIgsgXQJbdPRAeh3vY4aS9y6Ot0bWQIYBoE6JtCwOmlpm9pJJxyODkDRikeNQhKNsT4noTyHAATCJ5BuTg4YtWpF7YKTFW4cgMmLJJcldjEMcMLKcwiETyCRjJkdQCz2GycrHB1ANr3sRUXTbiwKUlW1pX39MtMFFU5KeA4BCARLYOWm1kE1Huta1KIf4jG6kEi94qTV0QG88ox6o6hpPzYKSjYkdnU80Go6rdZJEc8hAIFgCKzU22KqKWn6KKtK8b+k7TppdHQAImAh1fCfSlEZMQrTxxu7xevIEVFOSngOAQj4TyDVkmxd9WDb7pTeFi3SR+YTept18eO68T69f3pLXk28oSrqcqNcrah8nJvNHZqZzb4/fSFb0rl1LuwkCQQgoBNo0Kf6Eh2xrqam9OMSj5MhuQmMfh5DXMlvPTjYfNINMNcOQIQ9tX/uW4qi/lzRtboRThoIQCBEAnIYi6L968uDjS+61eq5IUtPoKAlf63ElLVulZAOAhAImICqjMSLuSfdfvkXrXEVAzCafktBsfhFVSnI7IB265cfCEAgfAJ629Mb4KSiFPfMx1Ouu/1GQz33AIyZn/rJXI8SVwY0LbZTU7Ue3ZtsCZ8CGiFQZwT01bmaop5UFe3ofCrtKtpfZ4QoLgQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEDAM4H/BcBFwsCa3PqYAAAAAElFTkSuQmCC - Subtype: 0 -Name: ReverseGeocode -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Latitude - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Longitude - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required for use on web. - IsRequired: true - Name: GeocodingProvider - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required for use on web. Note that the keys are accessible - by the end users and should be protected in other ways; for example restricted - domain name. - IsRequired: true - Name: ProviderApiKey - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/Icons.Images$ImageCollection.yaml b/modelsource/NanoflowCommons/Icons.Images$ImageCollection.yaml deleted file mode 100644 index 5db6915..0000000 --- a/modelsource/NanoflowCommons/Icons.Images$ImageCollection.yaml +++ /dev/null @@ -1,81 +0,0 @@ -$Type: Images$ImageCollection -Documentation: "" -Excluded: false -ExportLevel: Hidden -Images: -- $Type: Images$Image - ImageFormat: Png - Name: ExternalActivities_CallPhoneNumber -- $Type: Images$Image - ImageFormat: Png - Name: ExternalActivities_DraftEmail -- $Type: Images$Image - ImageFormat: Png - Name: ExternalActivities_OpenURL -- $Type: Images$Image - ImageFormat: Png - Name: ExternalActivities_SendTextMessage -- $Type: Images$Image - ImageFormat: Png - Name: Geolocation_GetCurrentLocation -- $Type: Images$Image - ImageFormat: Png - Name: ClientActivities_ShowConfirmation -- $Type: Images$Image - ImageFormat: Png - Name: LocalStorage_StorageItemExists -- $Type: Images$Image - ImageFormat: Png - Name: Geolocation_ReverseGeocode -- $Type: Images$Image - ImageFormat: Png - Name: LocalStorage_RemoveStorageItem -- $Type: Images$Image - ImageFormat: Png - Name: LocalStorage_SetGet -- $Type: Images$Image - ImageFormat: Png - Name: Geolocation_Geocode -- $Type: Images$Image - ImageFormat: Png - Name: ExternalActivities_NavigateTo -- $Type: Images$Image - ImageFormat: Png - Name: OtherActivities_GetPlatform -- $Type: Images$Image - ImageFormat: Png - Name: OtherActivities_Wait -- $Type: Images$Image - ImageFormat: Png - Name: OtherActivities_Guid -- $Type: Images$Image - ImageFormat: Png - Name: Geolocation_RequestLocationPermission -- $Type: Images$Image - ImageFormat: Png - Name: ExternalActivities_OpenMap -- $Type: Images$Image - ImageFormat: Png - Name: ClientActivities_SignIn -- $Type: Images$Image - ImageFormat: Png - Name: ClientActivities_SignOut -- $Type: Images$Image - ImageFormat: Png - Name: ExternalActivities_Share -- $Type: Images$Image - ImageFormat: Png - Name: Hide_Progress -- $Type: Images$Image - ImageFormat: Png - Name: Show_Progress -- $Type: Images$Image - ImageFormat: Png - Name: ClientActivities_ToggleSidebar -- $Type: Images$Image - ImageFormat: Png - Name: Refresh_JS_Action -- $Type: Images$Image - ImageFormat: Png - Name: OtherActivities_GenerateUniqueID -Name: Icons diff --git a/modelsource/NanoflowCommons/LocalStorage/ClearCachedSessionData.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/LocalStorage/ClearCachedSessionData.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 53a1944..0000000 --- a/modelsource/NanoflowCommons/LocalStorage/ClearCachedSessionData.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,25 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Clears saved session data from the local storage for offline native - and PWAs. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Clear cached session data - Category: Local storage - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAUBSURBVHhe7VpNUttYEO6W5Z35iZ0DwFxg4ASBuUCgWCRZYaYmNZuMHU4QzwkSeZfKAmeVyiIFOUHICcgJBg7Ajxmc2VhWT7eMQXp6klFeiUigV+Xi5z1J3V/393W/ZwGUo0SgROA+I4A65x8/+XOhYnk7CLQEgPO5B4hgzyVr+/PHt0dpbY0AIM7b1uigEI4HvSXoMwjLaUGwVMRsHL0unPPiBMK8ZG3aDIgAAIhraW+Sl/VIwJRNNyIU2Hj2nIK3+PThnVYn0j0mu9Wm9kYzIDtbc3nnzAHYePp8c+PZH2f8OZTfVRRM501RzRwAQOqMRRUX2Ng3EYNN5w0RyB6AYB+B1I/aG+gzfmjeDIHMASCPtgGIGxTqkwd/q+aazpu5L9VTGaaqampQ2utN7c08A9I6dNvrp2bAbRtk+ry0fcu9z4ASANOUK/r1UzUgLaduG5CyChgiXmqAIYCFv7zwGmAagZICpggW/foyA4oeQVP773QGzLXPFh62Bl/qrUHkKG4C3J0GwPYqHT7xWLEQeo3WxY4AombMnQVAnEXLuoo8IjarYK/dGwAqVOVvuK4HER0dOzNv7gUA9fZ5k9M+FG0C7OgEs5AUaLT/XWu0vu/EiRuS9UqJfu+0W3t/JwCQ6CJYu4gkURZxOwwCwar/ivkeEjsX3chpdCGrgC9sSnTFWQGCHd9ttC9WCKipRv/ceXAU1y8UigI22Rz5cHSvHGPOI+CX4LwIX1L05drCANBoDV6zc0tpOj8RvqToFwaAMa/hZdB5j2hvCMNF+RkHCr/i00nqAgsBQL31vc3dXKiESWqP0N2W6J52Z9Y9GG3J/1QgJvrgC+WLQUgbCiGC9dZ/mxZSqHm55PVqMLVPnbneSXdmMRGICuxIJhWmERJjLfR6qsEsautxvBYgeH6ZK0Fc2QvRKLcU8COlpL0Y6wFssfPfkoSQ5/snzkxH9EGlBSGd5ToDuM7P11sXu3HOnzq1SEYkgaGWTCKMZEZuyqA0MVznDyzlLTWOYp/AW584L9khoqbb2gbBsKnaDv7NtDjUtcO5AMAvc0oTI8ZPBO/EmfVLHTu9JNkhka1S9eDhXxcRTl87TWshADTRz40GcHRCxl46/40FTdTe57xEXDrBK6f4xUhCaOsywd8vBDpGATJuM6T7XkCEYj6JWyZzuu8a5dhKTm5C9yXoHHdrPmcvnQ+1ufJ/j6Cpc0y9HwMgZXJLZ3eEAkTgI36bY4hDbmSgH3omp7pQI855KXU65/2MUMBMtRsckSVIhY3JGA2p6y7Cqg4EEcboBsh7L6VOZxafA75UMmk/1W5Q3rZ2PWuZFWgvY79Dtz93asz5KAjsfJiOBPvHzmwz1jbEx8E57h16SX7k7j3gufZgySbSb3uZJkyXRWl2dE5JlahClV/1vx7cED2IWy+rclEGgwaPM8FlOkQ3N/JKvFBivLHhGqCMimevhNOfPic5n0sAxKixJnBP73mO6qS/w+ONDZ8P/CNAzL04W7wCA+GRyv9pNM4dBVSD/ZrOx2CxJ0FyAesCZ8xXzpDNUP0HWmWx3C+UBsRwm5ugioDAX3Tw0cgNx7FTm7o2dxqg800ocdKd3RqC+wuRbJG5YPqfhKH2FTFLCwHAxPYgEB54v3MzxIqvB4O3voc3SZSpKXKTm/zMNdL5VcBaQcJHzI5f2ZYFsccF97dpZwc/0+7y2SUCJQL5QOB/vU5PmyMZu2QAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATzSURBVHhe7VpdbttGEN4lKSsq+uDewO4Fap8gdi8QG6gloDAQK6gE5Mn1CayewMlTWsmAFNgoKvXByQninkA5QewbxA8BbEnUTmfWlcBdLikRhJSlSgIL/3CXnPlm5puZ5TKWXzkCOQL/ZwS4Sfl2u71RKBTaALDFOV/PAEDvRqPRSbVavU0qawgAUt7zvH5GFA/qe4cgbCcFwdERQ+XPMqg8qbFOXpvUA0IAoPJ7SR9i0fytpLKEQuDy8hKCDzk8PDTyRNIXLWp+WnlDHrAoQW197sIBuLi4eI7jM44b+l0HIu39tMAuHAAUsEGkimMDxyuDwGnvp8JgGQBM6wisK+4M0qa9bzcAqPQJjltSHsdvurRp76fSHhfnWSAtgllfP9MDsqZg0rplGSRoNYY5AFabZwnCzeSApDG1BJmVV+S9QErEcw5ICWDml2eeA9JaIA+BtAhmfX3uAVm3YFr5V9oDKm/uN8rNwYeD1iC0FTcBbqUBYC5tx7EdVLJTbg3bBIjuMSsLgFSWO1PLcwZH4Ia/eawsAMx1zoLWxo8dt736k9Cm7EoCUGneH+Fm354GQMNEmJkEoHz+sEcxHUVuwJxTVXne+btWfLsSAJB1OfAriulHchvcBIEoN4enSHwK2XF/HNqNzmQWIGLTrYvNzAYBUWkOriqt+x2GwOjW774s3UbVC5kKAfDcK926U8VkzDsfgveJ+OKsT2szA0ClNThDt99KUvkhAI0462cGAIprFPZXRXlg75gvNhn9jLgwPBpxVWAmAKj8MTzmHJQURq7NxuKErNutF/cZiCoA/k+7JvwgifJ8oHBDJkjwoOU/Zw68UkmN4lrsBl27Wy91evUiekMMEMDa/3mSApO1HEDCOmzc0a3qwWg/Kq4JiEFhbZsxYUx7nAk1jGwlwcdcrrq9BAIt/Gf9249xRPi+yu+6tVKD+CEUFg7/rK+1ygOetWGd8nmU8mThJFlAT5kCWMgzrAGAipjiaNjXa3hG5wo47E+UJ+8gUjO1tgo4BedY+ZuzG1M5bAUAj+SkFjHS45HtXebv9n55IlPdz80veHIVGsTuzOX98u8PoZieKA1CbYZM1rcnDXKxp7s2MP6R2H4S82RxnxWupvPoCK/Lj02eIPuFQD9AQEY1Q6HvAnSia5EnRU3fGmnbinZulHQHvNGrr8mYlT2AG/YQwdiRSTH9eQhmp1dbq5r4w3RSNJZlk5DQvHP5WFQp1oPzydUpNKKUp1RnUp7m62Am6gbxwDFWVcbTXPPqk3ge5XWKdRMIFOuhBgjEW5nqDBe4asmMulwn6gbptLXv+9u4UBLPsi6KdRMITDuuLxWql46i5XKeKaHEeSdOB+vOARPTE9kZ2170zIdCcZOKHZNSB83BlsNZP3jvwVv7Lmo+zbMiDQYFJk9ATtg1NTfkDUV/2JeNDUDIeFz4KpEK8T5OeSsBIKEoZqmmByZe65aWHR41NufDTwTET817bIIeweCO91SZD/x6VghbFwK6wJTTaRsscicIF6C3XAOIfzh+B1DnYddYK8WCYD0ABIhMbR6cAuCHDixSZll1cr9bK86cax0HmJSjkPir9k2VjeF7Ti0ypgI54q45U3kmAJhaNAAEOv4LAdCPAgPRuZnHU2a6yDwP+ZpzZC/gsh2sHJ+OwflhwgEe+D/O2jv4mnLn784RyBGwA4F/AZbuYOdBLdaUAAAAAElFTkSuQmCC - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: ClearCachedSessionData -Parameters: null -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/LocalStorage/ClearLocalStorage.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/LocalStorage/ClearLocalStorage.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index bd265bd..0000000 --- a/modelsource/NanoflowCommons/LocalStorage/ClearLocalStorage.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Clear local storage - Category: Local storage - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABd+SURBVHhe7Z1rcBRXdsf7MS/NjF5IgB48DR5Ym8KCseNdmwThVO3WlgEnW5W4hCtZe7eQvZ92E8zXsOSrjZN8MohU1knZsE6qsssjSdV+MCLYu2HXwlgxrBHYvPUAhEaah+bZnT4DrfQ0M9Pdmu6entFfVS67PN33nPu7ff997+l7z2UY/IEACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACBABthIML/1MbPGlU99nWLZXZJgelmVWVVIe7gUBENAmIDLseVYUrwks80suK5z+8EcN17TvKn7FvASAOr43k/kxywg/kTp/y3yN4z4QAIHKCUiC8B6bze2fjxAYFoBdA7GeLOP+Bd72lTccSgABswhII/Brosj86b/1e88bKZMzcvGfHc5+P8e6P0PnN0IN14KA9QSkN/kqjmU+oz5qxJruEQC9+anzqwsXRTGaSwpHZ6fTg/F7mbFcPBM14gCuBQEQMEagaaU/5A26wq4GfhfHc50Fd4tiRGDYbXpHAroE4MGcP/3Imz8jdfzJK7EBdHpjDYirQcAsAks3tvRLQtCvLI+mAymXZ9Ox19iIlh1dU4B8wE8V4U/HsgfufD51AJ1fCzF+BwHrCEwMRwaoLyot0HTAk07+RI9VTQGgtz/DiK8qC8vO5gbuXpg+qscArgEBELCWAPVFmoYrrXAs++MHfbf8n6YA+DLJP1G+/QWBGSXV0SoYv4MACNhHYEqailM8bs6i9Hnem0oVvLiLeaMpAAzDvaS8MZfMnravWrAEAiCgh0BKCr5nEtnCUTnPPaV1r6YAiKy4SllIJpEb1CoUv4MACNhPIDsrDBVaFXu1vNAU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AB9wP/iOiz8QAAFHEfDOo29qCoB0wMM1ZS2bOryOzWvvqNaAMyBgMwFfh1vVN8XzWi5oCgAjCgUHNEorugryuGkZwO8gAAL2EHgky5IgXteyrEcAClTE7Xf1YRqghRW/g4D9BFxurldpVeS4X2h5oSkAKa//PWkPZ0QuiM6Oa1vrnzsEUssAfgcBELCegHwys2xJZJhraZfnmJZlTQE49hobEUTxH5QF0dHRdAa8VuH4HQRAwHoCi6W+qDyZmSyyjPDP1He1rGsKABWQ9vj+nhGYq8rC6Ax4Uh2j2WC1HMLvIAAC+gh4pKPaljzVvMcj9UXVHVeTLqnP6vjTTAoql7FrINaTZV0fsQzbqiyXcr9lEpmjcronHTZxCQiAwDwJ+KRPfa52rjMQ8G6leJz6OHdKucQz2c1H+oPn9ZjQLQBU2MsDs69Kg4t/KpfcQY9RXAMCIGABAanzS0nXfvBhf8N7eks3JABUKI0EcqL736VjRVfrNYLrQAAELCbAMld5IfM9vW9+2RtdMQCl63kDgvACy+To64BY7LQYi6uK4kEABIhA/ngpcYphhP1J3qN72K+EZ3gEoLz55XdnVzE80yuK3E6RFVdJatKDlgEBELCYgLQ6V2TY8ywjnk56vLqi/RZ7hOJBAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAoOYJ/B8eZXARlzYqgQAAAABJRU5ErkJggg== - Subtype: 0 -Name: ClearLocalStorage -Parameters: null -Platform: Web -TypeParameters: null diff --git a/modelsource/NanoflowCommons/LocalStorage/GetStorageItemObject.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/LocalStorage/GetStorageItemObject.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 773dae7..0000000 --- a/modelsource/NanoflowCommons/LocalStorage/GetStorageItemObject.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,48 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Store a Mendix object in device storage, identified by a unique key. - Can be accessed by the GetStorageItemObject action. Please note that users can clear - the device storage. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ParameterizedEntityType - TypeParameterPointer: - Data: me0u7CIr0kyEJQQFBN9uVw== - Subtype: 0 -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get storage item object - Category: Local storage - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAO5SURBVHhe7ZrPTtRAHMd/MyvGGBJwxTuPIG+AT7ARDsCJoqwnpcQHcOEJdI9K1OUi4YDoE8gTKI/AXcOfZNULnXGmWrfttJ3OtN2d2W0TErLtTH/fz+/b72zbBai3mkBNYJIJoCLil9baLgK6DYDmi8yjP5aeUYR7Hz+82dWdQxsAE/+SDWbijdh6Rwd7GzqVaAForTxevIHxF50TVjaGkAdHh29PVOfHqgP48Q2MHJ1xVY6hGHd05ld2QGL3NenrFByMWWYuhLgLNepQdkADRUlTgBMd6xURz8fyc1IKEcvruEAJAO8+QrAYLh4Rop3ARSEgGj03s/Oi7wyFTQmAKd0P9JXhgtwAllY2nXj3PYK1lh6FBkkPLeqC3AAQhmjKUuh9Pnx9Jq2w4gOKuiAXAN79+Le9a4pHdu3HmRZxQS4ApnY/kgWE7kfAYPQ+j/mkAEzvfiDSg8ZOVDCaX15tr8sgSAGY3v1AIM8jGncBojEoIo5MALZ0P+aCy4FMNP9w9cl2lgsyAdjS/bALCCHdsGAMtNNqrc+mQUgFYFv3A4Hk1vUr9v/ABQhm8e2bqS5IBWBb9/+7YH//UnABBTfNBYkAbO2+jgsEAK2WO2tr93VcIDwPWFrd7CCEpMuHbH01cT8B2D0+2ItoExzAbngcE4svoybMsiA+T0IGjOoJbxkSJXOwFSEHgCEUYtAphAxYXmuzp1yDjT1uVn5uaJA+kOmR3guYJKaKWmoAVVC1ac7CGSC7xuL7ZXBkmTPn9iMZ9aM7nZlRsvrqS0DWkXHfP/EOKJwBw3aIagbI6pt4B9QAZBYZ9/1JGXDBRAt3TWWBkK3zsvNUngHsnfuprIhx2i9kgEf9N76X4yQyS4sAgL9huSZ4ASj9NCkQjNE5417clxXDMyD8Jz3+eX9ByQGyCavaP7fV70zB1Lfm1i/pC828NTSf/nbAg693n/3cSRtjxPcALh4Q+EViRHplQODiccPzX5EjTDtpEEYOwLf9P/FBl4pCCIsP5kSYvLjn9oVLbOQArrp3Tgl4wm+NdCEkiQeW6ATQo+/daWGJHzkA3qHz7kyvDAhZ4s+7072kHDACQBkQdMT7mZM3UYdxnK4TdMX7ATkMYarnaLpXDoaG8CMnQrHDsyE8H/EaG0HaDz7/e82n2T483kgAvMA0CHKY+cUb64BApDoENfHGA1Bzgrp4KwAMIOB3LLJSLlk98dYAyIagL94qAMkQiom3DkAUAkDepU6+clh2BF8dmm7fsazsutyagIkE/gBl3cSQSpYfAQAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAOQSURBVHhe7ZpfbtNAEMbtNKjqW4/QI7Q3KGdAaSWUiKQSfU1PQMoJgNekIiF/HipeuAE9AfQIvQE8IKGQ2GbGxNF61/Z6Z22y69hSpDb27s73m29nnbUdpz5qAjWBfSbg6ohfLBb9IAhuoI8TnX6obWHsJ9d1J+12+y21DzKA+Xz+DgZF8Ts/AMSk0+n0KIGQAMxms3Mg/5UyYFltAMJzgPCg2n9DtQFeD4N1Ke3KbAMJGVD6V3ZAUvap9CkBR22KikPZAQmkHyjW0xGPbTdjxixPcYESAKQOY+Nne0D2yRVYF0LC2OebGHN3rQTAlOxH6opwQW4A0+kUC18s+6vVirT05E5Pjgt1XZAbAJ99XHt7vd5TjhhLvUTXBbkAYPYBwAmrZL1e72zu80R1XJALgKnZZ2uB7/ufODDjPNaTAjA9+5FIz/NuWcHoWFgRXskgSAGYnv1IINajBBfEoCTByARgS/ZZF0A9+Bn9v3HBTZYLMgHYkn3WBfD3B24qDMbj8XEahFQAtmU/Egir03vWBfD9cbPZTHVBKgDbss+4AKcA74J+mgsSAdiafYoLBABIytbsU1wg7AfAVhduLEiXD9n6auJ5vGOEW+eYNsEBJu72FAUTnN3n+xIA8Pf8RQ1uSD/Ccii9EzQk8NLCSKoBATsa7Lkr7xuWFi2hY6hpmXr23gE1AIKrKtVEuwbI5hh/XkZPVnMuR8vYnL5/fZhZo2Tx1VNAlpGqn997B2jXgP/tENUaIItv7x1QA5BZpOrnhRoAe+k/4Beh8KupKBCydV42Tuk1AMQ/yoKo0nmhBuATX25XtUp6BS0CAHzCAlvLZwDhS6WVmyju5fDXqSwurAHsR3b9i7vlWdY1xiyDF8M/A8999r01WksfaMpER+dbd+tuM3C+tUar27Q2RgBA8a4bhEE2HG9SBAQU3wi88BF5w/EHaRB2DqA1XJ5G4qMs6UJgxW/7DLw3OBbvhJ0D+Hx9+OgEvvCuERVCknh8sxNe77wKx+KOnQPAeO6vjyZFQMgSH46RcBgBoAgIFPH/6oNBB9UJVPEo3cg9/8vh767jNoSXnHznoIu1gc2Z7x70omq//X4z59Nsz7Y3EgAGmAZBalgF8cY6IBKpDEFRvPEAlJxAEG8FgC0Ex/3owG/1xClAFG8NgEwIGuKtApAIQVO8dQBiEMK5EFzlWeqkK4dtF+DqEK4Q9VETqAnoEvgLwvsAuQFka0oAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: GetStorageItemObject -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Key - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Entity - ParameterType: - $Type: CodeActions$EntityTypeParameterType - TypeParameterPointer: - Data: me0u7CIr0kyEJQQFBN9uVw== - Subtype: 0 -Platform: All -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: Entity diff --git a/modelsource/NanoflowCommons/LocalStorage/GetStorageItemObjectList.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/LocalStorage/GetStorageItemObjectList.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index b165bac..0000000 --- a/modelsource/NanoflowCommons/LocalStorage/GetStorageItemObjectList.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,51 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: 'Retrieve a local stored list of Mendix objects identified by a unique - key. When objects are the client state it will be returned, if not they will be - re-created. Note: when re-creating the local Mendix object the Mendix Object ID - will never be the same.' -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ListType - Parameter: - $Type: CodeActions$ParameterizedEntityType - TypeParameterPointer: - Data: T/hx/04emUKiXGNRA0DgZA== - Subtype: 0 -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get storage item object list - Category: Local storage - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAO5SURBVHhe7ZrPTtRAHMd/MyvGGBJwxTuPIG+AT7ARDsCJoqwnpcQHcOEJdI9K1OUi4YDoE8gTKI/AXcOfZNULnXGmWrfttJ3OtN2d2W0TErLtTH/fz+/b72zbBai3mkBNYJIJoCLil9baLgK6DYDmi8yjP5aeUYR7Hz+82dWdQxsAE/+SDWbijdh6Rwd7GzqVaAForTxevIHxF50TVjaGkAdHh29PVOfHqgP48Q2MHJ1xVY6hGHd05ld2QGL3NenrFByMWWYuhLgLNepQdkADRUlTgBMd6xURz8fyc1IKEcvruEAJAO8+QrAYLh4Rop3ARSEgGj03s/Oi7wyFTQmAKd0P9JXhgtwAllY2nXj3PYK1lh6FBkkPLeqC3AAQhmjKUuh9Pnx9Jq2w4gOKuiAXAN79+Le9a4pHdu3HmRZxQS4ApnY/kgWE7kfAYPQ+j/mkAEzvfiDSg8ZOVDCaX15tr8sgSAGY3v1AIM8jGncBojEoIo5MALZ0P+aCy4FMNP9w9cl2lgsyAdjS/bALCCHdsGAMtNNqrc+mQUgFYFv3A4Hk1vUr9v/ABQhm8e2bqS5IBWBb9/+7YH//UnABBTfNBYkAbO2+jgsEAK2WO2tr93VcIDwPWFrd7CCEpMuHbH01cT8B2D0+2ItoExzAbngcE4svoybMsiA+T0IGjOoJbxkSJXOwFSEHgCEUYtAphAxYXmuzp1yDjT1uVn5uaJA+kOmR3guYJKaKWmoAVVC1ac7CGSC7xuL7ZXBkmTPn9iMZ9aM7nZlRsvrqS0DWkXHfP/EOKJwBw3aIagbI6pt4B9QAZBYZ9/1JGXDBRAt3TWWBkK3zsvNUngHsnfuprIhx2i9kgEf9N76X4yQyS4sAgL9huSZ4ASj9NCkQjNE5417clxXDMyD8Jz3+eX9ByQGyCavaP7fV70zB1Lfm1i/pC828NTSf/nbAg693n/3cSRtjxPcALh4Q+EViRHplQODiccPzX5EjTDtpEEYOwLf9P/FBl4pCCIsP5kSYvLjn9oVLbOQArrp3Tgl4wm+NdCEkiQeW6ATQo+/daWGJHzkA3qHz7kyvDAhZ4s+7072kHDACQBkQdMT7mZM3UYdxnK4TdMX7ATkMYarnaLpXDoaG8CMnQrHDsyE8H/EaG0HaDz7/e82n2T483kgAvMA0CHKY+cUb64BApDoENfHGA1Bzgrp4KwAMIOB3LLJSLlk98dYAyIagL94qAMkQiom3DkAUAkDepU6+clh2BF8dmm7fsazsutyagIkE/gBl3cSQSpYfAQAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAOQSURBVHhe7ZpfbtNAEMbtNKjqW4/QI7Q3KGdAaSWUiKQSfU1PQMoJgNekIiF/HipeuAE9AfQIvQE8IKGQ2GbGxNF61/Z6Z22y69hSpDb27s73m29nnbUdpz5qAjWBfSbg6ohfLBb9IAhuoI8TnX6obWHsJ9d1J+12+y21DzKA+Xz+DgZF8Ts/AMSk0+n0KIGQAMxms3Mg/5UyYFltAMJzgPCg2n9DtQFeD4N1Ke3KbAMJGVD6V3ZAUvap9CkBR22KikPZAQmkHyjW0xGPbTdjxixPcYESAKQOY+Nne0D2yRVYF0LC2OebGHN3rQTAlOxH6opwQW4A0+kUC18s+6vVirT05E5Pjgt1XZAbAJ99XHt7vd5TjhhLvUTXBbkAYPYBwAmrZL1e72zu80R1XJALgKnZZ2uB7/ufODDjPNaTAjA9+5FIz/NuWcHoWFgRXskgSAGYnv1IINajBBfEoCTByARgS/ZZF0A9+Bn9v3HBTZYLMgHYkn3WBfD3B24qDMbj8XEahFQAtmU/Egir03vWBfD9cbPZTHVBKgDbss+4AKcA74J+mgsSAdiafYoLBABIytbsU1wg7AfAVhduLEiXD9n6auJ5vGOEW+eYNsEBJu72FAUTnN3n+xIA8Pf8RQ1uSD/Ccii9EzQk8NLCSKoBATsa7Lkr7xuWFi2hY6hpmXr23gE1AIKrKtVEuwbI5hh/XkZPVnMuR8vYnL5/fZhZo2Tx1VNAlpGqn997B2jXgP/tENUaIItv7x1QA5BZpOrnhRoAe+k/4Beh8KupKBCydV42Tuk1AMQ/yoKo0nmhBuATX25XtUp6BS0CAHzCAlvLZwDhS6WVmyju5fDXqSwurAHsR3b9i7vlWdY1xiyDF8M/A8999r01WksfaMpER+dbd+tuM3C+tUar27Q2RgBA8a4bhEE2HG9SBAQU3wi88BF5w/EHaRB2DqA1XJ5G4qMs6UJgxW/7DLw3OBbvhJ0D+Hx9+OgEvvCuERVCknh8sxNe77wKx+KOnQPAeO6vjyZFQMgSH46RcBgBoAgIFPH/6oNBB9UJVPEo3cg9/8vh767jNoSXnHznoIu1gc2Z7x70omq//X4z59Nsz7Y3EgAGmAZBalgF8cY6IBKpDEFRvPEAlJxAEG8FgC0Ex/3owG/1xClAFG8NgEwIGuKtApAIQVO8dQBiEMK5EFzlWeqkK4dtF+DqEK4Q9VETqAnoEvgLwvsAuQFka0oAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: GetStorageItemObjectList -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Key - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Entity - ParameterType: - $Type: CodeActions$EntityTypeParameterType - TypeParameterPointer: - Data: T/hx/04emUKiXGNRA0DgZA== - Subtype: 0 -Platform: All -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: Entity diff --git a/modelsource/NanoflowCommons/LocalStorage/GetStorageItemString.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/LocalStorage/GetStorageItemString.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 99f62ee..0000000 --- a/modelsource/NanoflowCommons/LocalStorage/GetStorageItemString.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,32 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "Retrieve a local stored string value identified by a unique key. This - could be set via the SetStorageItemString JavaScript action.\r\n" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get storage item string - Category: Local storage - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAO5SURBVHhe7ZrPTtRAHMd/MyvGGBJwxTuPIG+AT7ARDsCJoqwnpcQHcOEJdI9K1OUi4YDoE8gTKI/AXcOfZNULnXGmWrfttJ3OtN2d2W0TErLtTH/fz+/b72zbBai3mkBNYJIJoCLil9baLgK6DYDmi8yjP5aeUYR7Hz+82dWdQxsAE/+SDWbijdh6Rwd7GzqVaAForTxevIHxF50TVjaGkAdHh29PVOfHqgP48Q2MHJ1xVY6hGHd05ld2QGL3NenrFByMWWYuhLgLNepQdkADRUlTgBMd6xURz8fyc1IKEcvruEAJAO8+QrAYLh4Rop3ARSEgGj03s/Oi7wyFTQmAKd0P9JXhgtwAllY2nXj3PYK1lh6FBkkPLeqC3AAQhmjKUuh9Pnx9Jq2w4gOKuiAXAN79+Le9a4pHdu3HmRZxQS4ApnY/kgWE7kfAYPQ+j/mkAEzvfiDSg8ZOVDCaX15tr8sgSAGY3v1AIM8jGncBojEoIo5MALZ0P+aCy4FMNP9w9cl2lgsyAdjS/bALCCHdsGAMtNNqrc+mQUgFYFv3A4Hk1vUr9v/ABQhm8e2bqS5IBWBb9/+7YH//UnABBTfNBYkAbO2+jgsEAK2WO2tr93VcIDwPWFrd7CCEpMuHbH01cT8B2D0+2ItoExzAbngcE4svoybMsiA+T0IGjOoJbxkSJXOwFSEHgCEUYtAphAxYXmuzp1yDjT1uVn5uaJA+kOmR3guYJKaKWmoAVVC1ac7CGSC7xuL7ZXBkmTPn9iMZ9aM7nZlRsvrqS0DWkXHfP/EOKJwBw3aIagbI6pt4B9QAZBYZ9/1JGXDBRAt3TWWBkK3zsvNUngHsnfuprIhx2i9kgEf9N76X4yQyS4sAgL9huSZ4ASj9NCkQjNE5417clxXDMyD8Jz3+eX9ByQGyCavaP7fV70zB1Lfm1i/pC828NTSf/nbAg693n/3cSRtjxPcALh4Q+EViRHplQODiccPzX5EjTDtpEEYOwLf9P/FBl4pCCIsP5kSYvLjn9oVLbOQArrp3Tgl4wm+NdCEkiQeW6ATQo+/daWGJHzkA3qHz7kyvDAhZ4s+7072kHDACQBkQdMT7mZM3UYdxnK4TdMX7ATkMYarnaLpXDoaG8CMnQrHDsyE8H/EaG0HaDz7/e82n2T483kgAvMA0CHKY+cUb64BApDoENfHGA1Bzgrp4KwAMIOB3LLJSLlk98dYAyIagL94qAMkQiom3DkAUAkDepU6+clh2BF8dmm7fsazsutyagIkE/gBl3cSQSpYfAQAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAOQSURBVHhe7ZpfbtNAEMbtNKjqW4/QI7Q3KGdAaSWUiKQSfU1PQMoJgNekIiF/HipeuAE9AfQIvQE8IKGQ2GbGxNF61/Z6Z22y69hSpDb27s73m29nnbUdpz5qAjWBfSbg6ohfLBb9IAhuoI8TnX6obWHsJ9d1J+12+y21DzKA+Xz+DgZF8Ts/AMSk0+n0KIGQAMxms3Mg/5UyYFltAMJzgPCg2n9DtQFeD4N1Ke3KbAMJGVD6V3ZAUvap9CkBR22KikPZAQmkHyjW0xGPbTdjxixPcYESAKQOY+Nne0D2yRVYF0LC2OebGHN3rQTAlOxH6opwQW4A0+kUC18s+6vVirT05E5Pjgt1XZAbAJ99XHt7vd5TjhhLvUTXBbkAYPYBwAmrZL1e72zu80R1XJALgKnZZ2uB7/ufODDjPNaTAjA9+5FIz/NuWcHoWFgRXskgSAGYnv1IINajBBfEoCTByARgS/ZZF0A9+Bn9v3HBTZYLMgHYkn3WBfD3B24qDMbj8XEahFQAtmU/Egir03vWBfD9cbPZTHVBKgDbss+4AKcA74J+mgsSAdiafYoLBABIytbsU1wg7AfAVhduLEiXD9n6auJ5vGOEW+eYNsEBJu72FAUTnN3n+xIA8Pf8RQ1uSD/Ccii9EzQk8NLCSKoBATsa7Lkr7xuWFi2hY6hpmXr23gE1AIKrKtVEuwbI5hh/XkZPVnMuR8vYnL5/fZhZo2Tx1VNAlpGqn997B2jXgP/tENUaIItv7x1QA5BZpOrnhRoAe+k/4Beh8KupKBCydV42Tuk1AMQ/yoKo0nmhBuATX25XtUp6BS0CAHzCAlvLZwDhS6WVmyju5fDXqSwurAHsR3b9i7vlWdY1xiyDF8M/A8999r01WksfaMpER+dbd+tuM3C+tUar27Q2RgBA8a4bhEE2HG9SBAQU3wi88BF5w/EHaRB2DqA1XJ5G4qMs6UJgxW/7DLw3OBbvhJ0D+Hx9+OgEvvCuERVCknh8sxNe77wKx+KOnQPAeO6vjyZFQMgSH46RcBgBoAgIFPH/6oNBB9UJVPEo3cg9/8vh767jNoSXnHznoIu1gc2Z7x70omq//X4z59Nsz7Y3EgAGmAZBalgF8cY6IBKpDEFRvPEAlJxAEG8FgC0Ex/3owG/1xClAFG8NgEwIGuKtApAIQVO8dQBiEMK5EFzlWeqkK4dtF+DqEK4Q9VETqAnoEvgLwvsAuQFka0oAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: GetStorageItemString -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Key - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/LocalStorage/RemoveStorageItem.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/LocalStorage/RemoveStorageItem.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 58318aa..0000000 --- a/modelsource/NanoflowCommons/LocalStorage/RemoveStorageItem.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,32 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Remove a content identified by a unique key. This could be set via - any of the Set Storage Item JavaScript actions -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Remove storage item - Category: Local storage - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMhSURBVHhe7ZrNbhMxEMdnHIRQT3mCKlLPIPEG6ROsSA5NLzSIhmvKE4Q+AeUIFSK5UPVQPp6APgKCc6WoL0AeILHxVlqS9Wbj9XhNbcUrRYq0O+OZ3/w9jr0BiFckEAlsMwG0Sb5zOBgiiBMAbNn4oduKqUA2/vL5wynVBxmATP6tNJbJe3GNry7OX1AiIQFIDl62HzD2gzKgMxvO968uP16b+memBunzDYZ9ip1LG8HYiOLfWAFrq0+kTwk4s+lKFYKqQkIcxgpoYJ60ALimSM8m+dQ2HVMIyEmeogIjAGn1EaG9GjxyTu7AthBQ5MeWcm7fKcPgMgLgS/Wz/OpQQWUAnYPjvlr9BWekpcegQNpHbVVQGQAyyHdZAePvl++n2ggdP2CrgkoA0uqrv/bmgt3b3FeZ2qigEgBfq5/rBVxMcmAYfqoiPi0A36ufJbmAxpt8wtjq9gZHOghaAL5XP0sw7UdCVQEKBUoRx0YAoVRfUcFsmSa2nvVenWxSwUYAoVR/VQWc83erCTMQoyQ5apZBKAUQWvWzBPmj+Zn8vlQBQpPtPCxVQSmA0Kr/TwWTyaygAgHDMhWsBRBq9SkqKABIkmEz1OpTVFA4D+j0jkeIqF0+dOurj/c5wOnXi/NcbgUFyA1P38fg64iJyV6g+lnTA+7rhLeOFDU+5IpQAcB/CMSjIQo9oHs4kKdcy0seNxufG3qUH+jy0e4FfErGRSwRgAuqIfm07gG6OabeV+FU7TG/d/dyvUn18/j2htSr4hQISa4uYt16BVj3gLqqopvjtuOU9YitV0AEYCut0O3X9YA/MqnCrqmuRHXrvtoLTNd3U/vCFJDv3H/WlWwIfgoAFuLuje8shODriLEAIH3DMufsKQjxrY4BfPdB+v3sMinTOazGYmofl0GX1QzBd1RACFVyGWNUgEu6IfiOCgihSi5jjApwSTcE38EoQJ6JY5WPKXTv9wKmCanP684TvFOAPI+obSsufU11AL0DgJD/m5sugY33EbRbeu+mQJrQr929M1m95/LfKk0KgFRF0nby5PbmNcU+2kQCkcD2EPgLQ7QuOo5vswcAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALnSURBVHhe7ZvdbcIwEMdJxXPFCF2hG9A9QlsmgE5AO0HpBHyF925QRugIbFDUVz7SO4lUju3E9jkWNnEkJGi4893v/j4nDu104hEJRAJtJpDYJL9er0d5no/Bx52NH6otjL1NkmSepukb1QcZQJZl7zAoJn/xA0DMB4PBkBIICcBqteoD+S/KgK5sAMIDQNiY+r8xNcDvw2DPFDuXNlCQCcW/sQJk1afSpwRc2DQVh7ECJKQ3FOnZJI+25zFLkqeowAgAUoex8fV/QPXJHdgWgmTs/jlGbddGAHypfpFdEyrQBrBcLrHxlaq/3+9JS492eTS+aKsCbQB89XHtHQ6HW40YnX7FVgVaALD6AOCOzeRwOFxs7vNEbVSgBcDX6rO94HQ6LTgwMx3pKQH4Xv0iyePx+MomjIqFFeFJBUEJwPfqFwliP5KooARFBqMWQCjVZ1UA/WBXfD6rYFyngloAoVSfVQG8/+CmwmQ2m/WqIFQCCK36RYKwOk1ZFcDfe91ut1IFlQBCqz6jApwCvApGVSqQAgi1+hQVCACQVKjVp6hA2A+ArS7cWFAuH6r11cfzeMUIl86l3AQF+Ljb0xRMUPaI9yUA4K/5mxrcEz/Ccqi8EvQkcGdhyHpAzo4Ge+7G+4bOoiU4hp5Wm0/rFRABEFR1VSbWPUA1x/jzPD3dHvObpqW5zPu5zTJSr4pT4Kr0TEim9Qqw7gEE6FIT1Ry3HaeqR7ReARGArbRCtxd6AOyl/8AdoXDX1FSiqnWf7wWm67upvex2+LupZEPwIwDAJ77crmoIeZBjFADgExbYWr4HCJ9krwEZkq6fXeZnOof5WEzt4zLospoh+I4KCKFKLmOMCnBJNwTfUQEhVMlljFEBLumG4DsYBcCeeKLzMoXu/b2AaUKmzwv8UwDzMzfb5PGfqlQ+vAMAMi/9wEmVQN35PEmUt/TeTQFMaJemUwjsEd72iAB2AHLRy7IXon00iwQigZYQ+AM0XEw8zwPA7QAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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bA3LCrya/e7YP1KbDyxYqcl63wP4efVF7HPWxoM/yr1wjOkIV4BrAOF60xoCWgW4BqCVl+AIxEuAJUC85pPRIKAkQAJQ4qIwAvESIAHEaz4ZDQJKAiQAJS4KIxAvARJAvOaT0SCgJEACUOKiMALxElBOAOmObGe8CBgNAvEQyAXYN6UJwHGsCS9P17pcXzy4GAUC8RJoXZet2TedM7IRShOA5VRGvUEybakdsqB8jgAC4QvkVmQHvK06FeeSrBd+EkBVFsm2ZwZZBshY+RyB8AUy2VR1AkilXpP1QpoACrn2w5bjTC0Gsm27c9U97UOywHyOAALhCazZ1jVkp1M9iy26D15NLGRajsp6IE0AR/faUxXH+ak3ULY1M7j6vq5BWXA+RwAB/QJr3H2xpSNbdVC2rcqvxb4ra12aAESAhZbWV62KddEbzF1v7BNZp5KypE8UyjrB5wggoC7Q0pntWrt95b4Wd1+sqX0xn3H3WR9/vnfePcMz/SU787pt2Xd54zoVa7I4VxyZnSucnrlU4BddfKBTBIGgAq3uV32Z1amejo7co+J6nFiSV8VyHCdtle7/7dCKM37a8J0ARLDdw/PPWpb9S8tt1U9wyiCAQIgC7s7v/njT944MtR3226ryjizOBMpO9o9WyvqS30YohwACmgVs66L7C8xP+T3yL/bG1zUAb9dvN1Cp7LStsvh2wLn9jz8EEAhfwN333B3whmVVDuTTLb5P+70dVT4D8Fbe/bP5XittDThO6gnHdnrdbNIfvgItIpAwAffuXMeyz9iWM5pvyfm62p8wIYaLAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggICywP8Aj1bwvLHq630AAAAASUVORK5CYII= - Subtype: 0 -Name: RemoveStorageItem -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Key - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/LocalStorage/SetStorageItemObject.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/LocalStorage/SetStorageItemObject.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index e25241e..0000000 --- a/modelsource/NanoflowCommons/LocalStorage/SetStorageItemObject.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,42 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Store a Mendix object in device storage, identified by a unique key. - Can be accesed by the GetStargeItemObject action. Please note that users can clear - the device storage. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Set storage item object - Category: Local storage - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALESURBVHhe7ZpfbtNAEMZnNhVCPOUIuQKcIJzAInlo+tQADa/pDdKeAHiECpG8UPWh/DlBewSO0Bs0B0h22K1kEu/aWXtt010yliJVimc832++HcfrAvDBBJgAE2ACTIAJMAEmwASYwD4SwDqiB0eTKQKdAmCvTh7/WLojFPPv3z6f++bwBqDEv1fBSnwQx/z68uK1TyVeAJLDt/0DIW58LthajJQvr6++3FbNL6oG6PM7Asc+cW3GkBAzn/yVHZDbfU/6PgWnMUPlQjBd6FFHZQd0MEuaAG59rFdHvI7V1ySCjOV9XFAJgO4+IvS3i0cpvSdwXQhI2WsrO/cfnFHhqAQglO6n+ppwQWkAg8OTsdn9tRRet54KDXKeWtcFpQGggOyUJZj/uvp056yw5RPquqAUAN1989feisSjrX2TaR0XlAIQavczs0DSIgNG4Ncy5nMCCL37qcg1dM6ygrE3HE2OXRCcAELvfipQzyMyXYBkQLFx7AQQS/cNFyw3MrH3avTudJcLdgKIpfvbLpBSftwWLIBmSXLcLYJQCCC27qcC5dPVB/X3xgUIXfHsSaELCgHE1v2/LlgslpYLCKZFLsgFEGv3fVxgAUiSaTfW7vu4wNoPGIxOZojovH247q8hfi8Bzn9cXmS0WQ5QDzzjEItvoiahZoGZJ2cGPNYObxMSHTnUHaEEgH9QSECXsGbA8Giidrk2h9purrxvGJA+cOlxPguEJKaNWhhAG1Rjyll7BrjWmPl903BcM8pVHy+BpjsSW769d0DtGRB6x3kGODq090vgfwKgl3PeZ6cH8mbAvYqwnppCX+tl6zN/N1gOUO/cf5dNFt15RNa/9VgA1vTwxncZnThHwQTyfkWdN879AP2GZSXFcyD6GTgE/dju/GjhSsvNWh68COFtduBMuTwmwASYABNgAkyACTABJrA3BP4AQkAawmQhAUkAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKWSURBVHhe7ZrtTcMwEIYJ6gAdoSvABGWPVlAWaDcoTABMkNKP/2xAR2CEblD+9yPcSQlybCe2z4lqNxepUmni891zr8+Ozc0NX0yACTABJsAEmAATYAJMgAl0kUDiE/Rms5lmWTYDGwMfO9S20PcuSZLFaDR6pdogA1iv12/QKQZ/8QtALMbj8YTiCAnAarUaAvlvSodttQEIDwBh62r/1rUBPg+dPVHatdkGEjKn2HdWgC77VPoUh4s2TfnhrAAN6S1Fej7BY9u8z5LkKSpwAoDUoW/8/F+QfXIF9oWg6XuY+2ht2glAKNkvomtCBdYAlsslFr5S9g+HA2nqsU6PxYO+KrAGIGcf597JZLKz8LHVR3xVYAUAsw8ABmIkx+PxYmNfJuqjAisAoWZfrAXn8/lTApPaSM8IIPTsF0GeTqcXMWBULMwIjyYIRgChZ78IEOuRRgUlKDoYtQBiyb6oAqgHv8XfuQpmdSqoBRBL9kUVwPcPaSjM0zTtV0GoBBBb9osAYXZ6F1UAv/d7vV6lCioBxJZ9QQU4BGQVTKtUoAUQa/YpKlAAIKlYs09RgbIfAFtduLFgnD5M82uI93HFCEvnUmyKAkLc7WkKJih7KttSAMhr/qY6D8SOMh0aV4KBON6aG7oakIm9wZ67875ha94SDENNq42n8wpgAARVXVUT7xpgGmPy/abpmWqUyT8eAk1nJDZ7nVeAdw0IPeNcAwwZ6vwQuBoA8Bab6D6mIarUANhL38MbofLWZDIUy3153aB7Hf6JJRhXP0Ehyr/1KADwxFfaVXXtJ8jn4dBkDzvGz8YNETxhgQfvAMJXkJHkToF/VhcGjpmHo7P7EE6zQ2bKvjEBJsAEmAATYAJMgAkwgS4R+AP+Jm6rVhn9CwAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAyxSURBVHhe7d3bbxTXHcDxM3v1BRtSLsWAhJsEKyKouCFNIjVqHJ5D0kZqkVGkhEpx06dE4Q8I9B2pfWprpJY+tBat2hSR54BVRWrSQkgl0gYoGKU1JECxwZdd7+6cziE1nVlcn5nZPeOzO9+VeEB7zu/85nNmfnPZGY8QfBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQEAJOI0wvPALuaZjofyycJwhKcSg44j+RuLRFwEE9AJSOGcdKSdcR/whU3XHj/2gc0Lfa+kWsQqA2vCLlcrrjnDf8Db+NXEHpx8CCDQu4BWEo061dihOIYhcAPaNzgxWRf5t9vaNTxwREGiWgHcEPiGl+PZvR4pno8TMRGn8nSPVl2tO/kM2/ihqtEXAvIC3J+/POOJDtY1GGS30EYDa86uNvz64lPJOreSOzU8vnJq9Ublam63ciZIAbRFAIJpA79augeKq3K5cZ3ZfJpvpC/SWcsoVzrNhjwRCFYAvzvkX7tvzV7wN/+bFmVE2+mgTSGsEmiXw5a+uGfEKwYg/njodKOcKXzu+35nSjRPqFODuBb+6K/wLM9XDn3906zAbv46Y7xEwJ/DZX6dG1bboH0GdDhQWSm+EGVVbANTeXwj5ij9Ydb42ev3c9FiYAWiDAAJmBdS2qE7D/aNkHOf1L7bd5T/aAtBRKX3Lv/d3XTGpqo4uMN8jgEByAre8U3F1Pe7eiN7P88VyObDjXiobbQEQIvOCv2OtVB1PbrEYCQEEwgiUvYvvlblq8Kg8m9mp66stANKR/f4glbnaKV1QvkcAgeQFqvPu6eCockiXhbYAOMIZ9Ae5fa18XheU7xFAIHmBubptU10M1GWhLQD1AbjqryPlewRWRkCdBkQdOXIBiDoA7RFAwF4BCoC9c0NmCBgXoAAYJ2YABOwVoADYOzdkhoBxAQqAcWIGQMBeAQqAvXNDZggYF6AAGCdmAATsFaAA2Ds3ZIaAcQEKgHFiBkDAXgEKgL1zQ2YIGBegABgnZgAE7BWgANg7N2SGgHEBCoBxYgZAwF4BCoC9c0NmCBgXoAAYJ2YABOwVoADYOzdkhoBxAQqAcWIGQMBeAQqAvXNDZggYF6AAGCdmAATsFdC+GmzvkbL3pqH/ff71/s3H7V2c9svsu1//00hPsTSUz7kDrbR0lWrm/Od3esZOfLTrRCvl3eq5bn5y7V/8y3Ds1eKy2zhHABbP+P6nx3/2pe65kVbb+BWpynnzA9NvvfTUHw9aTJz61CgAlq4Cas9fzNV2WZpe6LRWdVSeU8sSugMNExWgACTKHW6w7X0Tm3o75veEa21/qzVd88ObV9/ssT/T9GXINQAL51ztMdWh/2JqtZoz+d7Fba99fHXLpIXp3pfS9r5/bnp64MKvMo68t9H/e7Zr9Dd/fop3ShqeQK4BGAY2HV7t/f0bvxpvutT5Tqts/CpflevUXGfgPXUcBZhec+LF5xQgnpuxXo9t/TRwvqz2/q245xw/v23Mlc69N9Woo4FvPvIJ1wKMrTnxAlMA4rkZ6aX2/uqimT/4tdu9R4wMZjjoZ9Nr79yc6Q4c8q/uLA2rZTQ8NOEjCFAAImCZbrrU3r+Vf0f/3eknxqo156rf7cmHrrxl2pH44QUoAOGtjLZsp72/H+of1zcc9P9f/bT57CPnWv7nTaMrQ4LBKQAJYi83VP2eUZ37t/Lef3FZT/790dPlajbw3vr+dTe4FmDJekcBsGAinh8881z9TT8Xr284ZEFqTUlh4sa6wLUAjgKawtqUIBSApjA2FmRDz/T3/RFmy8UTas/ZWFR7enMUYM9c1GdCAVjhuVF7/1xW9vnTOD2xtSWv/C9HudRRwJ6dp9vmbscVXo1iD08BiE3XnI5L7f1b6aafsArqKGCmVHjH335j7+1XuUU4rKCZdhQAM66hor6464PhNOz9FzHOXOkf9d8clM3KTd8YuDAcCotGRgQoAEZY9UHv3vLbNbuv/ty/Hff+i8vILcL69SLpFhSApMX/O96OLdcC5/7qZ792PPev513qFmGOAlZoJfSGpQCsgH07PPATl03dIsyDQnH1mt+PAtB8U23EdnngR7ug/6fBUkcBu7f/7c248egXX4ACEN8uVs92veU3CsZSDwp1Fxf28KBQFMXmtKUANMcxdJR2e+An9ILXNeRBobhyze1HAWiu57LRnnjw4kC7PO7bDDYeFGqGYmMxKACN+UXqvWPTpwf9HdSfzm6HB34iIfgac4twXLnm9aMANM9y2Ujqlt9CTgb+tv+lG+sPJzS8tcPwoNDKTg0FICH/dn/gJy7jUkcBD667fiBuPPpFE6AARPOK1TotD/zEwvE6nZvcHDgSUi8V4UGhuJrR+lEAonnFap2WB35i4XidPrj08Pn6B4X61tx+kweF4oqG78d7AcJbxWpZ/zf+YwVJaSfeJRB94nkvQHQzoz3a6Q0/RqGWCK7eJZD0mGkbj1MAwzNe/7iv4eHaKrz/zUJttWAWLQwFwKLJMJ2KbIGPaQPiBwW4BmB4jXht6N3A+9p/emr344aHbOnweDU2fVwDaMyP3gikSoBTgFRNNwuLQFCAAsAagUCKBSgAKZ58Fh0BCgDrAAIpFqAApHjyWXQEKACWrwPZjHD8/3Tp1rdP+v+6/PjeLgHuAzA8H43+rh21f317w4t3X/hG73OIurxJL5/t43EfgO0zRH4IWCTAKYBFk0EqCCQtQAFIWjziePW37+u6r/Tt/rr8+N4uAa4BGJ4PzmmjAeMVzau+NdcAGvOjNwKpEuAUIFXTzcIiEBSgALBGIJBiAQpAiiefRUeAAsA6gECKBSgAKZ58Fh0BCkDC60DS9+a32ngJT0fqh+M+AMOrwMgzJ0/y123jIzf6bEH8kVuzJ/cBWDZv3huAP7EspZZJp1zJBv6gassk3kKJcgpgeLLev/TQD2uuc9vwMG0XXpkpu7ZbMMsWiAJgeEI+vrpl8r0L215Se7OVvk+/FcZXG76yUmbKzvD0pD481wBSvwoA0E4CXANop9lkWRAwLMApgGFgwiNgswAFwObZITcEDAtQAAwDEx4BmwUoADbPDrkhYFiAAmAYmPAI2CxAAbB5dsgNAcMCFADDwIRHwGYBCoDNs0NuCBgWoAAYBiY8AjYLUABsnh1yQ8CwAAXAMDDhEbBZgAJg8+yQGwKGBSgAhoEJj4DNAhQAm2eH3BAwLEABMAxMeARsFqAA2Dw75IaAYQEKgGFgwiNgswAFwObZITcEDAtELgDZ7nyP4ZwIjwACMQSKMbZNbQGQUkz4c+ndWByIkRtdEEDAsEDHxnzdtinP6obUFgAh3XF/kFxnZpcuKN8jgEDyAsVV+SH/qNKVV3RZhCkAgSqS78oNcxqgY+V7BJIXyOUzwQKQybyty0JbAMrFrqNCyqnFQI7j9Kx9uGtEF5jvEUAgOYH1O3pHnGymb3FEKcTEQq5wXJeBtgAc3+9MuVL+2B8o35EbXvdo77AuON8jgIB5gfXetljozgd2yo5wf6m2Xd3o2gKgAiwUOn4kXHHZH8w73zigqo6bEdq3C+mS4HsEEIguUOjJ927YufpAwdsW63pfLuW8bTbEJ/TGu290ZrDq5N51hPOAP650xWRlrjI2O1c+M3OlfD7EmDRBAIGYAh3eT325dZm+7u7iM+p6nDolD4TyXgCZFdXHfj2y6myYIUIXABVs7+j8K0I4PxfeqGGC0wYBBBIU8DZ+IeT3jo10Hg07auQNWR0J1GT+9yIjvhJ2ENohgIBhAUdczrqVF8Pu+RezCXUNwJ/63QFcd7cjaurXAXn3Hx8EEEheQL3vXchbQriHStlC6MN+f6KRjwD8nff+ZL5fZMWQlJnnpSP7vWoymLwCIyKQMgHv7lwpnLOOkOOlQjHU1f6UCbG4CCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAghEFvgPjmack6dIyn0AAAAASUVORK5CYII= - Subtype: 0 -Name: SetStorageItemObject -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Key - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Value - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: Entity diff --git a/modelsource/NanoflowCommons/LocalStorage/SetStorageItemObjectList.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/LocalStorage/SetStorageItemObjectList.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 12da95e..0000000 --- a/modelsource/NanoflowCommons/LocalStorage/SetStorageItemObjectList.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,42 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Store a list of Mendix objects in device storage, identified by a unique - key. Can be accessed by the GetStorageItemObject action. Please note that users - can clear the device storage. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Set storage item object list - Category: Local storage - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALESURBVHhe7ZpfbtNAEMZnNhVCPOUIuQKcIJzAInlo+tQADa/pDdKeAHiECpG8UPWh/DlBewSO0Bs0B0h22K1kEu/aWXtt010yliJVimc832++HcfrAvDBBJgAE2ACTIAJMAEmwASYwD4SwDqiB0eTKQKdAmCvTh7/WLojFPPv3z6f++bwBqDEv1fBSnwQx/z68uK1TyVeAJLDt/0DIW58LthajJQvr6++3FbNL6oG6PM7Asc+cW3GkBAzn/yVHZDbfU/6PgWnMUPlQjBd6FFHZQd0MEuaAG59rFdHvI7V1ySCjOV9XFAJgO4+IvS3i0cpvSdwXQhI2WsrO/cfnFHhqAQglO6n+ppwQWkAg8OTsdn9tRRet54KDXKeWtcFpQGggOyUJZj/uvp056yw5RPquqAUAN1989feisSjrX2TaR0XlAIQavczs0DSIgNG4Ncy5nMCCL37qcg1dM6ygrE3HE2OXRCcAELvfipQzyMyXYBkQLFx7AQQS/cNFyw3MrH3avTudJcLdgKIpfvbLpBSftwWLIBmSXLcLYJQCCC27qcC5dPVB/X3xgUIXfHsSaELCgHE1v2/LlgslpYLCKZFLsgFEGv3fVxgAUiSaTfW7vu4wNoPGIxOZojovH247q8hfi8Bzn9cXmS0WQ5QDzzjEItvoiahZoGZJ2cGPNYObxMSHTnUHaEEgH9QSECXsGbA8Giidrk2h9purrxvGJA+cOlxPguEJKaNWhhAG1Rjyll7BrjWmPl903BcM8pVHy+BpjsSW769d0DtGRB6x3kGODq090vgfwKgl3PeZ6cH8mbAvYqwnppCX+tl6zN/N1gOUO/cf5dNFt15RNa/9VgA1vTwxncZnThHwQTyfkWdN879AP2GZSXFcyD6GTgE/dju/GjhSsvNWh68COFtduBMuTwmwASYABNgAkyACTABJrA3BP4AQkAawmQhAUkAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKWSURBVHhe7ZrtTcMwEIYJ6gAdoSvABGWPVlAWaDcoTABMkNKP/2xAR2CEblD+9yPcSQlybCe2z4lqNxepUmni891zr8+Ozc0NX0yACTABJsAEmAATYAJMgAl0kUDiE/Rms5lmWTYDGwMfO9S20PcuSZLFaDR6pdogA1iv12/QKQZ/8QtALMbj8YTiCAnAarUaAvlvSodttQEIDwBh62r/1rUBPg+dPVHatdkGEjKn2HdWgC77VPoUh4s2TfnhrAAN6S1Fej7BY9u8z5LkKSpwAoDUoW/8/F+QfXIF9oWg6XuY+2ht2glAKNkvomtCBdYAlsslFr5S9g+HA2nqsU6PxYO+KrAGIGcf597JZLKz8LHVR3xVYAUAsw8ABmIkx+PxYmNfJuqjAisAoWZfrAXn8/lTApPaSM8IIPTsF0GeTqcXMWBULMwIjyYIRgChZ78IEOuRRgUlKDoYtQBiyb6oAqgHv8XfuQpmdSqoBRBL9kUVwPcPaSjM0zTtV0GoBBBb9osAYXZ6F1UAv/d7vV6lCioBxJZ9QQU4BGQVTKtUoAUQa/YpKlAAIKlYs09RgbIfAFtduLFgnD5M82uI93HFCEvnUmyKAkLc7WkKJih7KttSAMhr/qY6D8SOMh0aV4KBON6aG7oakIm9wZ67875ha94SDENNq42n8wpgAARVXVUT7xpgGmPy/abpmWqUyT8eAk1nJDZ7nVeAdw0IPeNcAwwZ6vwQuBoA8Bab6D6mIarUANhL38MbofLWZDIUy3153aB7Hf6JJRhXP0Ehyr/1KADwxFfaVXXtJ8jn4dBkDzvGz8YNETxhgQfvAMJXkJHkToF/VhcGjpmHo7P7EE6zQ2bKvjEBJsAEmAATYAJMgAkwgS4R+AP+Jm6rVhn9CwAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: SetStorageItemObjectList -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Key - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Value - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: Entity diff --git a/modelsource/NanoflowCommons/LocalStorage/SetStorageItemString.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/LocalStorage/SetStorageItemString.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index bd8f731..0000000 --- a/modelsource/NanoflowCommons/LocalStorage/SetStorageItemString.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,40 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Store a string value in the device storage, identified by a unique - key. Can be accessed by the GetStorageItemObject action. Please note that users - can clear the device storage. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Set storage item string - Category: Local storage - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALESURBVHhe7ZpfbtNAEMZnNhVCPOUIuQKcIJzAInlo+tQADa/pDdKeAHiECpG8UPWh/DlBewSO0Bs0B0h22K1kEu/aWXtt010yliJVimc832++HcfrAvDBBJgAE2ACTIAJMAEmwASYwD4SwDqiB0eTKQKdAmCvTh7/WLojFPPv3z6f++bwBqDEv1fBSnwQx/z68uK1TyVeAJLDt/0DIW58LthajJQvr6++3FbNL6oG6PM7Asc+cW3GkBAzn/yVHZDbfU/6PgWnMUPlQjBd6FFHZQd0MEuaAG59rFdHvI7V1ySCjOV9XFAJgO4+IvS3i0cpvSdwXQhI2WsrO/cfnFHhqAQglO6n+ppwQWkAg8OTsdn9tRRet54KDXKeWtcFpQGggOyUJZj/uvp056yw5RPquqAUAN1989feisSjrX2TaR0XlAIQavczs0DSIgNG4Ncy5nMCCL37qcg1dM6ygrE3HE2OXRCcAELvfipQzyMyXYBkQLFx7AQQS/cNFyw3MrH3avTudJcLdgKIpfvbLpBSftwWLIBmSXLcLYJQCCC27qcC5dPVB/X3xgUIXfHsSaELCgHE1v2/LlgslpYLCKZFLsgFEGv3fVxgAUiSaTfW7vu4wNoPGIxOZojovH247q8hfi8Bzn9cXmS0WQ5QDzzjEItvoiahZoGZJ2cGPNYObxMSHTnUHaEEgH9QSECXsGbA8Giidrk2h9purrxvGJA+cOlxPguEJKaNWhhAG1Rjyll7BrjWmPl903BcM8pVHy+BpjsSW769d0DtGRB6x3kGODq090vgfwKgl3PeZ6cH8mbAvYqwnppCX+tl6zN/N1gOUO/cf5dNFt15RNa/9VgA1vTwxncZnThHwQTyfkWdN879AP2GZSXFcyD6GTgE/dju/GjhSsvNWh68COFtduBMuTwmwASYABNgAkyACTABJrA3BP4AQkAawmQhAUkAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKWSURBVHhe7ZrtTcMwEIYJ6gAdoSvABGWPVlAWaDcoTABMkNKP/2xAR2CEblD+9yPcSQlybCe2z4lqNxepUmni891zr8+Ozc0NX0yACTABJsAEmAATYAJMgAl0kUDiE/Rms5lmWTYDGwMfO9S20PcuSZLFaDR6pdogA1iv12/QKQZ/8QtALMbj8YTiCAnAarUaAvlvSodttQEIDwBh62r/1rUBPg+dPVHatdkGEjKn2HdWgC77VPoUh4s2TfnhrAAN6S1Fej7BY9u8z5LkKSpwAoDUoW/8/F+QfXIF9oWg6XuY+2ht2glAKNkvomtCBdYAlsslFr5S9g+HA2nqsU6PxYO+KrAGIGcf597JZLKz8LHVR3xVYAUAsw8ABmIkx+PxYmNfJuqjAisAoWZfrAXn8/lTApPaSM8IIPTsF0GeTqcXMWBULMwIjyYIRgChZ78IEOuRRgUlKDoYtQBiyb6oAqgHv8XfuQpmdSqoBRBL9kUVwPcPaSjM0zTtV0GoBBBb9osAYXZ6F1UAv/d7vV6lCioBxJZ9QQU4BGQVTKtUoAUQa/YpKlAAIKlYs09RgbIfAFtduLFgnD5M82uI93HFCEvnUmyKAkLc7WkKJih7KttSAMhr/qY6D8SOMh0aV4KBON6aG7oakIm9wZ67875ha94SDENNq42n8wpgAARVXVUT7xpgGmPy/abpmWqUyT8eAk1nJDZ7nVeAdw0IPeNcAwwZ6vwQuBoA8Bab6D6mIarUANhL38MbofLWZDIUy3153aB7Hf6JJRhXP0Ehyr/1KADwxFfaVXXtJ8jn4dBkDzvGz8YNETxhgQfvAMJXkJHkToF/VhcGjpmHo7P7EE6zQ2bKvjEBJsAEmAATYAJMgAkwgS4R+AP+Jm6rVhn9CwAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: SetStorageItemString -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Key - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Value - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/LocalStorage/StorageItemExists.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/LocalStorage/StorageItemExists.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index ff3e767..0000000 --- a/modelsource/NanoflowCommons/LocalStorage/StorageItemExists.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,32 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Check if an item exists in a device storage, identified by a unique - key. The value could be set by a Set Storage Item action. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Check storage item exists - Category: Local storage - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAOXSURBVHhe7ZpfbtowHMd/drZpQqLiCBxhuwE7ARo8lD7BtlJpT/QEoz3BNmnSNNA2eFnVh+7PCdYbrEfoDYaE1CewZwcFEjuJE9sMpyR9KBKx8/t+ft/fz04IQHmUBEoC+0wAmYhvHfUHCOgpAKqbzKM/lt5ShCffv43OdefQBsDEv2WDmXgnjsnVxfiFTiRaAJqHrxoPMP6tc8GtjSHk2dXl5+u88+O8A/j5HkY9nXHbHEMxHurMn9sBsdnXpK8TcDCmzVwIogs14sjtAA9FSVOAax3rmYjnY/k1KYWI5XVckAsAzz5C0AgHjwjR7sCmEBCNXpvZueE7I8eRC4Ar2Q/02XBBZgCtw+OemP0lwVpLT44EKU81dUFmAAhDtMtSmPy6/HSrjHDLJ5i6IBMAnn1xt7egeGe1LzI1cUEmAK5mP9ILCJ1GwGD0NYv5lABcz34gcgneWVQwqrc7/a4KghKA69kPBPJ+REUXICpAkXGkAihK9gUXzDYyUf155+Q0zQWpAIqS/bALCCHvw4Ix0GGz2a0lQUgEULTsBwLJ48U79nnjAgQ1XHmU6IJEAEXL/toF0+lMcgGFQZILYgEUNfs6LpAANJuDWlGzr+MC6XlAq3M8RAgplw/V+uri9wTg/MfFOKJNcgC74em5GLyNmDDrBeI8MT1gV094bUhUzMFWhAwA/kMgDl1C6gHtoz57yrU52OPm3M8NHdIHKj3KewGXxGwjlhLANqgWaU7jHqCqMfF723BMe1RZArYzUrT59t4Bxj2gaBkvd4ICgb0vgb0HENcD/jKXSHdNtmrddN3OG0dlVHlyd3J3kzROcgD7zT3x5LwX3/X51XG161HvD/t/lhnAkvq/+M52Hbzp9bl4IDDx5yEwTIIgOYD/wrIg+ClQ+tM0iF2Nj4gPgljCG14OYkyFvtePAxwrngL/ezl/PV85InTcKwB5xXMO9waAjvh7A0BXPAfg1Eao8kFuUqpGaiLeKQAHo4Oh99Bfs5UvNQRQTMU7UwJcPKWhlxkw9Ob9efSVF8EKNsQ7AYCvzXy3Jlk9BYIt8U6UgL9PJyC/b8h2cXHlYFO8Ew5Y1/PHao+1ZPnNrpATbIt3CgAPppoCwQcV7O0Daik7PNXqEXzv3EYoEYKoyIJ45xygLAeLmXfWAUoIljLvPIB1T0Dwhd2xrErVsnhnSyBc7n5P4BBWAGJvabM2vMKexyH4IMqjJFASsE3gHyRLsv9Go7hAAAAAAElFTkSuQmCC - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAN8SURBVHhe7ZpLbtswEIZFwcg6R0iBAN26N0gPkUUUGbZ7AecEdXuCtheoXb822fQGzQ2crdsAzQ3avWWzM47lSqQo8WWYtCUgQB58zP/NzyHFOAjqpyZQEzhlAsRE/HQ67VFK72CMC5NxdPvC3M+EkGEcxx91x9AGMJlMPsGkKP7gD4AYtlqtrk4gWgDG4/EVkP+hM+G++gCEtwDhQXX8ULUDtofJOjr99tkHEtLXGV/ZAUXZ16WvE3Dax1Ycyg4oIP2gYz0T8dh3O2fO8jouUAKA1GFu/No9kH3tCmwKoWDuq22M0kMrAXAl+6k6Gy6QBjAajbDw5bK/XC61th7p9Eg0NHWBNAA2+7j3drvdZ4kY99rE1AVSADD7AOAiqyRJkoOtfZaoiQukALia/WwtWK/X3xgwAxnrVQJwPfupyNVq9SErGB0LO0K7CkIlANeznwrEelTgghyUIhilAHzJftYFUA/+pj9vXXBX5oJSAL5kP+sC+P4LsxT6g8HgXARBCMC37KcCYXf6nHUB/P680WgIXSAE4Fv2My7AJcC6oCdyQSEAX7Ov4wIOAJLyNfs6LuDuA+CqCy8WKrePqv3Vxb/jiRGOzjltnANcvO2xBROc3WPH4gCwZ35bkzsyDrcdVp4EHQl8b2EU1QCanQ3u3JXvDfcWrcbAUNNK9Zy8A2oAGq46qi7GNaBqjbF/t03PtEbVS8B2Rnwb7+QdYFwDfMt45VHYd0Gq8Z/8Ejh5AFwNgLv0P/BGyL01qVpL1N5031aN43px3bx/ff8o6lf0OixsrDr5odvfPt22z8Kz+c2vG+EFDwcA/+PL3KoeWofW/Cg+oMEQO4dB2BdB4ADgf1jgavkNQPiuNbMDnbLi03BCGr6PFlGTDc/rd/0i1kXiwQmUhvTd7HK2cUT2OSoAquIRxNEA0BF/NAB0xb8USIee9qLNFamq8EzEOwUg/hn3kzCZbwRJPqbinVkCKJ4S+v+wQoLO9HLKfuQlh8WGeCcARL+jJknInEt6CQRb4p1YArNXs0e6pvznDeEUV7QcbIp3wgFp5uGU1iEh4T/ZlXGCbfFOAcBgyiBsQG3P9rvlUnLCk6yj7h2EhBBYRRbEO+eAyuWQNrAk3lkApcvBoninAewgEPIVFurLO4tl8c4DyEFA/YJXWtmC5207LIzRU9TxVkAdeE3AXQL/AFHf7Ih4Vgh1AAAAAElFTkSuQmCC - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: StorageItemExists -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Key - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/OtherActivities/Base64Decode.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/OtherActivities/Base64Decode.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index a84524d..0000000 --- a/modelsource/NanoflowCommons/OtherActivities/Base64Decode.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Base64Decode - Category: Other activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAM+SURBVHhe7VtdbtNAEN5ZR0UgHvLAAXKElBO0J0iaSAT60qKS8gg5QeEEbR+BlMJTG0qb5ATtDZoj5ABI7QMSUhXvsBtAin+Ivfas7TRryU+e+Wbm29mZXXvNmL0sA5aBZWYAwoKvtXbWHM735MO1dOTgeCKc9WHvwzgdjjntAAGNZ7t1cLBPZRKRjdxfd+vD4ddbKkxKHB4A4+4epQEAVi09XDmmxKTEChAAwKuUBqZYwOqNzfY+OS4BYGAKNF+0cRb3/ORTaJ34n22//qycQOj0Tz8eEPhNBhGcAmTQQSAOuN+UBdagCW3oLAjwFj/g/VrrdUXbU0MKxglA5r70+A6sXOLuZVFIME7AxcnnAbjY8Q4gVBwQ/Vptq2xoYGPDGidAefL9W/eAoTic9WraHh+t5N4ZMiFABX5+evRWLoqufEOz3djcJV13xB76v4KZEaDsuQ/uNhjDsScTEN81n7e3dB2nks90HTDPaT7B1bOz7ogqsLg4mWbAPKeEA7l0hsIQIJfL0/YYd+So5IpDwDQiqFAFFheHvAbENfxPrtF6tX3R637R1aOSzz0D8gxekZg7AVQjmRRn6QnIpAaojY/DxTEwrMpCV046Won1kA0myDth7yaNZ4AKXra36z8vWHMIftpcWL0E4jpsB2qcgBK4csOTU+CeNTcrqyz0Z5FxAhhAPXHqEisCMjkFvZfxGpD2HWNaDqLsm8+AtBEY1rcEGCa48PC514Anb356vkP4Gftx+Njjo668rQEROWhrQOEnqWEHc68BhuNjtgbYGjCfAVsETc/BKHzV12dvv3za51H2bQZEMXTfny99BkSuA3QzwH+mKKoP6+LrykfZD2RAyCdsXZsLJR88Jofi/UJFkNLZAAHnvaMrea5nA1GMUmJnrI5yOqtb79JW0INnkWtx3f29rrx2DdANcNHll74NLjABsl+xsFsvJ3OvAXru6kvbGmDfB9yf9wFquia55zKQRQ24kR6U9WevGQ3/XsV4F1D/DJkJJQGqwIFfyzgBLnJ1XP42gbukKsjEzYQ5vlPrGRySUsdSJoKvypYdYD8iQvXJLPWtApe2L11Relrk3/dIR9uCWQYsA7EZ+A2y7kD15YJsTQAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALySURBVHhe7VtLUuMwELVTSWabI3CEMCeAG4TVbPLBC/aTEwAnANYsMpVkMytyA3IDcgRuwGzJz7ymqClHNoiO1JLBcpXLC7dedz+1uiVZjqJwBQYCA1VmIC5yfjKZHMVxfI53RybkpGn6uF6vj5MkeTTBkWybI2A8HndqtdqdLaUgcrFcLomEf7YwbeLUVLC3nremA1HQbjQaI2uAloGKCGhb1kFwnel0eiWAawyZGwIwNM2idrvdwjzxnma1fVYO0TDs9XrXxlZbBMhFgEXsHBSG1xUlWEkdXGxxAtDrO8kPJNyNRqMDrqFS8i4ISBTjW/V6/b4sJIgT0O/3Z5vNZpglAVFw0Gw2KRJaUj37WVxxAsiQwWBwvd1ub5SE2EYkeK8MTgggxxEJv/GYK5FwiqpBM05vlzMCyMPVanVC02PF2wtUhoEvBpzOAzROHmLOsXBNhNMI0DjnpTKUiYDX8ljlCIioPLomwHoO4DqA5fcpKsQfbjtb8t6HgE/niUTvBNjqyX1xKk+AkxxACx/aFaLdISS61r69ZdBuhknYsGhvUjwCyHmUtwcYTxutPpwn3jrogIeiFag4AbTg8eh4NmhaRXuT4gTA+Y5B6Npu2lYBxXOA6R6jKQM6/eIRYOqAdPtAgDTDZcf3ngN+3T7vfIdQCft79mPHRq58yAGaEAw5oOxjVNo+7zlA2sGQA0IO+JiBkASlx6AOn+p69lblTd/r9IcI0DH03d9XPgK08wBuBKhninR1mIvPldfpL4qAOVfJV5bPEYCd28uv7BDX9hwBOMY2x2kO+o6/4IJ5lU/TOKKbebEbMPEj3Rjkru+58jr9la8CgQBuSJdGHkkKYz5/Mw30ngOY9rLFQw4I+wHfZD8Awz3e59aNGfEcgEOQTyX5OvzKhbpWES+D9M+Qrhccvp+pusQJwMmMRP1nwKHD/1Vhev9Ep0ScE0DHUvDr3CFIyLH/ERGQt3KR4wC6x5H9n2X+fc9HUASdgYHAQBS9APsMuHaJALOKAAAAAElFTkSuQmCC - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: Base64Decode -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: base64 - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/OtherActivities/Base64DecodeToImage.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/OtherActivities/Base64DecodeToImage.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 1a3721f..0000000 --- a/modelsource/NanoflowCommons/OtherActivities/Base64DecodeToImage.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,38 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Base64Decode to image - Category: Other activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAPSSURBVHhe7VtNThsxFLZnUirRLlKpB6A3IJygF6hCAgLChqIydBm4QIEThCxbgsqqDRV/PQE9QcMNygEqkUXLos349TlhpMn8uxl7jPBIsyD2+Pn7/L3n5x8IMY9hwDDwkBmgUeCry29nbIt9pARmCaFl5QQBuRiAtf31+P21bNshAjj4kuX2CgHuRwukjyRUZJNgBRkuUbdVOHjeKUrKXIWyFRAigFA6L9to1vYpEHRBuU/IBRYaDvhNnn4+iIwTsrql2n5YAbKQadquIUDTgVHWLeEY8Lz5ayxGBHv6s/10rE3R+iYGKBv7kSETAxQTrp054RggG4GJAbIZDrRvYoBiwrUzJ6wAPq/73yCiSctVMyRMgOoOyrZnCJDNsO7ta5cHqCbMuIBqxnWz9+AVIBwD0tb3afsDvFz5uUPCOYNyBXjnDsj8S2Xb75TMlyjrcdvBAVJOQGHnDjHnDMoJKPLcIeqcQTgGTBrFVa/30+ypV8CkDOb8vSEgZ0LvXXNRMeAGUZTzQhI8W0zzSb/d+urmDgW2xX8DSo/OPh1si/YrzV7IBQDIlagRGfXrDadFAXZHuQItYwTfqjUc/DvfJ0SAC9Y6mujna0a8NZTm61DSAqQp3lLyFyEC+I2MAbMqBOAib2M6tqf07J8TkOaTHkm15Te7lmXtjJEG0D7tdoYxIeuTZk/bafD8+HCXAGtj+EN3xJexvTjwPMePyvOzkKStArJ0ntfBYNnE22xIFiWM0L3z7od9/7f3SgH1pc35rCNZrTbLw5mCEASMMwUudiwKrfqq06pW18pZCdTGBRZWnDVqwzlfttZWNhP9fLiknv7dQ/Cheny6LE0/6r1a3HiRhQQtCODgcQSPhh32RrLhXEapgUv+7h7jTDxAOjNVot9rK05q4lR4DCCA870HPogIL0t6fs0lb0/f7kSNOgbJ69GnNIGUUY1gZlq8AuLAB9QQJ3nMV9qD2yeVwdTfCiGMB8DEKzxBjotXQKBHAOyKUms23X+hj/6+d9LtjEX9xaWNLWaTd5TQZ1Ft6KcAXy+BwfpZ97BCXeC+248nATBbtStB8Lz+yZfOvsvsOVzT/EgnUaM7QkPwx50jDwRPxxHEtxCIO8knXaLmZe7jP3N3LpHIgxYu4Acf7C2XNNgUU2IgUZJPG2XtE6Ek8H41xEk+jYC08sJnAU/2SR3lkpb1fwOFE5A2QrLL7xMBPF79z6tdEMx1z1FUIYXnAYXuObLwLpdyFyhqzxEIuxkQO7Q4Uk6AwJ4jz+knfjlwXC9cuqw0J2smEXVDU98wYBjQh4F/7SbJsIQ6ShgAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAOJSURBVHhe7VtLctpAFEQUVLbkBuQG4BPkCOyy4RMWWRsuEOMTQNZZYH4Lr8INnBPE3CC+gb1N8Us3JbnkkdBokDQj8FBFFcX8Xvfr9+ahGQoF+7IMWAbeMwNOGPjxeFwtl8vj/X5fcxynYoCg5Xq97ne73aes1w4QQPClUunREHA/3heQUM+ahKLIMMAPcwCeZlWowqwVECAA4BtZL6owf02h70ldAyEwn8/3/pmazWZonjhptRiDdK8fUEAMGy+qiyXgotx5AhjlHPDl5783OUJc8/7bhzdzqva3OeAELyYZYnNAEvYuYaxyDsgatM0BWTMszG9zgGbCc7eccg4Q93XZvq/abnOAZo3YHKCZ8Nwtp5wDcocgoUE2BBISePbD370ClHOA7Pe97PkA2w2cOxw9Z9CuAO/cATx81vj4vYFH7I9cW3SQdgIMnjuEnjNoJ8DwuUNNVIByDkia9nXX+rL1tCsgKYFpj7cEpM3ouc0XyAGz2ew5ze1JPFuUxaSfQPS9wR2FHr+DTXeYq69KsGy9sNPhleoiWfSH4UPMO6AzXIf04JxB2msFCMClhC5Yf0l7IdX5YMPXwJblONeq88j6BwjgjYzNZlOHAUvZ4Eto13r2T8JkMemRSrlD+jd+kne73Y92u33ICXFfsvVyuw22Wq0BATMc3fftMfCs8cPq/Dgk5VYBcYxnn8VicQ2iqJYCiLoFcSP/2LNSwHQ6bcT1JPpVuFMA9MjdJbhbDPkd2+ISmJsQQMx3isXiL/5sxefIOPf9pA7r1+M1P5D5KQ4JuSCA4FnouAZ7nnwIUwMl795jrB4DiLmqIPMP1CAtnIznAO73PvAiJibAQ1xT1lAHd4WA19HniQMJXOZ1sTI1roAI8MTyqgZ6PQw8dwrWLXzj8whkRF7hEQkyrgDRINi/Aik1mSfdajWQ9SeTSQ/jvyMEPobNkTsF+I2EB7uQe3273fajynFKnh4XtzzO1el0Rhh/hT5/ZSSy3XgIeEYSPAqdQyIkCALEx98iCE/yUZeo3XL+iiEhIyEXIeAHLxpMSUPOXkkckLwMYO4LoSjwfjUck7yMAFm78RDwZB9lKCWd1f8GjBMg81DW7WdDALK6c8pbRqD2JJj2M0cZQLHdeB2AImWlanSK/ZfiXNpDwNQzR+w2z/wnmnEC4j5zZE2fxovAMc8Dq8OsdpIUFWqnsgxYBjQz8B9SkUMR7THlRAAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: Base64DecodeToImage -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: base64 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: image - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/OtherActivities/Base64Encode.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/OtherActivities/Base64Encode.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 654f8b1..0000000 --- a/modelsource/NanoflowCommons/OtherActivities/Base64Encode.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Base64Encode - Category: Other activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJzSURBVHhe7Zu9TsMwEMfPgZGhAw/QGRb6JKAyFCZAomIEngDBCwAjKhIwAUMRvAUTsMBKHwAJBkbawwYhUSc0XK524uQqdTvfx+/+vjhJCyAfISAEqkxAJRU/39qoT0SDEwU4B6Bq3gEhXH9gtH1zedRzHTsGwBQ/GfXvcyn8d7UIbxpCwzWEyCY8qfr7uRdvklJQMyp0rYAYAFBqwXXQ//pXCHoLuv3EtsDicht/h+yedxLnhKu0fMePK8BVZQX1KwAK2hhvaZFnwPTm+9CMsDN9OZwa8km1lxngrfffgWQGeAZeuHDkGVC4CpgJyRZgAgx+eeUVQJ4B9nWde903Emoutzf1s4ctfQtYJ0kKYbV70TkjrbGMc1dAs7W+qrtwQC7eFKLgdHGpvRI0ABXBDqcALoTcFZCp8zYxhhLIM4DVrYTF1LO/bT/kMsNMKIACxog0gxLKBSDDYAweAA5wLaYhghLIAMw5YNTXTsa2HaPgv1xdXR6fciCQAYy7gHH440AoBQCOEkoDICuEcp0D0vZTwjmhVApIq98cm22bagFIIFR5AEkz4FWDqqXKKaOB/a6Rei9ADZvmP6YARHigBgnZPgagj5E5Wr6FXBQl9xgA84uMj0HUAMRriqNQbb2++0+ClLZHuWDT/Ff+KiAAuBILfb0oIPQOcvMXBXAJhr5eFBB6B7n5iwK4BENfLwoIvYPc/EUBXIIe15tb9yzfkSkW7nmAa6D2M8kCbAHsuS76x79+3vlsx8odgOrDoScAqOW+a8ea8BT8zzBPj3e3M7MNpXd33fqz1sif5VPy1p3vRYB73YvjI8o6sRUCQqD8BD4B9Q7vb9XxD+oAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJpSURBVHhe7VpLUsJAECUpKLccgSPATdy54ZeFa/UE6glEty4CBBbuuInewNxAthaf2FNlWWEyZdLTCZOZNFUUFHT39Hv90sl8Wi1+MQPMQJMZ8FTgwzDsdTqdMEmSvud5XQMEbXa73V0QBHHVY2cIEODb7fa7IeBpvFsgYVA1Cb7MMIB/qgF4kVZXqLBqBWQIAPCXVQ+KiN9H2GqZZi6B1WqVpCMNh0Nln9AarYDTucfPKKBAjk6ZMAFOlVMDDLoHXL1+n/QIecy364uTmFh77gEaVaS4cA+gsOeCL7oHuAA6jYEvAdcqisXTeAWge4B8X6fe90XF1uv1Daw93MLXHqaC4DMdjUYLjI9sa1wBy+VyCkBmWPACCMxc51EUTawmAEDcUwBQSTCuAACAkr2KLAoJ6B5AqZbKF/vsL9unY+r0BOMKKJNQHSU4RYBOY7SegOPxGMgqwigBTYB4DvjvLScj25YpeRFrPB7PKSSgCSgbQBnxKCQ4QQBFCc4QoEuCU88BeZeT6jnBKQXkESDuDrWbDOUlXfX/jVKAch4h/wjTy68qd4flvUbsXACriLz4qt3hD+wgNttnCIBDCQF0y63NoDC5ZwgQJzL2+/0ASNhgAtlqe9a9/zLWA7BEo3sAdgDb7Rt/G2QCbJcwNX9WAJVB2/1ZAbZXkJo/K4DKoO3+rADbK0jNnxVAZdB2f2sUAOsTns47r0C1Ww/IS5j6v7wmWQcFxFRQRf1BQZ+yrXECDofDc1EAFDsAL065P8oxjF8CIiFYin+Aj0n6vNBvwhTMf76+78ewhf4CR+pmpQTkIMwAM+AMAz/j0TX/y1bX7AAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: Base64Encode -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: string - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/OtherActivities/FindObjectWithGUID.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/OtherActivities/FindObjectWithGUID.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 7f015d3..0000000 --- a/modelsource/NanoflowCommons/OtherActivities/FindObjectWithGUID.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,43 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ParameterizedEntityType - TypeParameterPointer: - Data: rXEe6Dn2hUqAfFR5/+UqoA== - Subtype: 0 -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Find object with GUID - Category: Other activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: FindObjectWithGUID -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: list - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: objectGUID - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: Entity diff --git a/modelsource/NanoflowCommons/OtherActivities/GenerateUniqueID.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/OtherActivities/GenerateUniqueID.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index cff7d38..0000000 --- a/modelsource/NanoflowCommons/OtherActivities/GenerateUniqueID.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Generates a unique ID based on the current session. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Generate unique ID - Category: Other activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANQSURBVHhe7ZpdbhoxEIDHJqqqPqU3SG5Ae4EmJ0AKqkj6kqAQ9bHNCZrcoH1skzbwhNIIFE4QbtDcoNwgvFWqdj21Q1p2vQv+A7qQQVpe1jOe+WZsD2MA6EMEiAARIAJEgAg8VgJMd7y6d4QWMJqR4Ke9y88Dk3ynfZaaQ9evv7eYOzOkUnu7UeLiggGWAdj6NB36fNxnQilzsMbjm0plf+pknrqdxJTzyhZJecvkfJ5iXwBSF9vgz568d7J2DoNLPD5RtviqDgAAwAH3fSeelZyM/KsQXZk9wKTMtIZD35vmd91zTPqCMsCkfBneEwCXKFV3j/77mnex12bsxD3Ash4A0zlvMsJV3jTeta4IWgIosG5ysOjvgwAwxmyqxkIzCAIADJqF9s7COKc6oFo7PAHOPyT1uq5JU51gYXNqSKg+pwzoXH6VZedqfZwArJbrI28ePQDffsBDMuCg0z7fTGaGaU2a3rtmWXWv8dPl1+Cs+gEjO5H1XQ2e9XghsBWiM2AJ4CBCfhoy+SxkxdPoo4zEwFeXBwAcImI/EqXtvJaYryG+cr1Wa6hskVVpUCb4zk9yRIAIEAEiQASWmECmFB5fM8EWItyWYqxfXZ3f5vn4+k2jHAt2wRiUZWekHwteL0Jt4BKPDICd3cMfjPHyPyUIw+jX781erzXUFet1uILQbZ9tuxiQ1Zm+mwztN+j6jb8FUs4raQbreVdgO7XGgf4jZHQ/t1wfq1KYI7zTL0IZh1RnaLncHltrBUDPgrzorzYA6V0yC4ocfbXGk48pMHYZkNgLVin6yi17AA9ZUOTom6Kd994GwPj4kydCeuf3b0T4GDsPGSMAIcSnyRMzYxNC9QCnPfNwykWnGcB9ywkyRZBqQ8k/SjVdJiviWCMA1XLKzwLWWray13cPgFHjMZkFqxF961NAZQFCLK/C1aYnm6IxP7aNvn4uu57T8142xiXw14Bu+9u1ugSRz/Pu9y/X8zZsUfqtASzKoEXPQwAWTdxivtSRq9cQFvJOQwqXAaoLZe2BwOC9qHAAYuTqj1c5hVcaC4K4i6B0bA1rwsDCAVDHq6wwXwBmoqv+kCUTRNzJ75tYrL20PIrv5RJPKDOSJwJEgAgQASJABFaEwB+i3l0dWb4VSgAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMVSURBVHhe7ZnrcRoxEMchwHfcgd0BSQOx+wDiqyBxBbE7SCo4DBTgDkwHdgd2B+E7r/zXc+c562RWK90dMl5mboCR9vVbPfakVks/SkAJKAEloASUwGcl0DYDn8/nOw7GbrebrNfrmyRJnjn54XD4xoap32znbNva0zQ97fV6KfwatNvt/j4dpr0vPgZh5LLb7d7D8F5jPrqlMhQ8+QK5cy54m24vAKQIxsjwL6nDVffvdDrX5IuvXm8AmcEfvoarkkPw30N0ldYAThk3h0PbOfvSNYfTFzoCOP3RtysASYpms9nB57zEX5e+764BLvUAGeD2ec4JqTzXX1pXBE2B7XabcAHG3h4EAFsQWzUeO4BJ7AFy/onqACyCVHX9LiqVzkmuTuAcPmgdMBqNrqUOxt4/aA2IPTgX/z49AK/zgJws3r+fMS3OiqS5Oc61u2TNsPeE/6eucpWcBxSMLVwN19UPSbgN0e09BSj7dCoUYrwKWfjwh3zx1SUGAGNLGFvA8IXtSMzXEV85+LAkX1CVBo0EX/sqpwSUgBJQAkrgAxMolcL5NRNiopuWR+z7CcrHR1uMKGsHaE/Rb0C1wWq1wrZcvi6LmU8JAN75H7KAcr+XCOyMCg4zEPR9Mm5lFoB1ERIw964gbTd9Yd8FjOBJvm+7AptOp5eWK6nzkOAPIetUCiPQn+ZFqHkydAjnq7DpBMAcBe9kvwp/GtfhCoBug19HQczZpzlefDiizgDyUXBM2Sc4EgAvoyDm7HPZtrWzALL3/1y2X1z5Qw4ifJytQ4YFAKN/9xhmDyFo39731BGURCcLIDtyKhVB2ZHYRGIsxr4sgKwCtI2C249W9nqtASRkjoJjyb7zLkCjgF6KKHBaFPFcuWbf3Jel+3Td04adArkD4/H4ji5B8JzQ77oda0q/M4CmHGrajgJomjhnzyi8WmYNwclL26MbAXQKJQgieC2KDgAdq5mjwAYEV2H/0PdKAMvaNToAtL2i7vgKCG+yi/8vHwocX/ebzeaby1acy+XfocBUXgkoASWgBJSAEjgeAv8BwB6LoGXr2ZYAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: GenerateUniqueID -Parameters: null -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/OtherActivities/GetGuid.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/OtherActivities/GetGuid.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 8e375c0..0000000 --- a/modelsource/NanoflowCommons/OtherActivities/GetGuid.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,33 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Get the Mendix Object GUID. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get guid - Category: Other activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQ7SURBVHhe7ZpNUtswFMef5LBhmCGT0j29AbkBN0gICz42pIW0mxZDD9CkJ4B01wHasKFlOrRwAtoLFG7QHqAD6UxoN9jqU0omjj8iy1YSOVgzmcnYlp7+P7/3JEsCSEtKICVwnwkQP/GFpWezBrXfE2BzACSbeEAMTm8Z3T47fvvTrcUDgIvPUOtiLIQ71TJoIoS8GwJ1E8kQa2fsxHORBLLcq916PQCAkGLiXT5AAGGAId1bPCGwuFJhzkdOPuz55omkQBLp8XpAUpQp6mcKQBHIxDajNAeUVp9WCbO3uqMIazJCGp+P9rbDEnLHbNh6nefcOWtoOaC0UtkhjNV6h1CSxcy7tbBSwet6FmU5AF2pHCSRMjD1lA+gDAAKzAaKxEmIrgCU5QBR7I5qPjG0HKDrGxb1S2UIiGxpeV8lgGagQvwS01I9dkpZDlhYWq9RSqu+Qhmrn3zcx/mBuIhyiaiFkc0Dvhwf1IDZdQDmeNv437ZfhxUvEjeI+8o8QFXnEusBqgAMux3tPEA1gHQeICAaywMKS+vzGWKsAbGL4nVEnhzJ6a1tH54dH3xV/aaD2huYB/Cvvwyl50BYWSyed6+9vF7mdUqrFVx41aNEmgiVljeq6DqhxnU/mfwTWRcI0gAKqxtzhJBa3PfHISxiCMVtJ259aQAGdjyu0U59FjRzVGUgRDvSAAiQQoh2Qz3it04fqqLCh6QBoG2ezNSUCAslM2aLOX9xOxIFQFybWtVPAWj1OkbQmVgzwRH0F3j8O+3+qk/13bsc2ExwFOIHYXPsPUAELU2CIkLjfv/ee0CsHFAomFlj8s8aekkRT5TN4icv/njBXWEglzjVbeDBpG9+p7OiepbsKCCyE9kDcD3AzEze/ECCu/ib74rnJnFXmF8j0MATZ+eLyxUOScsSCcDdesBuyIWQWQ6Cnx0QEZg2r+dEz8jen3nZyverIw2AnyOMsh7Azw70+/6f2WxVJ2DiIrfZDiklJff8bxks+P7gxU0tqEFpAAa1XI393/y4tekjvivDf5SwPL+GRps9hgn1FcfFo5e026XEbqiAwMVTw2qfCySUVYMgSAPwrAcwsnWCu0LORPfpaP+SX0MICy7yRfebaLv9nfjOvbgQnOI7bRJqv3potjwh5jcKXGOlbFgfFO37B+30OOvlzN9lCobnFKfNaPnqzeShsy+iUcBPPI5KzAby5Ko+1XDr8ngAY3AZVryq567q0w0brMeezkmGg6z4dsi5jVqM8o70xq4qpX3aiQshinhfADyWMaHl0WtOh6C7x0RUCFHFtxPksEWGsdcvJ/AE6WzDtozHnWzfvR4c8277WgLgnQyCIAYYXry2HtARKQ9BTrz2AOQ8QV58IgB0IdB3mLICQjaa+MQA6A8huvhEAfCHEE984gD0QgAImt6KR4qEP8FHh5zZKidcRtr9lIAOBP4Bhx3h62wogZkAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAP8SURBVHhe7ZpdbtpAEMdtPlL1jSPQG8ANuEGpKhqpAoIrpa8hFyjuCZK+QlSIgIeoL9yA9gINN2hvkDxUqihgd4bYyNjrXa93MbZjS1assN6Z/88zs2vvKkp2ZAQyAs+ZgEoSPxwOy8VicWiaZkVV1VIKAM1Wq9Wlpmm/3Vo8AFB8oVC4T4lwp95HgFB1Q8i5iYD4qxSKR5kljGq3Xg8AEF9PQcj7SagwU2AymZjORs1mk1gnkgKJpccTAUkRJsvPDIAskkntx5PfrJyhCYV7ezB36NqjCFw/wvUI6shlUEBu+0Hvs9u5axZLj7QUAENX4ITuHEKt6+54PNZ5hUTVXhoAeNodP6cBxEVUgnjtSAPAmDzFdjotrQawcvdY84nIagBv6MWlvbQUiIsgXj+kAcAhj2Kc9huvz1LbS6sBONRBIeyRvDMM40u73e4G8ZxVS1h9HG0e0Gq1dBTqjAS8hvNzUPEscYf4XVoEyHIusREgC0DU/cQuAmQDyOYBDKJCEQCVvwb9n8FZZ31HtIrjDNreQsH8LvtJ+/V3sAjAtz8QPYezwxKPzmEbq+3cenOMigHVTqiJEL73Q6+BxnUf6924QOAGAI5XQJQu4fHhdwJMoaMe3ABgsiPy5PfE+s0coyTCDQCcfi3RQYymox5hAJQkeszd1+lgaTpPUV+4AYgajNv9GYC4PZGo/RGaCUbtLNrD/HfavTt/QV27PNhM8BjiD2Ez9RHAgpYVQRahtP/+7CNAqAbAhqrSycnJGbzr1yFSytapWKvCC/g7Wq/XP0i7s8JGFu8owLITOgKm0+kFbKj6BSKvwUjNFo8Gre8DNVwahzZzeOvDjyaxPEIBsPYBXAf8EFJGENY3BCqE9/0/FdmU3t4sq7Q+uQHgPkLoUA/hqE57/3/X/9fbqMX7xmAtLVoaN+tOwVR+NgYrX3+5AeTz+b3O7MUP2IT4CldlrJWZKi6IEJbLiOJQvKqa235zymYkAwKKz5mb7b7AnGL0/CBwAyB8D+jiqpCz0AGEBf4PbL9xRgppD2Kjv4TtuE/i7UMUglP8rk9z8wltuSPXMwpAmD4EyW27I9a6v99Kj/O+0/7fjqLmPLs4DSXf+XZeuHU6zRoFSOJxWFIU88Pdx5cjNwDSTtFFiPwWumXrmGloXuf40oFX/FN6uA7IZY2x1C0k1u9mUQhhxBMBYC7D5AWL2OwgSimdhoUQVjy6Est9wLSagAXSydBQ85pd7Xf/p+Q8swhG/dT97PlBYPrHIT62EWCL5IbAKT72ANDBwBBCiE8EgB0ERf2Kb1nEFAgpPjEAqBAExCcKABGCoPjEAdiDsM0F8vSWOVIkvQEWxm1xzI6MQEZAlMB/WwwSdztLXVEAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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jS2SdSopK/DOwkFB8DoCCKgL5FqzbYtu/taWnDsXfbWPjGXcORviL/TkfahnZG3JzrxhW/Zcb7vyAMniaHHnxdHCeyNHC30h+qQIAgjUKNDkftWXWZBa3NycXy/7cbIkr2rKfTBE2ird+lJXS2+YLkInAGlsU8+lRy3L/p3/GXFhOqIMAghoFrj8JGfn8Ze7Zr0QtielBCCNyplA2cm+YqWsa8J2QjkEENAsYFtH0pXig2E/+SeiCbUH4A39cgeVyj22VZZvBxz/o6M1HybNI4DAhIA8B85yzllWpXssnQt92u8FVD4D8Fbe9OylFVba2uA4qfsd21nhZpO1jA4CCGgWcK/OdSy717ac/WO5fKjdfs0R0TwCCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAokX+D8x2YwRSx+zVAAAAABJRU5ErkJggg== - Subtype: 0 -Name: GetGuid -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: EntityObject - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/NanoflowCommons/OtherActivities/GetObjectByGuid.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/OtherActivities/GetObjectByGuid.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 3ba0a7a..0000000 --- a/modelsource/NanoflowCommons/OtherActivities/GetObjectByGuid.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,46 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Get a Mendix object by its GUID. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$ParameterizedEntityType - TypeParameterPointer: - Data: bVzH4/j+lkqxVZB9+xlrLw== - Subtype: 0 -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get object by guid - Category: Other activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQ7SURBVHhe7ZpNUtswFMef5LBhmCGT0j29AbkBN0gICz42pIW0mxZDD9CkJ4B01wHasKFlOrRwAtoLFG7QHqAD6UxoN9jqU0omjj8iy1YSOVgzmcnYlp7+P7/3JEsCSEtKICVwnwkQP/GFpWezBrXfE2BzACSbeEAMTm8Z3T47fvvTrcUDgIvPUOtiLIQ71TJoIoS8GwJ1E8kQa2fsxHORBLLcq916PQCAkGLiXT5AAGGAId1bPCGwuFJhzkdOPuz55omkQBLp8XpAUpQp6mcKQBHIxDajNAeUVp9WCbO3uqMIazJCGp+P9rbDEnLHbNh6nefcOWtoOaC0UtkhjNV6h1CSxcy7tbBSwet6FmU5AF2pHCSRMjD1lA+gDAAKzAaKxEmIrgCU5QBR7I5qPjG0HKDrGxb1S2UIiGxpeV8lgGagQvwS01I9dkpZDlhYWq9RSqu+Qhmrn3zcx/mBuIhyiaiFkc0Dvhwf1IDZdQDmeNv437ZfhxUvEjeI+8o8QFXnEusBqgAMux3tPEA1gHQeICAaywMKS+vzGWKsAbGL4nVEnhzJ6a1tH54dH3xV/aaD2huYB/Cvvwyl50BYWSyed6+9vF7mdUqrFVx41aNEmgiVljeq6DqhxnU/mfwTWRcI0gAKqxtzhJBa3PfHISxiCMVtJ259aQAGdjyu0U59FjRzVGUgRDvSAAiQQoh2Qz3it04fqqLCh6QBoG2ezNSUCAslM2aLOX9xOxIFQFybWtVPAWj1OkbQmVgzwRH0F3j8O+3+qk/13bsc2ExwFOIHYXPsPUAELU2CIkLjfv/ee0CsHFAomFlj8s8aekkRT5TN4icv/njBXWEglzjVbeDBpG9+p7OiepbsKCCyE9kDcD3AzEze/ECCu/ib74rnJnFXmF8j0MATZ+eLyxUOScsSCcDdesBuyIWQWQ6Cnx0QEZg2r+dEz8jen3nZyverIw2AnyOMsh7Azw70+/6f2WxVJ2DiIrfZDiklJff8bxks+P7gxU0tqEFpAAa1XI393/y4tekjvivDf5SwPL+GRps9hgn1FcfFo5e026XEbqiAwMVTw2qfCySUVYMgSAPwrAcwsnWCu0LORPfpaP+SX0MICy7yRfebaLv9nfjOvbgQnOI7bRJqv3potjwh5jcKXGOlbFgfFO37B+30OOvlzN9lCobnFKfNaPnqzeShsy+iUcBPPI5KzAby5Ko+1XDr8ngAY3AZVryq567q0w0brMeezkmGg6z4dsi5jVqM8o70xq4qpX3aiQshinhfADyWMaHl0WtOh6C7x0RUCFHFtxPksEWGsdcvJ/AE6WzDtozHnWzfvR4c8277WgLgnQyCIAYYXry2HtARKQ9BTrz2AOQ8QV58IgB0IdB3mLICQjaa+MQA6A8huvhEAfCHEE984gD0QgAImt6KR4qEP8FHh5zZKidcRtr9lIAOBP4Bhx3h62wogZkAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAP8SURBVHhe7ZpdbtpAEMdtPlL1jSPQG8ANuEGpKhqpAoIrpa8hFyjuCZK+QlSIgIeoL9yA9gINN2hvkDxUqihgd4bYyNjrXa93MbZjS1assN6Z/88zs2vvKkp2ZAQyAs+ZgEoSPxwOy8VicWiaZkVV1VIKAM1Wq9Wlpmm/3Vo8AFB8oVC4T4lwp95HgFB1Q8i5iYD4qxSKR5kljGq3Xg8AEF9PQcj7SagwU2AymZjORs1mk1gnkgKJpccTAUkRJsvPDIAskkntx5PfrJyhCYV7ezB36NqjCFw/wvUI6shlUEBu+0Hvs9u5axZLj7QUAENX4ITuHEKt6+54PNZ5hUTVXhoAeNodP6cBxEVUgnjtSAPAmDzFdjotrQawcvdY84nIagBv6MWlvbQUiIsgXj+kAcAhj2Kc9huvz1LbS6sBONRBIeyRvDMM40u73e4G8ZxVS1h9HG0e0Gq1dBTqjAS8hvNzUPEscYf4XVoEyHIusREgC0DU/cQuAmQDyOYBDKJCEQCVvwb9n8FZZ31HtIrjDNreQsH8LvtJ+/V3sAjAtz8QPYezwxKPzmEbq+3cenOMigHVTqiJEL73Q6+BxnUf6924QOAGAI5XQJQu4fHhdwJMoaMe3ABgsiPy5PfE+s0coyTCDQCcfi3RQYymox5hAJQkeszd1+lgaTpPUV+4AYgajNv9GYC4PZGo/RGaCUbtLNrD/HfavTt/QV27PNhM8BjiD2Ez9RHAgpYVQRahtP/+7CNAqAbAhqrSycnJGbzr1yFSytapWKvCC/g7Wq/XP0i7s8JGFu8owLITOgKm0+kFbKj6BSKvwUjNFo8Gre8DNVwahzZzeOvDjyaxPEIBsPYBXAf8EFJGENY3BCqE9/0/FdmU3t4sq7Q+uQHgPkLoUA/hqE57/3/X/9fbqMX7xmAtLVoaN+tOwVR+NgYrX3+5AeTz+b3O7MUP2IT4CldlrJWZKi6IEJbLiOJQvKqa235zymYkAwKKz5mb7b7AnGL0/CBwAyB8D+jiqpCz0AGEBf4PbL9xRgppD2Kjv4TtuE/i7UMUglP8rk9z8wltuSPXMwpAmD4EyW27I9a6v99Kj/O+0/7fjqLmPLs4DSXf+XZeuHU6zRoFSOJxWFIU88Pdx5cjNwDSTtFFiPwWumXrmGloXuf40oFX/FN6uA7IZY2x1C0k1u9mUQhhxBMBYC7D5AWL2OwgSimdhoUQVjy6Est9wLSagAXSydBQ85pd7Xf/p+Q8swhG/dT97PlBYPrHIT62EWCL5IbAKT72ANDBwBBCiE8EgB0ERf2Kb1nEFAgpPjEAqBAExCcKABGCoPjEAdiDsM0F8vSWOVIkvQEWxm1xzI6MQEZAlMB/WwwSdztLXVEAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA+DSURBVHhe7d1bbBzVGcDxmb068aW541wUAgGHQhQCTgsI1AQeUB8CtEhtFIrERaqhTyClfU7c14qqfSI4UqGqIKWVoCFRJfpAkhZKQwkYBLQxwXGoco+JEzuO13uZzhdkmB0cz5ydPeMz67+lSIg9l29+Z8+3c87OzlgWfwgggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIICACdhSGB5535jSNFx6xbHuDY1lrbdtaEaU96iKAQLCAY9m9tuMMVGzrL6lSZf/LP5s1EFxr8hI1JQCZ+Pli8SnbqjztTv45tXZOPQQQiC7gJoQX7FK5u5ZEoJwAHuoZWVuysq/yaR994GgBgXoJuGfgA45j/fDPXflelTZTKoV/tKP0SNnOvs/kV1GjLAL6BdxP8hUp23pf5qhKb6HPAOSTXya/v3HHcYbLY5Wdl86P77t4tniifLE4rBIAZRFAQE2g7erZHfmWTGdmVvqhVDq1uKq24wxVLPvusGcCoRLAl2v+8W988hfdiT94eKSHSa82gJRGoF4CV62Z0+Umgi5ve7IcKGRyt+x6zB4K6ifUEuDyhp9vh398pPTM6Q/OPcPkDyLmdQT0CZz6cKhH5qK3B1kO5MbHng7Ta2ACkE9/y3Ie9TZWulTuOfPx+Z1hOqAMAgjoFZC5KMtwby8p237qy7k79V9gAmgqjv3A++lfqVjHJesENczrCCAQn8A5dyku+3Ff9eh+PZ8vFKo+uCeLJjABWFbqAW/F8lhpf3yHRU8IIBBGoOBuvhdHS9Vn5enUzUF1AxOAYzsrvI0UR8v7ghrldQQQiF+gdKlysLpXZ0NQFIEJwLbstd5GLpws9AU1yusIIBC/wKhvbspmYFAUgQnA3wC7/kGkvI7A9AjIMkC1Z+UEoNoB5RFAwFwBEoC5Y0NkCGgXIAFoJ6YDBMwVIAGYOzZEhoB2ARKAdmI6QMBcARKAuWNDZAhoFyABaCemAwTMFSABmDs2RIaAdgESgHZiOkDAXAESgLljQ2QIaBcgAWgnpgMEzBUIvCXYph0F9w5DX/8dOzC4ztzDMTOyGxcPLLlt5dGt2XSlI2U7rWZGaU5UhVL64IHPru7+5MSK4+ZElYxIlt42/11vpC//ND/lHOcMQPO4yuS/q+PIi/lMuZPJHw5brMRM7MLVoFStAiSAWuVC1pNPfiZ+SCxPMTETO/Wa1FARIAGoaNVQVj7NaqhGFVdAlkxA6BVgD0Cvr/Xkhjeq1mTb993DHsoU5nhFe0OyBxDNj9oIzCgBlgAzarg5WASqBUgAvCMQmMEC7AFoHnyda9q7b/i4c9nccxvzmeK6TNqpekZcuWwfHytlDx4cWLYjSd+n6/TSPNRGNM8egBHDoD+IH3/nX12r2k8915wfv88/+aX3dNpZIq99b1X/a1JWf0T0kEQBlgAJHDWZ0POaR0NPailLEkjgQMcQMgkgBuR6diFXx6lM/om+pY4sGeoZC20lX4A9AM1jWO817cO3/2NbS1Nx40TYstY/fGZR997/3lT1VBiZ7CsXnt7mXR5cLOR3/+HtO7ujHLL/eFTbCroOot5eqvElvTx7AEkfwYD4m7Klqk/xySa/NCEJ4bMzi7Z5m2vKjHMG0ODvD9XDYwmgKjbN5f0bfv5Pfm94/tdkY3Caw6d7wwRIAIYNCOEgEKcAewCateu9plVtT7W8Zo7A5pMWb+ABxVyAPYCYwekOgSQLsARI8ugROwIRBUgAEQGpjkCSBUgASR49YkcgogAJICIg1RFIsgAJIGGjVyrbJ7whT3V5r/81uWowYYdLuJoFSACagevd/FgxW3XJ73ULT2+dLAlMXArs7X+slKuqW+/YaC95AlwHoHnM6v29tkxs+RlwLWH//VDH/Z+cWBbpLIDfAtQiH18drgOIz3paepLLe7+4OLtHtXOpE3Xyq/ZJefMFWAKYP0bfiPBP/769RyUJSFmpk8BDJWTNAiQAzcC6mpcJLaf0I2O5Pf6NQelT/t/FQm73oZNXPcHk1zUKyW+XPQDNY1jvPQDN4U5783hFGwL2AKL5URuBGSXAEmBGDTcHi0C1AAmAdwQCM1iAPQDNg1/PNa1cA7CwdbizOV/olAdnhn3qcMWxh4vlVF+hmO3r/XzJziQ9J0Dz8DRc8+wBNNyQWtZ3rz3c8dhd+5+TC4Dk7r7yxOGwk184pKzUaZs1tlmeEyBtyd2FG5CKQ1IUYAmgCBZ38Qc739l86/LPX6rnY8alLR4YEvdImtkfCcDMcbkclTzMY1HryBZdIfLAEF2yyWmXPQDNY1XrHsCVnv5TKKUPDo607j58at57YdfysoRob7vQMb9l+L7JziROD7c988rBdTt1UPjXpMcODK7T0Q9tfinAHkADvBMme/qPbOTJVX3Pv7n+idd6b90TdvILxzv91/VJHal7fGjONv+Vg4taL2y5w00SDUDHISgKsARQBIuj+G0rj2719iO/43+z7/qfTPUMgLBxSSL45+Hrn5CE4q1zw5Jj2pYaYWOjXPwCJID4zafsUT79/afpJy+0uY/4jvYzXm+n0tanpxb93Pv/pE+eHWjYmyGGcEgAMSCrdHHz8uObveVlzb/7g87dKm2EKStnE9K2t6xcYxCmLmUaR4AEYNhYNmWLVWvxs8Mte3SFKJuJ3rblAiNdfdGumQIkAMPGRa7w84Z0dnjeIV0h9p9przoD8Petq1/aNUeABGDOWFyOxH+F39v91/TpCvGjY0uqbjCqcnWhrphoN14BEkC83vSGgFECJACjhoNgEIhXgAQQrze9IWCUAAnAqOH4ZjDplGXr/Gf44ROeZgF+C6AZWPW3AFHvux/1cLbvu6eu1+rzW4CoI6JWn98CqHlRGoEZLcASYEYPPwc/0wVIAIa9A5xp/jOMg3A0C7AHoBlYdQ9AczixN88eQLzk7AHE601vCCRagCVAwoav4n4t6P2XsPAJ1zABlgCaB6QeS4Dlcwfbrmk/1bG0bWh9Jl1enE5VWiXsciU1XCqnTwyNtrz3+sdr9pUrlqP5cJSbZwmgTBapAkuASHxmVZaJL/cG/P6aD3d9+6qT2+W23rNzxQ1y8w75J/8t/2/5/LO/evzOvbukrFw0ZNZREI3JAiwBDB2d1UuPLr139Ycvyp17w/xKL512lkhZSQRS19DDIizDBEgAhg2IhCO3Bbv92v7tmbSz2B+e/1tC/+uSCO64tv9ZHvxh4MAaGBIJwMBBkZuC+id/uWJfOD+af+nE+bndfafan5R/Rwbn/WK4kNtdLlvHvYchScB/Y9Eoh7lwdVvX/FWt90VpI0pd6VtiiNIGdScXIAEY9s64d/X7l9f43rBk4v/1gzUP7Hznzl/LXX3lfn7y728f3bLvxbfv6n7rcMeTQ24Zb5163eRTJl6uOdvVNCe3dTqSgPQpfUsMJIH6v1lJAPU3jdTikrbhjd4GRsez+2TiHzs/v+o23t4ycpffP7pl/Df5XDZ3qKot1cAmJv9EvbiTwMTkn+ifJKA6gsHlSQDBRrGWcL/mW+Xt8H9fzAv9xJ6Bswt6vHWbMuORbvLpVNylhbvpUNVmTGcC/sn/VQxlp+o2ZrEOTgN2RgKIeVCDftvvX/urPAzEX1b2AoL6m+rwz35yYU9hpNQddxK40uQfvzDefeY/w3W/RXrMbwGjugv8znjTjkLVJwDPdlMbv671e/eG+RrvSq2q/j5f9X4CYdpfcGPbxnxLZqtl21Xvl7Gh8e7BQ1NPSNULgZj8au8vf2kuBIrmV/faxVJK22296x7sFRqM60yAyR/XiH7dD0sAzeYH+lf+Ur7C09yN9uZ1JwEmv/YhnLQDEoBmd9mhf+vT6x8uFNPv1vJTf9XwVPtQaV9XEmDyq4xCfcuyB1BfzxnRmsqeQNAeAJO/vm8Z9gDq60lrkwjU60yAyT/9by+WANM/BomMIGoSYPKbMewkADPGIZFR1JoEmPzmDDcJwJyxSGQkqkmAyW/WMJMAzBqPREYzVRLwH5D8nsD//7jCb/qGnQQwffYN1fOVkkDQQTL5g4T0vk4C0Os7o1pXTQJM/ul/e5AApn8MGiqCsEmAyW/GsJMAzBiHhooiKAkw+c0ZbhKAOWPRUJFcKQkw+c0aZhKAWePRUNH4kwCT37zhJQGYNyYNFdFEEmDymzmsJAAzx6WhopIkwJ18zBxSEoCZ40JUCMQiQAKIhZlOEDBTQDkBpJuzlx9MyR8CCJglkK9hbgYmAPem0APew2xrz3eYddhEgwACItDUnvXNTac3SCYwAVhOZb+3kcysVKR7zQcFxOsIIFCbQL4lu8Fb06k4R4NaCpMAqrJIdnZmM8uAIFZeRyB+gUw2VZ0AUqlXg6IITACF/OwX3AdDDE005N4avnX+dbN5UGOQLK8jEKOAPMbNTqe+epq0+zCPgfFMbldQCIEJYNdj9lDFcX7rbSjblNm84Ka2zUGN8zoCCOgXWOjORXluorcn26r8XuZuUO+BCUAaGM81/caqWEe8jbnrjS2SdSopK/DOwkFB8DoCCKgL5FqzbYtu/taWnDsXfbWPjGXcORviL/TkfahnZG3JzrxhW/Zcb7vyAMniaHHnxdHCeyNHC30h+qQIAgjUKNDkftWXWZBa3NycXy/7cbIkr2rKfTBE2ird+lJXS2+YLkInAGlsU8+lRy3L/p3/GXFhOqIMAghoFrj8JGfn8Ze7Zr0QtielBCCNyplA2cm+YqWsa8J2QjkEENAsYFtH0pXig2E/+SeiCbUH4A39cgeVyj22VZZvBxz/o6M1HybNI4DAhIA8B85yzllWpXssnQt92u8FVD4D8Fbe9OylFVba2uA4qfsd21nhZpO1jA4CCGgWcK/OdSy717ac/WO5fKjdfs0R0TwCCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAokX+D8x2YwRSx+zVAAAAABJRU5ErkJggg== - Subtype: 0 -Name: GetObjectByGuid -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: Entity - ParameterType: - $Type: CodeActions$EntityTypeParameterType - TypeParameterPointer: - Data: bVzH4/j+lkqxVZB9+xlrLw== - Subtype: 0 -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This field is required. - IsRequired: true - Name: ObjectGuid - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: -- $Type: CodeActions$TypeParameter - Name: TypeParameter diff --git a/modelsource/NanoflowCommons/OtherActivities/GetPlatform.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/OtherActivities/GetPlatform.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 27479ce..0000000 --- a/modelsource/NanoflowCommons/OtherActivities/GetPlatform.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,26 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Get the client platform (NanoflowCommons.Platform) where the action - is running. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$EnumerationType - Enumeration: NanoflowCommons.Platform -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Get platform - Category: Other activities - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALDSURBVHhe7ZvBbtNAEIZn3eQW1IDKnUdoeBEqcah6Qj1UvbXqE1CeAPmIONAb4lCpPAGPkDwCd0TTShGXxLvspBi5ZrE98c50BRMpl3p2Zv5v/7U3dg2gHyWgBP5nAmYT8S/2j59tZfaDAbcLYMab5Ig6xsHVymVnnz+9+0rNSwaA4gdZMU1CeFWtgxsPYUKFkFGJDUzxNjnxKMLAGF1J1UMGAMbsUYtIxRsHfknSPuQl8PLgyFVLXH5835ijHk9rD4Cavy2+Xp/uAKqCxOMVQOITxN4e+zmAWwH1nKTngBoBPQdwWzT1/OqA1GeIuz91ADfh1POrA1KfIe7+1AHchFPPrw5IfYa4+1MHcBNOPb+YA56eLjrfsNw+nXeO7QtYBMCTkx+v/J3U6c7J4nVbwxgzhOEUx7TFxjjODgCFZMZerJs1cN4EYX3Mx2AojpGAwArgnvhyurzA0HJY2/6X+DJUAgIbgKB4r8wCHH7LR7O6fW/zxzMLxWH979wQWAA0ib/OR3fLIfC5zrcvpCFEB7Cp+JKHNISoAPqKfwgIUQGAWYafM7js3vPETpcvNwyPMZb8LKOpXlQAsewby0ldQEcFgAX7QpAUv95vdKFEjdkUgrR4NgBtTghvhBa7v3eMFeK4b2i6dFIn5499Rt8ETeNDTnDg3oQ3QqMZHqvm4xbP6oDQJQ0Ffs8fnf8NGh4rIUiIFwFQLoclLCdN4ksoGLMEmHDavjoBLCfB0AzjXr/rcrsN/FboOpYaJwaA2phUvAKQIp1qHXVAqjMj1Zc6QIp0qnXUAanOjFRf6gAp0hHq4K2w0LdXavL9Nf+/uXNfcdyrKuNg9vcFnIPOP2oYdYZTW3dFrUk+BxQuw6c3N9RC3PEO7HwFW2fUOmQA+FbWymYTcHTaxObwtnjrF4X7Xr4UdvCc+sYYsR8NVwJK4B8k8BPznTHP3baYbwAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKkSURBVHhe7ZtBTsJAFIYZpDEkLjiCRwBP4gYXhsR0IXtPIJzAPS4wgZgQN9zAI+ARvAEs3Ghp67xiTW2mZV47bxz0NXHTefPm/d/8nQ7gNBp8MQEm8J8JiCrip9Ppqed50ziOu0KITpUchvssgyC48X3/FZsXDQDEt1qtlSPCs3o3EkIPC6GJJSbF3zkoHmR0wJVYPWgAUvw5dhCL8V3sWOhHYD6fx9lBBoNBaY58PLZAbP598fnx0Q7ACnA9ngG4PkPU9ZGvAdQCsGsSrwE5ArwGUFvU9fzsANdniLo+dgA1YdfzswNcnyHq+tgB1IRdz88OcH2GqOtjB1ATdj2/NQf0J+/aX1heTt60Y+sCtgKgf7+9aorG6mLycbuvYIgJhbeCPvtiTbSTA0jEN8IHKFaIeFQGAdogBmKhjw0IpACy4tPZAoGqxwHupeLTWBsQyACoxCfC4sh/Gh6/5O2b3JNt+fvUEEgAlIlfDNvJ46C6kjbLEIwDqCo+BWIbglEAdcX/BgSjAJpxoPydIRLej98TdV5fRX2KxtDJqYoxCsCUfU05SQeKUQAwYF0INsXv9hsEV1UItsWTAdjrBMXnAtj/pzvGH3MiX4tlr86680figPLVPBqrNkKPwxO5OYrGNsWTOkANIRovrtujwo1Q0vYFgXjm0xpIHZCFcBQHvTLx37ESQhJbsmOsa/tsfysAYMCdxfUuTKxexuIoawDqFkrVnwFQkT2UvOyAQ5kpqjrZAVRkDyUvO+BQZoqqTnYAFVnTeeXxHKH6qzsO+n+FZ7PZ2tETIwkL8vMCUrz2h5q6s1Oh/xLbB70GyINJvrTiBjsQdXwURWs4OYYdBw0ATmVtt9uehICmjSlO5te6QLgMfA7D8Ax7YgxTD8cyASbwNwl8AjvTcekTre5QAAAAAElFTkSuQmCC - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: GetPlatform -Parameters: null -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/OtherActivities/Platform.Enumerations$Enumeration.yaml b/modelsource/NanoflowCommons/OtherActivities/Platform.Enumerations$Enumeration.yaml deleted file mode 100644 index a58d8d8..0000000 --- a/modelsource/NanoflowCommons/OtherActivities/Platform.Enumerations$Enumeration.yaml +++ /dev/null @@ -1,34 +0,0 @@ -$Type: Enumerations$Enumeration -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: Platform -RemoteSource: null -Values: -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Web - Name: Web - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Native mobile - Name: Native_mobile - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Hybrid mobile - Name: Hybrid_mobile - RemoteValue: null diff --git a/modelsource/NanoflowCommons/OtherActivities/Wait.JavaScriptActions$JavaScriptAction.yaml b/modelsource/NanoflowCommons/OtherActivities/Wait.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 7a199fd..0000000 --- a/modelsource/NanoflowCommons/OtherActivities/Wait.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Wait for number of milliseconds before continuing nanoflow execution. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Wait - Category: Other activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: Wait -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The number of milliseconds to wait. This field is required. - IsRequired: true - Name: Delay - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: All -TypeParameters: null diff --git a/modelsource/NanoflowCommons/Projects$ModuleSettings.yaml b/modelsource/NanoflowCommons/Projects$ModuleSettings.yaml deleted file mode 100644 index f6ae021..0000000 --- a/modelsource/NanoflowCommons/Projects$ModuleSettings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -$Type: Projects$ModuleSettings -BasedOnVersion: "" -ExportLevel: Source -ExtensionName: "" -JarDependencies: null -ProtectedModuleType: AddOn -SolutionIdentifier: "" -Version: 1.0.0 diff --git a/modelsource/NanoflowCommons/Security$ModuleSecurity.yaml b/modelsource/NanoflowCommons/Security$ModuleSecurity.yaml deleted file mode 100644 index 3d32b8a..0000000 --- a/modelsource/NanoflowCommons/Security$ModuleSecurity.yaml +++ /dev/null @@ -1,5 +0,0 @@ -$Type: Security$ModuleSecurity -ModuleRoles: -- $Type: Security$ModuleRole - Description: "" - Name: User diff --git a/modelsource/WebActions/ClientActivities/ReadCookie.JavaScriptActions$JavaScriptAction.yaml b/modelsource/WebActions/ClientActivities/ReadCookie.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index f9deaae..0000000 --- a/modelsource/WebActions/ClientActivities/ReadCookie.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,31 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: CookieValue -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$StringType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Read cookie - Category: Client activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: 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WhCwlAAcgKU4IQwEKouAYQdA2WMr6xFhLQgsDQJm+qauA5AkaUiJr2ql39SnrJdGE+ApQaB0BOb3TemynjW6DkBOGdSnFOKrdrXqCcXvIAACzhPwh9xtSq2SKN3Qs4LFAai8iDvg6TAz1dAzBL+DAAgUR8Dlc+9SSuB513/qSdR1AAmv/w1OkqI5QTzPh2vXV5V9emq9B8fvILCYCCzfXNPJu/jm3DPJn/MaSnp9xTuAt/bxUY7n/1UJyyvPAhofrSn4CanFBBfPAgLlTGC53Bd91V7VoMxz4m9n+67On+4MgOonPb7fyFdFh5Sy/CHvQfI6egrwOwiAgD0EaCm+YkvtQZ/cF5UaZkd/T+A3LFp104LnhOztjm/Ncp6z8mygTqVM5IaFpNCTmsr0T92YGWRRijIgAALmCFCn9zd6m/xhT5uvytMh98d52/JuSdh2sjN0mUUDswMgYc93J17keNfrLIJRBgRAoAQEJHHfm53BN1g1G3IAJJRmAhnO+0c5q0wLqxKUAwEQsJcATfs9kvAj1pE/Zw1TDEBpOings2I7J4m/tfeRIB0EQECXwOwOnXgk5fExT/uVMg3PAJSVn/+3RAvn5trk/cbnJJ5vkbcLt+oajAIgAAJFEZA77ZAs4LLc3/pom54l2l+UQlQGARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAgSVA4P8BoSiEpeDgpaMAAAAASUVORK5CYII= - Subtype: 0 -Name: ReadCookie -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: key - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: Web -TypeParameters: null diff --git a/modelsource/WebActions/ClientActivities/SetCookie.JavaScriptActions$JavaScriptAction.yaml b/modelsource/WebActions/ClientActivities/SetCookie.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 4ad6f76..0000000 --- a/modelsource/WebActions/ClientActivities/SetCookie.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,38 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Set cookie - Category: Client activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABfwSURBVHhe7Z1tcBTHmcdn9l3S7kpCvOiF1yBkB2QgLASCc4ecq/J9AfuOqotP+Kri3JUF+ZSccT4T7msMdfcpIO4uvisbxUmdcxiSVF3V2VBnSMAIAwZi82KEAQkwkna1q9WuZnbm+hERnhl2Ne+zK+m/VapS7XY//fSvp5/ufrrnaY7DBwRAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAgAjwdjC8+HO5LjKe/x7H8x0yx63leW6pHXnICwIgoE9A5vjzvCz3STz33z5ROvHOD6r69HMVT2HJAFDHDwvCD3lO+hHr/HVWC0c+EAAB+wSYQXiTFwt7rRgC0wZgR3dmrcgFf43R3n7DQQIIOEWAzcD7ZJn76191hc+bkekzk/hvDonfK/DBj9H5zVBDWhBwnwAbyZf6eO5j6qNmSjM8A6CRnzq/Vrgsy+lCTuoZS40fH30oDBRGhbQZBZAWBEDAHIH4kuq2cDSQCFT5d/j8viZVbllOShz/nNGZgCED8GjNP/7EyC+wjj94PdONTm+uAZEaBJwisGB1XRczBF1KebQcyAdC3zjyfT6pV46hJcCEw0/j4R/PiPseXBjeh86vhxi/g4B7BO5fTHZTX1SWQMuB0HjuR0ZK1TUANPpznPyKUpg4Vuj+8nKqx0gBSAMCIOAuAeqLtAxXluLj+R8+6rtTf3QNQETI/ZVy9Jckrp+sjp5g/A4CIOAdgWG2FCd/3OMS2fZ8OJ9XDdzFtNE1ABzne1GZsZATT3hXLZQEAiBghECeOd+FrKielft9a/Ty6hoAmZeXKoUI2cJxPaH4HQRAwHsC4pjUqy5V7tDTQtcA8By/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WiYfHECH97zZbBUIA2ALHzKDwPQmYNYA4CTg9G5vaA8CtgjAANjCh8wgML0JwABM7/aD9iBgiwAMgC18yAwC05sADMD0bj9oDwK2CMAA2MKHzCAwvQnAAEzv9oP2IGCLgGkD4K8Jqg6Q2CodmUEABBwjELbQN3UNAItH06fUMN4YbnNMYwgCARBwjECkMajpm/J5PeG6BoCTpRNKIYEqX0JPKH4HARDwnkA4GuxQlspe17ylp4URA6CyIsHqQCeWAXpY8TsIeE8gEPSpDYDP92s9LXQNQD5c/Sa7EDI5KYi9ahpraK2eMddW6QHC7yAwHQjMa4938X7fxNuf9GEx4frGA6EjerrrGoAj3+eT7K75f1EKCkYCnXNXxVUXWuoVhN9BAATcITCP9cVQTVA1KPOc9B/Ud/VK1DUAJGA8FPlnTuJuKoWx9cZusjqVfFGFXuXxOwhMZwKhWDA+f03t7hDri5p63MwFWJ818NGNCjwpY0d3Zq3IB97nOb5eKVeWuH4hK/SMZvPnMrfyVw2UiSQgAAIWCUTYVl9grq+ppia8hfxxtCRXiWJRXPycuO5wV/S8kSIMGwAS9lL32Css4NS/U8wpI8KRBgRAwEMCE5fIyH//TlfVm0ZLNd2RaSZQkIPvcj5umdFCkA4EQMBlAjx30y8J242O/JPaGPIBKFWfKECSvsNzBdodkCf+8AEBEPCewETQRnmY46S9OX/I8LRfqajpGYAy80s/G1vK+bkOWfa9IPPyUmZN1npPASWCwCwjwE7nyhx/nufkE7lQ2JC3f5YRQnVBAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAAARAwDSB/wfya6G6lT2PNAAAAABJRU5ErkJggg== - Subtype: 0 -Name: SetCookie -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: key - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: value - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: Web -TypeParameters: null diff --git a/modelsource/WebActions/ClientActivities/SetFavicon.JavaScriptActions$JavaScriptAction.yaml b/modelsource/WebActions/ClientActivities/SetFavicon.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 7c3d26b..0000000 --- a/modelsource/WebActions/ClientActivities/SetFavicon.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,45 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: "" -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Set favicon - Category: Client activities - IconData: - Data: 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 - Subtype: 0 - IconDataDark: - Data: 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 - Subtype: 0 - ImageDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAQAAAADACAYAAADr7b1mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABW1SURBVHhe7Z1bcBRXese7e6bnpplBQuIiAQaMkL2gAGGw8eJsEEmVnwAnVGW9sh92N8kK79NujPOMyTNQydPaIpV1Uom13q31xhbeVKUqa5QYdvEigwmQRRgk2UjiJqTRXDSXnu70J2q83Y2kvkx3T8/oP1Uql+lzvu+c3+nz73M/DIMfCIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAAEWArwfDij6XGUCH/bYZluySG2cGyzIZK7CEuCICAPgGJYS+xkjQissy/c4I48O73wyP6seYPYUkAqOIHi8UfsIz4Q7nyN1p1jnggAAKVE5AF4W1WKB2zIgSmBeDl3vQOgeF/ga995QUHCyBgFwG5BT4iScyf/6wneMmMTc5M4L84JXy7xPIXUfnNUENYEHCegPwl38CxzEWqo2a8GW4B0JefKr/WuCRJqVJO7JtNFs5kHhQnSpliykwCEBYEQMAcgfj6SEcw6k/4w76XOR/XqootSdMiw+4z2hIwJACP+vyFx778RbniT36e7kWlN1eACA0CdhFYta2xRxaCHqU96g7k/YE/fP+77LSeH0NdgLkBP80IfyEtnLj32dQJVH49xHgOAs4RuHt5upfqotIDdQcChdwPjXjVFQD6+jOM9B2lMWG21Hv/arLPiAOEAQEQcJYA1UXqhiu9cCz7g0d1d/GfrgCEirk/U379RZEZJ9XRM4znIAAC7hGYkrviNB73lUd5ej6Yz6s+3POlRlcAGIZ7URmxlBMG3MsWPIEACBghkJcH34tZQd0q93Hb9eLqCoDEShuURorZ0hk9o3gOAiDgPgFhVhxUe5W69FKhKwAsw+5Q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 - Subtype: 0 -Name: SetFavicon -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: iconUrl16x16 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: iconUrl32x32 - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: appleTouchIconUrl - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: Web -TypeParameters: null diff --git a/modelsource/WebActions/DomainModels$DomainModel.yaml b/modelsource/WebActions/DomainModels$DomainModel.yaml deleted file mode 100644 index 197d610..0000000 --- a/modelsource/WebActions/DomainModels$DomainModel.yaml +++ /dev/null @@ -1,6 +0,0 @@ -$Type: DomainModels$DomainModel -Annotations: null -Associations: null -CrossAssociations: null -Documentation: "" -Entities: null diff --git a/modelsource/WebActions/FocusNext.JavaScriptActions$JavaScriptAction.yaml b/modelsource/WebActions/FocusNext.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 28aaab9..0000000 --- a/modelsource/WebActions/FocusNext.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Move the keyboard focus to the next element that can be focused. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Focus next - Category: Accessibility - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQdSURBVHhe7ZlBVhpBEIarB/AlioroAcgN8ASRE0DiIs9shOS5y2O8gXgCM2SVF5PgSl0Q4QSaE0hOIAcQRMW4ALpTzQtkpmeib6Z70Lw0yxm6uv6vq6u6awD0TxPQBDQBTUAT0AQ0AU1AE9AENAFNQBPQBP43AkQUvGR2WVAIjLEOAdJgjP4Ag9Ra1uxJUFuTGqcUgOg0AmkyIKV2Ob43KUF+5wkVwMgZDqJP+plLa6Hp18Gw/2+EPQG3TwhJxVjsdNG8yk1iPj9zuCLAz2Dxv/NmNx0FmgIKOWIY6162GNAXLWuuJjOPe96LNEZXI4hNpQDsDsybF6kojZRcIBh0eqS3rGo7LBW7W0CgRJmRb5enfeea0LYAF9j6MJdnwLYdK0Mggdvha5DVclWs3+L5c4PQSrL40zPq7portAiwT5o0LzcNiOzYn1EGuGLBqwNGWDoGsVNRnN9IcAFYXdvwfQ5gDBqEQKNPje364UfPTJ8sdo8MAuMkyCtDqzz7TCYSEGwewbqiyQ8EJVsAxadRSD5q0LOXrzd2stn1hChsQHoFBNUZPeeVYdG8XpEB0LbmKxQGBdGGn+2gBIDdAcJgM/J06liEgDmhA4zWHc5SNo6IoCBkISgHwIXwiIjMTG25RDGoORMieR5UuH2cDAQlSfDl2pscAQOTHEk5V5hmqoefT0bPeGnExHU2/g9uifNyfEEFBG4jSE5QEgHf9r/U+lO9ZQDmSICUEEeIu2o/lkRV4rmdIJGgJAJGIlZfvV0Bwzj+I4o1q/u7jkwv3jbPrbjDB5nb6H0wvaqDkggYTdx/0m84nRC2xH0ehvzeqzooBVDf2+uErEHePKGOiFMKgCdDu4d4ohIiQt5/GQsUoNC24hW7DWU5IJs1E9HpGzya2sKeQaV68MlxULkvB8gIHFYCvA/wUBfteInn/5GOAC48i8nPJR6N95nhuAjx87vDMdvJUFZ4EPF8jJK7gKfzjFnVg91N+7vFd1c5EjGOxs8YnOA5IPNQ4pVEgJfz/HLUv50pud7ZLkP83bB5quDnN+ztU0pvAZf/uPKD2+lMvW517O/4KdDVHMHOsax+GfEKI4A16YBZQPHoi2EviucT8e6QXezwOizZNpcV75kDZFfEa/yobWV/J98Q6WJDBNwNEY9Sd5cm9VtAmC1ZvDF5z05cfZluELd1acUbYrvtb6XuQQDgnk8ki9fYBWLvBfEd/o1ARaThFiqNIAQRr3wLzJu3qSj00sAiWQCaw65PQhQaTlu8i23xeCMI1Il8GeKO8e+GQFhB9TeBIKLtY0LPAcPJ8MCDYb/82MQrLIPe68BLHc/2/LSn6kOI7IqL45VugWGYAzQx3r//K5/HVQPV9jQBTUAT0AQ0AU1AE9AENAFNQBPQBDQBTeDxE/gFMEjRZXq3fCUAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAP9SURBVHhe7ZldTttAEMd3nA9A6gO9Ab1BOEHJCaAPEKkSNJaaSH0qNyCcgPapaqgUCqhS4IFwAtITEE5AjsBDJRIaeztjYVivXZC960DVsZSH2N7Z/f92dmZ3LARfTIAJMAEmwASYABNgAkyACTABJsAEmMD/RgB0wbXdscwMQcorKWAghH8BIHrdxlw/s60pNbQLQBs0khzir3XcmPk+JT2pu8kVQDgaAgETv9r9MDdMPcKcGzg52w/MI+UFUYDztW+jlWn0l6aPmAekaay/+7b9qzJxigvgyxUBzrskWxLkm6P3sz2TfpL6/dF8gbEn/WUVgNp97cs1zrpoxUBgoBSeXLS1HNbaN1sAsuWLQv24UUwda3JbAiSw25yrY0bYjswLwLwsOJ30cxVvEYqnJ47w9lZ3J4le91BfuXmA2ulae7QJADvqPV8InLHs2WG1Pa44IM51cWk9IQbg8PAw9T4AxQ183x9MJpNt13UTI32tPT7BaHgXBCkzHDVmXpl4Qq19XcclFvOmNBCsLAEpZQUh1Eul0iUC3Ol0OvO6sFGp7Apa/7cXZYba7vWSCQBcYntC+q5uI81ysAJAG8BmuVw+0yGcunCFoE7Vdz157xFZQZhCyAMATrSsoDdsxUQVoKfeKwC8zipcbWcCwUoQ3N/fX6Egh78FdWAIorq+vt4P7wWpsehc3r2DS6LbnH1pAwLZyBITrHjAxsZGDwPgIgqOBED8fxf0aICx3I8p0Zb4wH6GmGDFA0IRBwcHS+gFZ+F/AoIeEIn0+mmz25iJjMHoNPoIzaTsYMUDwn7RCwbqGPQlYXO2s9hKyg5WAeAe4CrLwKbZxpG/Ix5nFQAFQy0IRjximkIT+8I9QxAnlMtaDKC8XywWz1W3xxiwhzEgslF5LAaYQqLzALl6zE6CeHrH2ANIOAU/XTwZp62xOhDav0cGpuwMTYVT+7TiqY2Vs0DS4PFs8BnT46b6jAoiIOEkvIce0j9qzlafSrwVD0gaPAobeJ7X0p8FhRLl8oW8eErxuQCgmUfXr+oZIdgFalWiAlaOTQFkcXu1T+MYcGtsSMJp60tun5gOqTqkXHQcNi2bm4pPjAGmM5LUXq3chM9NCyJUf/SgFCuI0PFYT3UPabKWBv/WSe3rzUfhyE/67JsWQ8ge1hPQq5z7U2dK8bnEgFDockfOB1UgTTwVRegbgQ1PwyWEAG5rjhnEW18CFOhkCSpCOssgfSyNx097z74snttpjL4bOsK1/U3A1JNsZYEHx0EbHvoW8NzE5xoDyDilOor2tNuz9SHEdMb19nY/jpKbgxhioPv5r3wetw2U7TEBJsAEmAATYAJMgAkwASbABJgAE2ACz5/AH5834oPh8ogOAAAAAElFTkSuQmCC - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: FocusNext -Parameters: null -Platform: Web -TypeParameters: null diff --git a/modelsource/WebActions/FocusPrevious.JavaScriptActions$JavaScriptAction.yaml b/modelsource/WebActions/FocusPrevious.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 90a1585..0000000 --- a/modelsource/WebActions/FocusPrevious.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,24 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Move the keyboard focus to the previous element that can be focused. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Focus previous - Category: Accessibility - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQ9SURBVHhe7ZlNUtswFMclJRkKhJISug8ngJyg9ARO6UyhK0iZDruEnoBwAjBddToMZNOPRabxCaAnIDcg+xIIJZN2imP1KYwTW7ET2bE96VTaMMTS0/v/9PT8JCMkmyQgCUgCkoAkIAlIApKAJCAJSAKSgCQgCfxvBPAkC04X71aRQXMY42cUoQz8Tfn190pNOmqdSAALxdstTMkeCM74FcyP+ycAzBdvMgmaOEEYrQYl3LTjBoAEPZFfe+niz1ycxi/CED/MJ89b4GmxtfJDTdb8CnUax8RjRL7xzyilTYRIFeGOpqNE7Vadrgc5L7PlCcBCob1JsHGKKCpdHSX3g3CGhT1beT7BGZRWO1jP36pPAEJ4TRhAT7zpS0AQ0oW7y8FkR99dqXOH4cnuWxbKAQPiH2KnxLbDOE52sz2X6Smi+1GJF9oCjuJhpIFQ/lpNno4DgF992POnjaO5vJNNZX17lWCcIxgpQD/jdd7K54+O0T40AkIVD0UOv/o61gfyiqIUU2uv3x7ECTkDAEU/4ofBcgUQpviuQ1DhWR1jqw8Jz5blmfjYdPsMlm7X64qL9ncEELp4lkIwWbY5SeB1x7XYTBuqQTRWnhkFYmBfRCGeOZUutG5AXMp0EBzJWusLZX0nEyfGpV0ArUPk5PXfyZqmqc1R4kSe2yIgKvHd7GsRz/7ni6sY6ZR48Xp7Nlv5enwelPiuH+YkbuJFKIr04WvxxWILDnj9xj9f29iG4oj0wx+TXOXTB01kLi99uhEQtngvDvW2hFU8/BiGeDbXwxbA98IVoR8xQYxRlM1UEHZ4G10A1+r8qYE6jgVIGJOK2YSEZ2nxR/H+dhAzINTLtvKsNCUodsKPNCjZuj6aKQtZFOw0Kge82Ng+JJhA4WM2Wtfb91lNKzcFpxDqZnsLuEUCOwGyPCFkUbATpcgmZH7nV8Y6lFBUtZvCmfhM4kJ59SYnOIVQN8e9H0UkwDmAHYF7YU2hzm8cztqy/EuIAmSLAiFNjp08nQUiiQRKv9s8NdDAyupTegkipeZf9uiRrmeB0CEQbAtxjGgOLkdSVpe1crnZmfrzHFFDHS3FX4+hp8EwITTUuXM4ANV7bkNl2L0Q5RqDUPlyvKsbZIkatEypEWhECL3/3XICX797XQNHuwbcBr2P5jaI+St0I+QUCezmZtzLUWYX7hfPbeAIPlgstPa8wvTbXygCTOPmijHxEMIlv5Naxz1ciibgjdA/GbLn7H6AXZDwdwRBzGm14QkAGwgOr4BTge5Dt2txEwTCVCOI1L1HHLXow7bDlwnBM4CgV8C0xyAgSk74SAhqvon/MtRQH1d1fJ+1vRmCUj/EjlASjMCP7hRsv8Ot8BI7mEUFYmK2gBPk/udxsgyJd2X053GoG10afGuYqMWOKqjkPJKAJCAJSAKSgCQgCUgCkoAkIAlIApKAJDBI4C+gobatbqczgwAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQTSURBVHhe7ZldbtpAEMd3bQhE6kOOQE5QcoKmJwh9CEhVksZSsdqnJicInCDpUyWoRD4rQR9KTpD0BOEG4QbloVJIAE9n3Zrai4299hpRdXmIRLw7O//fzoxnF0LURxFQBBQBRUARUAQUAUVAEVAEFAFFQBFQBP43AnSZBVeaD5sApESo/oKCVSCUrsX1t13N+WpdSgCVxsM+EO2IUlKIK5if908AqHx6KICutVD4pizhjp0gAJrsheLaK38elohO79IQP88n4RTYbjwWv5q5XlyhfvOYeAr028wzgAFQrUuodU1H0Gu/X+3LXJfZEgKw3Ry/0cjkFIDWOuZKXYYzLOzZzs8UOCDdYXbFuDboQMY6QTYip4Aj3qZGoVZuPB3JcAxz/oYXDwCHbTP3Km3xzP9IANziHdEMAkuHJBBYtZ+t9Fa9Y+ZPktgVmRuaAn7i7QXAMtrm6qnIYvzYcuPx3g0ACD3tVFcMP5sXFxfYE0BJ07QtfF4QXXdnZ8dX69wISFM8a3L43afjyUxdabVaa5eXl8eU0hsU/yGO+HmwAgGkKd4OINbhuT5s9/kqz8RnMpkbHHYguuNRx/sCSFv8b+e0524nsdXt8k5ns1nsBmkxqpg442byYjHiCak0hj/c1d8CsuHuL3D3Cwjg3hMlAH38bozH455hGIM4gvk5nghYlHjbCe5gwzdXuq7XePEofGN3d/dWlnjbDWeRQPEyMKMNvhevNB/BbZp/jlUf22JP+Jewkl9Lcmdqxo6AtMXHcZrP/TTE25XI/gOj0H4gjgiZc9gbQaY9x5YNwG5osLFJY4EENvvuufg6LCawFTjVs/OsNSVUa/GjLaLvf61mzmQ6EFYDzs/PT/40Pvay2AX2WRGUWQCnKeAIC4oEdgJkdUImAFQ0cNvbYqdC1wdrQJf7XsAouLu6uirJ9MM39xcRCeXm8I4SV5XHPr9t5j1Vno+CJMKFzgILiQSA725BePExs7OTyaSGod9LIjxsbuBZIG0IeBDyhjhYpa0WrLkdZvmOef/SsqyPYULiPp97GkwTQru6eosHov7UcewM86OnmQLMIOzt7R2MRqN1BHEmOyIivf8DawLXv4vugp9dmMBh593iLkQi3Qj5R4JVT3o5yuxiFNx6qr1Oj2Vdt0XZkEgR4Bj6u2NWHUO4FmWBsDFBl6LsfoBdkKRxE+wBHuYg//x142fxi/lMamUOvBbHxRkIdi0OFu0LRxxeX7tqjOfw5fxfKAJEYYmMtyFYpJXk97956y39L0Odt/kumcCG580gQjDm2EhFMKZt4Wks3ztmbp0dzBYFYmlSwI/W9OdxvD+kBIqh6YFNQhB1bLOXarOFo0NNUAQUAUVAEVAEFAFFQBFQBBQBRUARUAQUAWkEfgGMicVyl/zyNQAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: FocusPrevious -Parameters: null -Platform: Web -TypeParameters: null diff --git a/modelsource/WebActions/PictureQuality.Enumerations$Enumeration.yaml b/modelsource/WebActions/PictureQuality.Enumerations$Enumeration.yaml deleted file mode 100644 index c89a983..0000000 --- a/modelsource/WebActions/PictureQuality.Enumerations$Enumeration.yaml +++ /dev/null @@ -1,52 +0,0 @@ -$Type: Enumerations$Enumeration -Documentation: "" -Excluded: false -ExportLevel: Hidden -Name: PictureQuality -RemoteSource: null -Values: -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Original - Name: original - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Low - Name: low - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Medium - Name: medium - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: High - Name: high - RemoteValue: null -- $Type: Enumerations$EnumerationValue - Caption: - $Type: Texts$Text - Items: - - $Type: Texts$Translation - LanguageCode: en_US - Text: Custom - Name: custom - RemoteValue: null diff --git a/modelsource/WebActions/Projects$ModuleSettings.yaml b/modelsource/WebActions/Projects$ModuleSettings.yaml deleted file mode 100644 index f6ae021..0000000 --- a/modelsource/WebActions/Projects$ModuleSettings.yaml +++ /dev/null @@ -1,8 +0,0 @@ -$Type: Projects$ModuleSettings -BasedOnVersion: "" -ExportLevel: Source -ExtensionName: "" -JarDependencies: null -ProtectedModuleType: AddOn -SolutionIdentifier: "" -Version: 1.0.0 diff --git a/modelsource/WebActions/ScrollTo.JavaScriptActions$JavaScriptAction.yaml b/modelsource/WebActions/ScrollTo.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 31c3498..0000000 --- a/modelsource/WebActions/ScrollTo.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,33 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Scroll the window to make targeted element visible -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Scroll to - Category: Accessibility - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAS9SURBVHhe7VrvUhRHEO+e1ZRlsCBovvsIxxNEnuAQRdAvQgLJp3j4AnI8gZzfVCq5fEEUTbwnQJ+Ayxvc91QIVpk/VdxuOw0st7M7uzszi9Z5ma26Kqpmurd/v+nuXbZ/AP7yDHgGPAOeAc+AZ+D/ygDaAK/XGxPBl/82gOgaAl0FQPnTXXRAgF258jqMRKfz/HHP5j6fcq8RAfX5H64GIvpZbr7mGFy7H4n1syZi8t4/dzme/UcXf3GMC0SZ4eztlcY5Ee5VAM+3WDyH0d71he9Xy+5nus7gBUZt/sVEmNom9xVmwOzC8hoiNl0c59mQ9Pfr1pP1Kj5j8EkfEYlFl0zIJYBPXi5upAMlojeAWFjbc3eWa2EINRSwpusTEeH937afZHybkKIDH9u5kKAlgGue014GPzEIig6QYP3l9qZV4DdvLa9SgJIIGPgiOOiTmLLtCUXgXUnQ9oBAhDLtVfACYdoWPAf18sXmhkCaln8enJKJMMFN1eTE4z0m4HmvbU/IEMCnj4BH3TW++OR3tja7NgEn97IthqTUPTfVev1uIsPyveeBjwCWIgiX0pY2JGQIEBjOqA6pV3TyN26vUPKXB4MzgQjeJNfFxS9Wy0gtAr/fGmvvt8bbVUjIECBPv64ERWf3FCCgjpJZAN8UEVAGPratQkKWAIRaMqh+SL+XnZLpekTBa5UAfpvUX6bgq5Kga4JKXXZ23Gs/DS3b9fWv0rbgq5BQ+iZoerpntW+88b7GTSztjxse13zZfYrK4WvpO20/dAS8a411Za9Qnhim4IsygX3+IX0PPQEc4J+tS82YBFvwOhLYF/vUZc/QZUAcJAd8CDBlkvZ5ZcHlcAiHU3ng2S7zKszP9KTDV8+eGv3LXFab8frH9m8aR7xvaDPAFojrfk+AK3OjYuczYFRO0hWHzwBX5kbFzmfAqJykKw6fAa7MjYqdz4BROUlXHD4DXJkbFbuhzoDxxl+1qkTrvgMmfQ4tAVfuvV87D+f3qoy+2VZ+3dm7/OPf2s9hTMRQEsDg5beqo6BtxlzJk01+WkdBa3kkDB0BR2l/Av70s5WlCEI3V0ARPfhMPot/1a0y69MPVYgiwG8NP4tTL5lKPC2u2ohi+7m5ZbWpSZ2AzrfrrK8IfN7X5UwJEKFCQHZa7E5HKNS5IyF087zZkuACXtsEZbK8TQYlNULqtNgdPxxLZgaXlNso0+K0a1MSXMFrCYgu9DcUAqSQ4SzUXaw5SuuF0tNil3KoAp7vpx16zC6s7CImNIGyVkVI0zuOk2IWTUUEu4rshqD9avtpRt2Rl2CTjXeLAgIDWc1xwzOdKGkfgyEJDmzQoKSmJwpw1yUT+OQz4IFYJGUllcsrB5UwO/C5GcALJ+quh9kTkU8JqRph4USeduBEWcq9Y0YnsESi+y6CK44lPxPswRcSwIs35r9rghBK46rQA2PTdTlvbFbxc0yC+EmW1EkJu4EvJSCRCarOzyl6N51hcU9gEgBsaj7tz2jye5TSEDZRqPI5Ux5YXRpSsGQrjCzzz5kAEIBpw9P5MyIgNjytbaIZmXw1VUyZdE89KYnryVp/2/9vbKPTaQ0aahkqv+4Z8Ax4BjwDngHPgGfgEzHwAQEfazLvMkKdAAAAAElFTkSuQmCC - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAARxSURBVHhe7VpdTttAELadhAqpDxyBI4QTNJwAXmilChRSCV6hF2iSE5TnVGoSAZUQL3AC6AkIN8gR8lAJNQl25zMx3ax3vT+myHLXkiVgd8bzffvtrPGM57nLMeAYcAw4BhwDjoH/lQHfBHi/31+r1WpHZNOge31xp1xEUTTxfX9E99V0Or1utVpjk+e85lwtAgj4OgHvL4Abx0eEDObzefelidj5Nm8imMuD6tA4qIVBoDI8Pz8/qlard7bg4Z+UsE8E3p2enh6rnqc7DvCB9zjAnRCha8vOy1TA2dlZmyZ3bBxn2HR2d3e7eXwm4FkfoVfZt1GClACsPEn3RBDorWpvE3H1MAzrNK9NN3LF0kV+P+/t7Yl8K3kRgU+MbEgQEoA9D9lT8GuJcyQ2+rlrGvhwODwOggBEPPsiP5PZbLZhmhOywNuSIMwBlUqlw4On3zdNwSOoZrN5AtsFgUmcOE2QVLUvHfBwZpoTUgRg9WnF4uzKXF3atyPtaLmJsKUtwe/7Bo5VHZ9S8FHY8nBzlwkJKQJI+tusP1q5cdbK036P2FsGCEqgsVt2nJ51rCIgC/zF4eoAdx4SUgSQXLe4oDqqIHXHicxrdi49612WrQp8YpuHhBQBFGSdC/JeF6BqHr0MXXHqWpfZ6ILPS4JIAUv7Ms/e58HxWV90RMLGFHweEpRvgqpVfenxj71fdSSxlF9KdrHUFVfmduj9XlI3XBWOgB+Hb0eex50YmuCzlRB2Lw/fkO/lq3AEILyLg9XOMwmG4MUkhN0nn+mrkAQkJFSi2YaO7GW7AraxDwl42KVehXGmsw4pCWr9y6zam8n4v/avG0cyr7AKMAViO98RYMtcWeycAsqykrY4nAJsmSuLnVNAWVbSFodTgC1zZbFzCijLStricAqwZa4sdoVWAL4P5iV6R/AdkPVZWALe96btR792l6f0HX9d9j3yMRN+DgMRhSQA4H0/ioM2KXOxK8t+Wg+8sC0joXAEQLIJ+L+frcyaIER1hSB6/CLaDoUjIP50naPgKSyqULnL86JPup/Fx6yUUC3Om4gSe/LFJ7WJyLdtrS8LvOzrskgBSwTw1eI8ZFDfAU/ASObPlAQb8MIkSGr5yQYlqBZbc4CWGdaYrxbzjnVJsAUvJIAquCdcII2X6O5CzxFfDOWrxTbbIQ94PE9Y9KDixQ2NNZiAsFc3bSvFaJqi1b7h2m4G1HiR6u6QyetD72Hf8wN1W80i4elWlISnADUwtfieHgrsxkYJi24zHvwEjZMme0m2HZZ8GIKXKgAD6O6ipPWVDxItM/Q3NFHdyxSBk2NlZWWL5m5zSord5WmTkyrBAnwmARikFQfQpcRlsmqiuRQnWu06efzEJHj+d7SgJozinNeVPftsZeFT0udnHL9tn2FmTgAJTwxYgVcqIHk4JI3eQUH7nC4Rt8grpo2RKudPSqB+Ao3OEZkvpQJYQ3Zvo5mK6/5kp47plzHeKXCsEvCJCowbdww4BhwDjgHHgGPAMfDaDPwB0PeJJyHK/CQAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: ScrollTo -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: 'Selector to reach the element to be scrolled to. Examples: .warning - to scroll to an element with the class warning, or .mx-name-textBox1 to scroll - to a text box with the class mx-name-textBox1 (and name textBox1).' - IsRequired: true - Name: TargetSelector - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: Web -TypeParameters: null diff --git a/modelsource/WebActions/Security$ModuleSecurity.yaml b/modelsource/WebActions/Security$ModuleSecurity.yaml deleted file mode 100644 index 33b4215..0000000 --- a/modelsource/WebActions/Security$ModuleSecurity.yaml +++ /dev/null @@ -1,2 +0,0 @@ -$Type: Security$ModuleSecurity -ModuleRoles: null diff --git a/modelsource/WebActions/SetFocus.JavaScriptActions$JavaScriptAction.yaml b/modelsource/WebActions/SetFocus.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 01daba7..0000000 --- a/modelsource/WebActions/SetFocus.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,34 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: ReturnValueName -Documentation: Set focus to the element found with the selector, The element should - be able to hold focus like a link, button, or input. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$VoidType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Set focus - Category: Accessibility - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAU2SURBVHhe7VlNUhtHFO5ujbARImCRA8i5AOIERrmAMK6Kk5VMvPAmkXAugDhBJLJyVRxgk9gLgnQC8AmknADtw6/5S1mjeXlPQai7Z6TRDJJQyj0bCk336/d973deM2Yew4BhwDBgGDAMGAYMA4YBw4BhwDBgGDAMGAY+NwZ4GMBz+fNF5sAS5/wJMJbEv7Nh5Nx1DwCccsZrAM5fTPDyUWl6P6jMQAQk8mcvOIg1BJwMetAo1iMhdWC8cLwR3+73vL4ImMmfJC2wdhF4ql/B97mOiLC5nT4rPar76SH8FiRyV1kEX/2/gCc85KFRiFbn8h+X/PD19AASwJnY1YVQ7DGAbSbYvs2itbPSpC/TfoqEeT+Tv0hZzEkyhy1xIbJeMhwQL443Yl1DoisBN25PllcSnANQbnJ7Bd3rNIzSw9rT0teJFFxEADtt8MZCt3DoSsBc7vzAnezg9WFpujgsEIOQixWqgJVhTZEFUDvcmF7wku+ZA1rZXsv0wGB93METQCyFBYc1XytgMXkncheeIeLpAbr1Mea3jjamV7wYzDx/uSg4XxKcZTD9jKQ8ArAa56xmO2K98v6NZ/5BwLuo020SpMqAGB7rGFwEUJODLrQnL2ywxmM9hjKZ/GwkdrWGAlYH4bphZQBnxeblp/VKZVvJSZgTZi2IYhiz2xyGXpzWmyV3CGCHJytD1vcEP3m1d9/gSU8ObDUyObGXyWSVZN1K0uCo2V/DRvtdBHAu5hVrCFHWrdOyPGepsFYb9D7SJTI1oSY+OgTYvpYLnviHQO7iRHYbtPLC36V4rb0x8/xV0hLOgSoI6vhtsGL/E69VKiXFFQcNluQtf/c99Sc/u3KO46R33r+9BU2lMcqiHV2xJB5uxB/JOnl4QCdmaKEMnv6PiGZBB29fTS3QwaMAT2f/+cdvZXuigWUNiZceB5Ox/L+r9kv5oL3OtxV2WRBADREeWR0VcFmXyjYmPfQ6xZqtShTsCUwA5oiUfMTO728qwY4c3Gr7oV1TpQUvw4EJ0NXXs+/g4PlLannBHZ8QBKhxZz20FI+4oz6BtlMylDfgcEbzCH9xgQnAjyHV5QXfvA8voEbsv0rQebAnuDsB2GYqbjXz6jqpJBpgZT3urFi0mvlGtYY/9+FWEHBqv63YZVUvgzaIdVkqlkHVOzVstNbdCufOleEHYGk5Kk4pVn/27csi4yIfDsKQdgGUdt79uipLn/sB5xkRaZ6BjRH2AWnFoC51AD4ovzWbygZ6Zz+wC/RBMiQogcWSLvb1VMG1UfoYonet4an2uHMATlflNVj2svRhIf9G2bf54FMae+1SYG0HvQEt37yOpfVehLpA13BEw+YZAvSjaxiCcY+u89RLd2qNIwy7Qw7zeo8waKwdeVB3mqwiOJTl1ldx/x8/bskE9P05TEJoICJYZFMB4OA06Jfxnga19f0yd7GG2U0JCQcYzgbd4/JeIzH3JBhYAT1BybTDs3I4yYncZR49oyjvxjnAAc4BvvKS2LUPwLn6U70kEqsYHpsUX+HUG94uylOJ3DlOgVzgT2xmf93t5J5jcc9QuJFEgxKM+4pgoq5/MQ4Ppip5Jn+dtFgjhWPxRbwMyLqv6FBLBstHpS+UxK4keT9lW5cLIDblGYHfnnF4j8BP8Jrsp+NSfKuXPj09oL3x5o5gb1zvBHWACL6Kbr/cz9VYXwS0D/hsL0d1hjvX42Ie2U7d5/U46lbHFu9D2OvxcQhXo4NhwDBgGDAMGAYMA4YBw4BhwDBgGDAMGAYMA6Nl4F8gVgGhGYrLKQAAAABJRU5ErkJggg== - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAT4SURBVHhe7VlNTiNHFK7X7R/YkRt4cgHMCWbIBWBGwpYifsbS2EpWQ3KBeE4QsopiRzIDYmGzwJwA5gR4ToBvMCwigXF3vbzXAVJV3Y3b7R8YTZXEAnfV+/neb70Swi6LgEXAImARsAhYBCwCFgGLgEXAImARsAhYBL41BCCNwuXm9StEsS7AfQkoCwJgKQ2dic8gXqGAnhDyM4DotquL5+PSHAuAcuP6LQrnN2JWGJfRPPajEH36qx9X8x+T8ksEQPnP6wJm3BMQWExK+Cn3MRDgydX2z4v9UXI4ozZsNL0d4cLF16I860NWLbDMpb9v1kfp96gHMAFAOAkRCWIPPwoHzmGIvSRIjxIkzfcfG/8UPSdTAImUj5ydKBpSuG+Pq5nYkIgFgN2eUQwlOBTdm2yuclqBqzRCz+rMf/KKeggIMpbwcSXOSLEAlBqDSzPZIeIvndrC3qyUmAZdqlB1QYlapcWVolPNrUTRj8wBnO3DmV5+eO7Ks4JUCutsKFVZzl8bzUFkiER6gGl9QnCfEKxEIXh4eEg9Aa47jrNG3+dSHgGgJ6XseZ73oVKpRGb6cmNwQtnwIQlyZehU8y9MHUIAcJNDLnSmbfTkCzOGWq3WUjabZVfbnYbrTkBjbzgcMhBaTlpr4dLCcHCp5zAqjUazFAqBoMNTFls/SvlMJsMgPbXyLOluLpc7Y4OocnOSDiqVsnxDN/4UkQOcZS1+UHZN67DlyQ2LE1htqkcpBIt33qjTpTKt/uACvBwdAo2bL6rbSBQrx7V87/4gIV0gZpealyD26f8KxWTPdMWpanpH7ODgYJ0M8Dv9FQw5Vre2th6UDkpjxvlfViqJ7drCd+qZsAcYFxtVeT7oum7dVJ4UX2HG81CeeW9vb3eZJ1megX9YnIzV/0O1P+LSNrIVDrkMgB4iALvzUlyV5Y6nVpnII7gSjbXSAFBUOWxubp6OxXGKmznkVHJmSCRhNTYAJlEz+yZhOq090/C8NABocUflUPOIaSmXhA4nQyMHaB6RhMbYAFAHZro8OYFeg5MwnnQP8+RKYNCZAgB8e1LWGpcSZRHTrhl35AUXR0dHmjUmVTDuPCvO7TfzNGOeW2P13EZjoHunoRvvDbXCpeYNDT+UJodKC9VOzerkenvU+7+flZJp6JJn/kHlcVc9a84zqEye04VuVd0TDgHET+oGX6B2gL/5vs83rrHdLY1iSc6wLCyTuTcYlChLCvxs7gkBwNNVdZMrYIcvFupvnH3J3VYZ9SQCznIPy8CymBUh6AKNKZFr6BYZAvxjaBhCU6B2Lf86ShFujbk7pHhcnuP9oM/JmPOR2vqq8tFMY18FIPF1mInwQIQOt1SC6NM06KfnPQ26l7fUuKXLGmohIYWg2WB4XB4/EjOTIVFHhHqnltMy7SzdOw3t8l+374WDe8bZy3Y1/30Uvdg+ADx8TRpfqYcY1VLzthXE1zNbnKeCKZChPM0EvghP/hAn7qNj8ahQuCfEgxIB8hQl9M0b47ywCR5sslSyJb6i0r0TnmBTfXDEm867BS2xa0YdJWxQS6VoPdn73ygBY76z5QHx13Ztcf8xEsmfxlzn7Lm+CZoKSoQLx/ffJHmwSQTAPYNv9nHURPjheVw4y8Gb4VM+j4PoU7L+lPZ5PGWE2WMWAYuARcAiYBGwCFgELAIWAYuARcAiYBGwCHzFCPwLsA8NdWIPZnIAAAAASUVORK5CYII= - Subtype: 0 - ImageDataDark: - Data: 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cApwb/0bbm3sw+kT478oPH9rclDu+W/R+/6jbrjreVOyrTfOTX2FwR9VLb7lKADx2UZuWS4RymHwx5en95YKVXXfv7pfYDkVAvl9gNomGfij56b33poIbZHTmcid2KILcgpgaMflH2jvy3Qm+xNZZ5tj2xs8x+5V1TrwxBxDU7dcy5r21INQvKr1vlupfaiK2tDUlVkeCKqhwxo9BaAAaOgUQiCgS6DRAsApgK6eIQ4CBgpQAAzsFFJCQJcABUCXNHEQMFCAAmBgp5ASAroEKAC6pImDgIECFAADO4WUENAlQAHQJU0cBAwUoAAY2CmkhIAuAQqALmniIGCgAAXAwE4hJQR0CVAAdEkTBwEDBSgABnYKKSGgS4ACoEuaOAgYKEABMLBTSAkBXQIUAF3SxEHAQAEKgIGdQkoI6BKgAOiSJg4CBgpQAAzsFFJCQJcABUCXNHEQMFCAAmBgp5ASAroEKAC6pImDgIECFAADO4WUENAlQAHQJU0cBAwUaLgAJDpSLfFyCgOtSQmBWAUyTYzN0AKg3lZ32Z91fn2mL9atoHEEEGhKILs+VTc2vVNhDYUWAMtzT/obSbY5/WGN8jkCCOgXyHSmdvqjqtezXQnLIkoBCFSRVHtyH6cBYax8joB+gWTKCRYAx/lRWBahBaCUaX9Nval2Yr4h27ZzPQ+3D4Q1zOcIIKBPYM0T+QE74fTOR/Qs63I5mX4rLIPQAvDWC/aEeqf73/gbSmWT+1Zvzu8La5zPEUAgfoE1aiymO1KBnbJtuX8nYzcsemgBkAbK6exfq3c+X/I3ps43DkrVcR0r9A3DYUnwOQIINC6QzqXya7d0HUyrsVi39qViUo3ZCH+RB+/+wcLWqp38N9uyV/nb9VzrWmW2cnRmtvRB4UqJd8BHQGcRBJoVyKpLfcnVTm9HR2aHzMfJKXmgLc/zElZ12xsDnaeixIhcAKSx5wbnvm5Z9t9aKmqUxlkGAQQ0CqjBb1nen7050PZa1KgND2Q5Eqh5qR9ajvVg1CAshwACMQvY1qWEW3k26p5/PptIcwD+1G8FcN0v2VZNrg54t/7xhwAC+gXU2FMDcNyy3EPFRDryYb8/0YaPAPwrP/fduU1Wwtrpec4ez/Y2qWqyVb8CERFYYQLq7lzPsk/ZlneymM5Emu1fYUJsLgIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACDQv8P2Z1Nz/A0ThaAAAAAElFTkSuQmCC - Subtype: 0 -Name: SetFocus -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: 'Selector to reach the element to give focus. Examples: .warning to - scroll to focus element with the class warning, or .mx-name-textBox1 to focus - to a text box with the class mx-name-textBox1 (and name textBox1).' - IsRequired: true - Name: TargetSelector - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: Web -TypeParameters: null diff --git a/modelsource/WebActions/TakePicture.JavaScriptActions$JavaScriptAction.yaml b/modelsource/WebActions/TakePicture.JavaScriptActions$JavaScriptAction.yaml deleted file mode 100644 index 745ac00..0000000 --- a/modelsource/WebActions/TakePicture.JavaScriptActions$JavaScriptAction.yaml +++ /dev/null @@ -1,61 +0,0 @@ -$Type: JavaScriptActions$JavaScriptAction -ActionDefaultReturnName: IsPictureTaken -Documentation: Take a picture using the device's camera. -Excluded: false -ExportLevel: Hidden -JavaReturnType: - $Type: CodeActions$BooleanType -MicroflowActionInfo: - $Type: CodeActions$MicroflowActionInfo - Caption: Take picture - Category: Web camera - IconData: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATOSURBVHhe7VpdUtRAEO7JLlZZBaILvsMNwAsIJ9AbqE8+uWFPwHICd/HJJ/UEwgnAE7ieQN5dBYq1tCohbXcgkJlENpn0bLDMVu0Dy0z/fD3TP18C0HwaBBoEGgQaBBoEGgT+VwSUC8c73Z++B9EWKLUiIh9xFIEa/Nid/yAiLyVEHIDl7mQbFPSlDY3lIfTHu/M7krJFAVj0j1fmYO6rpIGmrOB3a/X07d0jKR2elCCW04raTyXl5cmauxOK6hA9AZ3u2UdPqWsDI+yN3ywMqoDSeXW25Xnq9ZUMxP3x7oIYCKInQIHaSDurPHVYxXnee+6Fhgz1uKrM9H4xAOj+rykF968jBSffhvOjqsaeDh+MEOHkSg7peOhP1qrKTfaLAUD3X4s+pexPUkYioHYKMEJDl72m3BwQZ3Oce0eKKarqOqpl9Ajc/0RdJg+UsYPXIuwFKujRaToyt2ZOADvfxvZnquUb1s6TFon7nxibzQMlEVDwlAL6mX2bCkAL26+rOB4roDsrcf8TYzN5oKT/8XLKHXyqpwKglTEbRRcIiN3/xAQzD1iatmbuy+SAZX+C6UXj4bxor2BpuPW2af6IVQFrC2ve2ABQcwBqVz/THEBliDOxT15vUKJcSfgCRDyhNppmftw7V+F+Xr22RepW5ACuv8QTHNCofBxzBdRjpMmSuOzSb1SBBjxOL3XP3uXVbFsQbtrnPAcwO5Q0VkUdIECec+OyTJNg0T2265wCwOyQp3Bg1VjxYEVjcMwwOfw4A4Ajn0uNIRxGiFsBtFa5x+BvALAewfkLygVHGV/pyrg8CU6SYDJPpCMfJzoFO+PhzQRJxz/dUtjaNkdrGmbWbZJjLUmwHbX6pvOhCjenOc/R/zFcHIQKNk0OIK+Pl7gZ4leAo68871naOI48DzRFDT4lIgXVuc7+UpXgMlpURtF14gCYxCjf6yKRNw3mk0BT5WH693bUFq8K4gBQLX+SNhpB9YtGw1xHyXJfP0myfCDLFgeARsm1tNEtBV9sASAiZE8Hk7pH4Y84AFr2JmOrECNm1qfEevsBEA6Qc3HiJwCMZmbx5S/rqDHVriGQpseFoJEHANRR2rYqj7Ja4OkAAIyE/L4SIw4AlT2dDzSqQhkHFHr6HGBUhTKy/rZWHIDQCweaMmpgbHp5niXMpBcYVeFWAkCZ+8RsYGj23y7zOCt+zAZRXyuBiO9tZoFpIImfAFZIgwtNdvrzPPr7oMhJuOQPDnJmCdEXIxJgnADAkcrp5eP5ntier53u5Fn6RCz6v1bo0brPrFEef3A5S2jJdVpki/7fyTicKF/yz/rE9VUiNOiByM734YJ2HYo6x+tqGYcTA9lwIjp62nUoaD3zB0Sc9qo4X0SVkyuQVnwx3wfrGEXF3/CiKZD4g3WbKbKI0+k1zgFgZZwTvr+59zyAYJXpMK4SFxG+/HD3yL/Rcac1D+hNsE0XGT8PHKc5oGw0XKyvNQe4cEha5kyugLTRkvL+cQCQrvC0781wZXLAUndybJIakojXLct83yFzAgiRUd1GOtMf4Z4pOwNApo93Zs1sBVOJPaZpsjcVAK6/3LhE9GrZbE0soo16SqKcynzZcZJ8EEL4aFa9RRFPmjUNAg0CDQINAg0CDQL1I/AHY2gE0NxvZ4kAAAAASUVORK5CYII= - Subtype: 0 - IconDataDark: - Data: iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATNSURBVHhe7VpBchM7EFXLrphU/UW4QbgBcAHgBPmb71SxgSxiYIVzgpgTJLvPN4vAhqqEBfEJEk5AOAG+QVj8XziOraZbZlwjzfx4RtOKQzFT5U0ive5+anW3WlKq/moGagZqBmoGagZqBn5XBiCG4Zv/jF8iYBdArUvgo4IzVLj/Ybv1TgIvjSFOQLs/3gXAnrSijIcIvaPOyitJbFECNv/+vq6a+qukgj7WaGLuDF6sDqVkaCkgu0Jg/pTEy8NqAYjKkPWA/sVHBWquIE5x5+j5rf0qpLRf/9eFRnMvwUBjBkfPVsVIEPUA8oGHaWNRw2kV461X6aaDAQAPqmKm54sR8Ff/4q4CWJuDI3770GmdVVXWYhDWHIdkWFlCnxgBYCbu6iN+EtKRYFxPAuN6WhU5uTGAozk29AEodFe1hCSJ/Z+I8+NACTVmQ1Edq6nZOczJHhkPsKmsAZ+piHnouHRJqRL7fx74vDhQUhVyIArMZJO1zfuyW6Ch96oYPmNcZv8numbiQGkGeBfBGnv1YgJSaSxEzsx+yf2faFE9o9gt7X2ZGLD55gLTYw63W6K1QiipofMW2SOWBUIVXPa8moBlr8Cy5V9rDNg4wLXW5eXLnyXz+rxfQFmDz/yAeKwMDvLydShRNyIGcP5t9y9Obk3G59wr4BrDaZZQirJ1h4Z9Pk6334wP8nJ2KAlXzYseA7g7NC+sClpA6eopz2m/HnULTgkeFpUA7g4pjftBhRV7RQP2LEbELxoBvPJ5rTEqkk5pn3cVdXa4xuBfAy/vKTRbiGqYKVRoy8T0hChBMDlP+MdjqrBeHXWubpC0+6MuKbXrz1VTvBcSHJcTBBuq5xvQUJNHi4zn1ecxPNbvAeTV8RI7Q3wL2NUH/SStHK/8+84fZ0UV5rE8Jz2eswSn0aIYRceJE+A3RsmQYZGV9xXmORQTTtN/XxnLZwVxApRubnir3yu6GplxZjJwvUCL9gMZW5yAzJET1ZdQAgD1sTNX6KYpjSlOgJ/zqzRG/ahP2WE9lMz/mydPgLSGkfHECfCLmY2cPlxRmzLt73R7vCjIgnHiBJC8YVpmlassrcxdL6CeCdk9hxEnANG49wEanKxQxgBU2j0HGOVkhTJY1xYDxituqcsFTEgtPztLuEHP9guEP3EPGGzBN7+AAa12y1xnPe7/SxcyxqkfqGHyNuQssIgvcQJYIEzNll/La4UnRTyBV36qmif+WQImU9GHEQkxUU6DDG5PdQDza+1EIJfG9OvRddWXpEaw5weKFUh3/7Yz5H10hN4JKacZZjmnQRI8U9hkVo2LGXK7txrUZ1bOKsivSqgdlmc8Y4Qav8j9+f9RtkAi+HB7tcer52yHIlrxGG6U0lzGKDolZFxUAlghu3rUzKCOT+EXXrZrRHNirnxCVnQCWBBH78PO6lNug3E7zGaJVFVHBg+t0eTuo+bKbTL8UYyIn+ch0YJgiDvGmLO0IBjDmBiY17IFYiguhflrE0BPR/n56JW/BUxlY0B/dB50kSG1JJFx/PcOGQ/gS8rIOiwPHs2xLzxDQKaOX566opLptfm5mqqdhQTY/GsLF3padtM+Khb4AVKZnzUc8QQmeP+6aoubRlutT81AzUDNQM1AzUDNQD4DPwBsHCiVuUlmPwAAAABJRU5ErkJggg== - Subtype: 0 - ImageDataDark: - Data: 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 - Subtype: 0 -Name: TakePicture -Parameters: -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: This is required. - IsRequired: true - Name: Picture - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: "" - IsRequired: true - Name: showConfirmationScreen - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: "" - Description: The default picture quality is 'Medium'. - IsRequired: true - Name: pictureQuality - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: Custom picture quality - Description: The picture will be scaled to this maximum pixel width, while maintaining - the aspect ratio. - IsRequired: true - Name: maximumWidth - ParameterType: - $Type: CodeActions$BasicParameterType -- $Type: JavaScriptActions$JavaScriptActionParameter - Category: Custom picture quality - Description: The picture will be scaled to this maximum pixel height, while maintaining - the aspect ratio. - IsRequired: true - Name: maximumHeight - ParameterType: - $Type: CodeActions$BasicParameterType -Platform: Web -TypeParameters: null diff --git a/mpr/mpr.go b/mpr/mpr.go index ddcc253..c5b5af2 100644 --- a/mpr/mpr.go +++ b/mpr/mpr.go @@ -1,21 +1,19 @@ package mpr import ( - "crypto/sha256" "database/sql" - "encoding/hex" "fmt" - "io" "os" "path/filepath" "strings" + "github.com/Varjelus/dirsync" "github.com/ghodss/yaml" _ "github.com/glebarez/go-sqlite" ) -func ExportModel(inputDirectory string, outputDirectory string, raw bool, mode string) error { +func ExportModel(inputDirectory string, outputDirectory string, raw bool, mode string, appstore bool) error { // create tmp directory in user tmp directory tmpDir := filepath.Join(os.TempDir(), "mxlint") @@ -26,7 +24,16 @@ func ExportModel(inputDirectory string, outputDirectory string, raw bool, mode s defer os.RemoveAll(tmpDir) log.Infof("Exporting to %s", tmpDir) - if err := exportMetadata(inputDirectory, tmpDir); err != nil { + + units, err := getMxUnits(inputDirectory) + if err != nil { + log.Errorf("Failed to parse MxUnits: %s", err) + return err + } + + modules := getMxModules(units) + + if err := exportMetadata(inputDirectory, tmpDir, modules); err != nil { return fmt.Errorf("error exporting metadata: %v", err) } @@ -35,9 +42,14 @@ func ExportModel(inputDirectory string, outputDirectory string, raw bool, mode s } // sync tmp directory to output directory - if err := syncDir(tmpDir, outputDirectory); err != nil { + err = dirsync.Sync(tmpDir, outputDirectory) + if err != nil { return fmt.Errorf("error syncing tmp directory to output directory: %v", err) } + if !appstore { + // remove appstore modules + removeAppstoreModules(outputDirectory, modules) + } log.Infof("Completed model export") return nil @@ -74,7 +86,7 @@ func getMprVersion(MPRFilePath string) (int, error) { } } -func exportMetadata(inputDirectory string, outputDirectory string) error { +func exportMetadata(inputDirectory string, outputDirectory string, modules []MxModule) error { mprPath, err := getMprPath(inputDirectory) if err != nil { @@ -112,14 +124,6 @@ func exportMetadata(inputDirectory string, outputDirectory string) error { return fmt.Errorf("error scanning metadata: %v", err) } - units, err := getMxUnits(inputDirectory) - if err != nil { - log.Errorf("Failed to parse MxUnits: %s", err) - return err - } - - modules := getMxModules(units) - // create metadata object metadataObj := MxMetadata{ ProductVersion: productVersion, @@ -323,166 +327,35 @@ func getMxUnits(inputDirectory string) ([]MxUnit, error) { } } -func syncDir(sourceDir string, destDir string) error { - // Create destination directory if it doesn't exist - if err := os.MkdirAll(destDir, 0755); err != nil { - return fmt.Errorf("error creating destination directory: %v", err) - } - log.Debugf("Created destination directory: %s", destDir) - - // First, collect all files in source directory - sourceFiles := make(map[string]struct{}) - err := filepath.Walk(sourceDir, func(path string, info os.FileInfo, err error) error { - if err != nil { - return err - } - if !info.IsDir() { - relPath, err := filepath.Rel(sourceDir, path) - if err != nil { - return err - } - log.Debugf("Adding file %s to source files", relPath) - sourceFiles[relPath] = struct{}{} - } - return nil - }) - if err != nil { - return fmt.Errorf("error walking source directory: %v", err) - } - - // Then, walk through destination directory and remove files that don't exist in source - err = filepath.Walk(destDir, func(path string, info os.FileInfo, err error) error { - if err != nil { - return err - } - relPath, err := filepath.Rel(destDir, path) - if err != nil { - return err - } - // skip root directory - if relPath == "." { - return nil - } - // skip directories for now - if info.IsDir() { - return nil - } - if _, exists := sourceFiles[relPath]; !exists { - log.Debugf("Removing file/directory %s", relPath) - if err := os.RemoveAll(path); err != nil { - return fmt.Errorf("error removing file/directory %s: %v", path, err) - } - } - return nil - }) - if err != nil { - return fmt.Errorf("error cleaning destination directory: %v", err) - } - - // remove empty directories - err = filepath.Walk(destDir, func(path string, info os.FileInfo, err error) error { - if err != nil { - return err - } - if info.IsDir() { - // Check if directory is empty - entries, err := os.ReadDir(path) - if err != nil { - return fmt.Errorf("error reading directory %s: %v", path, err) - } - if len(entries) == 0 { - if err := os.RemoveAll(path); err != nil { - return fmt.Errorf("error removing empty directory %s: %v", path, err) - } - } - } - return nil - }) - if err != nil { - return fmt.Errorf("error removing empty directories: %v", err) - } - - // Finally, copy all files from source to destination - err = filepath.Walk(sourceDir, func(path string, info os.FileInfo, err error) error { - if err != nil { - return err - } - relPath, err := filepath.Rel(sourceDir, path) - if err != nil { - return err - } - destPath := filepath.Join(destDir, relPath) - - if info.IsDir() { - // Create directory in destination - if err := os.MkdirAll(destPath, info.Mode()); err != nil { - return fmt.Errorf("error creating directory %s: %v", destPath, err) - } - } else { - // skip file if they are identical - if targetInfo, err := os.Stat(destPath); err == nil { - // Check if files are identical by comparing content hash - if targetInfo.Size() == info.Size() { - srcHash, err := hashFile(path) - if err != nil { - return fmt.Errorf("error calculating source file hash %s: %v", path, err) - } - destHash, err := hashFile(destPath) - if err != nil { - return fmt.Errorf("error calculating destination file hash %s: %v", destPath, err) - } - if srcHash == destHash { - // Files are identical, skip copying - return nil - } - } - } - - srcFile, err := os.Open(path) - if err != nil { - return fmt.Errorf("error opening source file %s: %v", path, err) - } - defer srcFile.Close() - - destFile, err := os.Create(destPath) - if err != nil { - return fmt.Errorf("error creating destination file %s: %v", destPath, err) - } - defer destFile.Close() - - if _, err := destFile.ReadFrom(srcFile); err != nil { - return fmt.Errorf("error copying file %s to %s: %v", path, destPath, err) - } - - // Set file permissions and modification time - if err := os.Chmod(destPath, info.Mode()); err != nil { - return fmt.Errorf("error setting permissions for %s: %v", destPath, err) - } - if err := os.Chtimes(destPath, info.ModTime(), info.ModTime()); err != nil { - return fmt.Errorf("error setting modification time for %s: %v", destPath, err) +// removeAppstoreModules removes appstore modules from the temporary directory +func removeAppstoreModules(tmpDir string, modules []MxModule) error { + for _, module := range modules { + // Check if module is an appstore module by looking at its attributes + if isAppstoreModule(module) { + moduleDir := filepath.Join(tmpDir, module.Name) + log.Infof("Discarding appstore module: %s", moduleDir) + if err := os.RemoveAll(moduleDir); err != nil { + return fmt.Errorf("error removing appstore module %s: %v", module.Name, err) } } - return nil - }) - if err != nil { - return fmt.Errorf("error copying files: %v", err) } - return nil } -// hashFile calculates the SHA256 hash of a file -func hashFile(path string) (string, error) { - f, err := os.Open(path) - if err != nil { - return "", err +// isAppstoreModule checks if a module is an appstore module based on its attributes +func isAppstoreModule(module MxModule) bool { + // Check for appstore module indicators + if module.Attributes == nil { + return false } - defer f.Close() - h := sha256.New() - if _, err := io.Copy(h, f); err != nil { - return "", err + // Check if module has appstore specific attributes + if _, ok := module.Attributes["FromAppStore"]; ok { + fromAppStore := module.Attributes["FromAppStore"].(bool) + if fromAppStore { + return true + } } - return hex.EncodeToString(h.Sum(nil)), nil + return false } diff --git a/mpr/mpr_test.go b/mpr/mpr_test.go index 18bd2bd..efc486b 100644 --- a/mpr/mpr_test.go +++ b/mpr/mpr_test.go @@ -11,7 +11,7 @@ import ( // TestAdd tests the Add function to ensure it returns correct results. func TestMPRMetadata(t *testing.T) { t.Run("single-mpr", func(t *testing.T) { - if err := exportMetadata("./../resources/app", "./../tmp"); err != nil { + if err := exportMetadata("./../resources/app", "./../tmp", nil); err != nil { t.Errorf("Failed to export metadata from MPR file") } diff --git a/mpr/mpr_v2_test.go b/mpr/mpr_v2_test.go index 42977fa..0c37238 100644 --- a/mpr/mpr_v2_test.go +++ b/mpr/mpr_v2_test.go @@ -11,7 +11,7 @@ import ( // TestAdd tests the Add function to ensure it returns correct results. func TestMPRV2Metadata(t *testing.T) { t.Run("single-mpr", func(t *testing.T) { - if err := exportMetadata("./../resources/app-mpr-v2", "./../tmp"); err != nil { + if err := exportMetadata("./../resources/app-mpr-v2", "./../tmp", nil); err != nil { t.Errorf("Failed to export metadata from MPR file") }