<?xml version="1.0" encoding="UTF-8"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:type="TaskPaneApp">
  <Id>7272988c-0a9e-4d5f-8ab9-db75406d23a4</Id>
  <Version>2.2.12.0</Version>
  <ProviderName>Heriade</ProviderName>
  <DefaultLocale>fr-FR</DefaultLocale>
  <DisplayName DefaultValue="Heriade - Tableur" />
  <Description DefaultValue="Créez des tableaux croisés dynamiques à partir de vos sources de données Heriade" />
  <IconUrl DefaultValue="https://staging.tableur.heriade.fr/assets/heriade-rapport-icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://staging.tableur.heriade.fr/assets/heriade-rapport-icon-64.png" />
  <SupportUrl DefaultValue="https://staging.tableur.heriade.fr/support.html" />

  <AppDomains>
    <AppDomain>https://staging.auth.heriade.fr</AppDomain>
  </AppDomains>

  <Hosts>
    <Host Name="Workbook" />
  </Hosts>

  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="SharedRuntime" MinVersion="1.1" />
    </Sets>
  </Requirements>

  <DefaultSettings>
    <SourceLocation DefaultValue="https://staging.tableur.heriade.fr/taskpane.html" />
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>

  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
                    xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
                    xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <Runtimes>
          <Runtime resid="Taskpane.Url" lifetime="long" />
        </Runtimes>
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title" />
            <Description resid="GetStarted.Description" />
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl" />
          </GetStarted>

          <FunctionFile resid="Taskpane.Url" />

          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="DataPivot.CustomTab">
              <Group id="DataPivot.BrandGroup">
                <Label resid="BrandGroup.Label" />
                <Icon>
                  <bt:Image size="16" resid="Icon.16x16" />
                  <bt:Image size="32" resid="Icon.32x32" />
                  <bt:Image size="80" resid="Icon.80x80" />
                </Icon>
                <Control xsi:type="Button" id="DataPivotHomeBtn">
                  <Label resid="Home.Label" />
                  <Supertip>
                    <Title resid="Home.Label" />
                    <Description resid="Home.Tooltip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16" />
                    <bt:Image size="32" resid="Icon.32x32" />
                    <bt:Image size="80" resid="Icon.80x80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>TableurHome</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
              <Group id="DataPivot.ViewsGroup">
                <Label resid="ViewsGroup.Label" />
                <Icon>
                  <bt:Image size="16" resid="NewViewIcon.16x16" />
                  <bt:Image size="32" resid="NewViewIcon.32x32" />
                  <bt:Image size="80" resid="NewViewIcon.80x80" />
                </Icon>
                <Control xsi:type="Button" id="NewViewBtn">
                  <Label resid="NewView.Label" />
                  <Supertip>
                    <Title resid="NewView.Label" />
                    <Description resid="NewView.Tooltip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="NewViewIcon.16x16" />
                    <bt:Image size="32" resid="NewViewIcon.32x32" />
                    <bt:Image size="80" resid="NewViewIcon.80x80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>openNewView</FunctionName>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="NewTableViewBtn">
                  <Label resid="NewTableView.Label" />
                  <Supertip>
                    <Title resid="NewTableView.Label" />
                    <Description resid="NewTableView.Tooltip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="NewTableViewIcon.16x16" />
                    <bt:Image size="32" resid="NewTableViewIcon.32x32" />
                    <bt:Image size="80" resid="NewTableViewIcon.80x80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>openNewTableView</FunctionName>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="EditViewBtn">
                  <Label resid="EditView.Label" />
                  <Supertip>
                    <Title resid="EditView.Label" />
                    <Description resid="EditView.Tooltip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="EditViewIcon.16x16" />
                    <bt:Image size="32" resid="EditViewIcon.32x32" />
                    <bt:Image size="80" resid="EditViewIcon.80x80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>editCurrentView</FunctionName>
                  </Action>
                </Control>
              </Group>
              <Group id="DataPivot.HelpGroup">
                <Label resid="HelpGroup.Label" />
                <Icon>
                  <bt:Image size="16" resid="GuideIcon.16x16" />
                  <bt:Image size="32" resid="GuideIcon.32x32" />
                  <bt:Image size="80" resid="GuideIcon.80x80" />
                </Icon>
                <Control xsi:type="Button" id="UserGuideBtn">
                  <Label resid="Guide.Label" />
                  <Supertip>
                    <Title resid="Guide.Label" />
                    <Description resid="Guide.Tooltip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="GuideIcon.16x16" />
                    <bt:Image size="32" resid="GuideIcon.32x32" />
                    <bt:Image size="80" resid="GuideIcon.80x80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>openUserGuide</FunctionName>
                  </Action>
                </Control>
              </Group>
              <Label resid="Tab.Label" />
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://staging.tableur.heriade.fr/assets/heriade-rapport-icon-16.png" />
        <bt:Image id="Icon.32x32" DefaultValue="https://staging.tableur.heriade.fr/assets/heriade-rapport-icon-32.png" />
        <bt:Image id="Icon.80x80" DefaultValue="https://staging.tableur.heriade.fr/assets/heriade-rapport-icon-80.png" />
        <bt:Image id="NewViewIcon.16x16" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/new-view-16.png" />
        <bt:Image id="NewViewIcon.32x32" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/new-view-32.png" />
        <bt:Image id="NewViewIcon.80x80" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/new-view-80.png" />
        <bt:Image id="NewTableViewIcon.16x16" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/data-sources-16.png" />
        <bt:Image id="NewTableViewIcon.32x32" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/data-sources-32.png" />
        <bt:Image id="NewTableViewIcon.80x80" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/data-sources-80.png" />
        <bt:Image id="EditViewIcon.16x16" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/edit-view-16.png" />
        <bt:Image id="EditViewIcon.32x32" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/edit-view-32.png" />
        <bt:Image id="EditViewIcon.80x80" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/edit-view-80.png" />
        <bt:Image id="GuideIcon.16x16" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/guide-16.png" />
        <bt:Image id="GuideIcon.32x32" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/guide-32.png" />
        <bt:Image id="GuideIcon.80x80" DefaultValue="https://staging.tableur.heriade.fr/assets/ribbon/guide-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://staging.tableur.heriade.fr/taskpane.html" />
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://staging.tableur.heriade.fr" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Heriade - Tableur" />
        <bt:String id="Tab.Label" DefaultValue="Heriade - Tableur" />
        <bt:String id="BrandGroup.Label" DefaultValue="Heriade" />
        <bt:String id="ViewsGroup.Label" DefaultValue="Vues" />
        <bt:String id="HelpGroup.Label" DefaultValue="Aide" />
        <bt:String id="Home.Label" DefaultValue="Heriade - Tableur" />
        <bt:String id="NewView.Label" DefaultValue="Nouvelle vue pivot" />
        <bt:String id="NewTableView.Label" DefaultValue="Nouvelle vue table" />
        <bt:String id="EditView.Label" DefaultValue="Éditer vue" />
        <bt:String id="Guide.Label" DefaultValue="Guide utilisateur" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Créez des vues pivot ou table depuis vos données Heriade." />
        <bt:String id="Home.Tooltip" DefaultValue="Ouvrir l'accueil Heriade Tableur." />
        <bt:String id="NewView.Tooltip" DefaultValue="Créer une vue pivot avec lignes, colonnes et mesures." />
        <bt:String id="NewTableView.Tooltip" DefaultValue="Créer une Vue table depuis une source Heriade." />
        <bt:String id="EditView.Tooltip" DefaultValue="Modifier la vue active sur la feuille courante." />
        <bt:String id="Guide.Tooltip" DefaultValue="Ouvrir le guide utilisateur Tableur dans votre navigateur." />
      </bt:LongStrings>
    </Resources>

  </VersionOverrides>
</OfficeApp>
