Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,42 @@
<table class="table table-hover">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr class="table-active">
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr class="table-secondary">
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr class="table-success">
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
<tr class="table-danger">
<th scope="row">3</th>
<td>Maxime</td>
<td>de Biloe</td>
<td>@mbiloe</td>
</tr>
<tr class="table-warning">
<th scope="row">3</th>
<td>Thomas</td>
<td>de Nabord</td>
<td>@quezalcot</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,30 @@
<table class="table table-bordered">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,30 @@
<table class="table table-bordered table-dark">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,30 @@
<table class="table table-hover table-dark">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,30 @@
<table class="table table-striped table-dark">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,30 @@
<table class="table table-dark">
<thead class="thead-dark">
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,30 @@
<table class="table table-dark">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,30 @@
<table class="table table-hover">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,147 @@
import basicContent from './basic.html'
import borderedContent from './bordered.html'
import hoverableContent from './hoverable.html'
import withfiltersContent from './withfilters.html'
import withformContent from './withform.html'
import stripedContent from './striped.html'
import sortableContent from './sortable.html'
import bootstrapContent from './bootstrap.html'
import darkContent from './dark.html'
import darkStripedContent from './dark-striped.html'
import darkHoverableContent from './dark-hoverable.html'
import darkBorderedContent from './dark-bordered.html'
import darkWithHeadContent from './dark-with-head.html'
export default {
title: 'UI/Tables',
parameters: {
docs: {
description: {
component: 'Tables are used to display data in a structured format.'
}
}
}
};
export const Basic = () => basicContent;
Basic.parameters = {
docs: {
source: {
code: basicContent
}
}
};
export const Bordered = () => borderedContent;
Bordered.parameters = {
docs: {
source: {
code: borderedContent
}
}
};
export const Hoverable = () => hoverableContent;
Hoverable.parameters = {
docs: {
source: {
code: hoverableContent
}
}
};
export const WithFilters = () => withfiltersContent;
WithFilters.parameters = {
docs: {
source: {
code: withfiltersContent
}
}
};
WithFilters.storyName = 'With filters';
export const WithForm = () => withformContent;
WithForm.parameters = {
docs: {
source: {
code: withformContent
}
}
};
WithForm.storyName = 'With form';
export const Striped = () => stripedContent;
Striped.parameters = {
docs: {
source: {
code: stripedContent
}
}
};
export const Sortable = () => sortableContent;
Sortable.parameters = {
docs: {
source: {
code: sortableContent
}
}
};
export const Bootstrap = () => bootstrapContent;
Bootstrap.parameters = {
docs: {
source: {
code: bootstrapContent
}
}
};
export const Dark = () => darkContent;
Dark.parameters = {
docs: {
source: {
code: darkContent
}
}
};
export const DarkStriped = () => darkStripedContent;
DarkStriped.parameters = {
docs: {
source: {
code: darkStripedContent
}
}
};
DarkStriped.storyName = 'Dark striped';
export const DarkHoverable = () => darkHoverableContent;
DarkHoverable.parameters = {
docs: {
source: {
code: darkHoverableContent
}
}
};
DarkHoverable.storyName = 'Dark hoverable';
export const DarkBordered = () => darkBorderedContent;
DarkBordered.parameters = {
docs: {
source: {
code: darkBorderedContent
}
}
};
DarkBordered.storyName = 'Dark bordered';
export const DarkWithHead = () => darkWithHeadContent;
DarkWithHead.parameters = {
docs: {
source: {
code: darkWithHeadContent
}
}
};
DarkWithHead.storyName = 'Dark with head';

View File

@@ -0,0 +1,55 @@
<table class="table">
<thead>
<tr>
<th scope="col">
<div
class="ps-sortable-column"
data-sort-col-name="id"
data-sort-is-current="true"
data-sort-direction="desc"
>
<span role="columnheader">ID</span>
<span role="button" class="ps-sort" aria-label="Sort"></span>
</div>
</th>
<th scope="col">
<div class="ps-sortable-column">
<span role="columnheader">First Name</span>
<span role="button" class="ps-sort" aria-label="Sort"></span>
</div>
</th>
<th scope="col">
<div class="ps-sortable-column">
<span role="columnheader">Last Name</span>
<span role="button" class="ps-sort" aria-label="Sort"></span>
</div>
</th>
<th scope="col">
<div class="ps-sortable-column">
<span role="columnheader">Username</span>
<span role="button" class="ps-sort" aria-label="Sort"></span>
</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,30 @@
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,81 @@
<table class="table">
<thead class="with-filters">
<tr class="column-headers">
<th></th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
<tr class="column-filters">
<td></td>
<th>
<input
type="text"
class="form-control"
placeholder="Search first name"
name="search_first_name"
value=""
/>
</th>
<th>
<input
type="text"
class="form-control"
placeholder="Search last name"
name="search_last_name"
value=""
/>
</th>
<th>
<input
type="text"
class="form-control"
placeholder="Search username"
name="search_user_name"
value=""
/>
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="form-group">
<div class="md-checkbox md-checkbox-inline">
<label>
<input type="checkbox" name="checkbox[]" checked />
<i class="md-checkbox-control"></i>
</label>
</div>
</td>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td class="form-group">
<div class="md-checkbox md-checkbox-inline">
<label>
<input type="checkbox" name="checkbox[]" checked disabled />
<i class="md-checkbox-control"></i>
</label>
</div>
</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td class="form-group">
<div class="md-checkbox md-checkbox-inline">
<label>
<input type="checkbox" name="checkbox[]" />
<i class="md-checkbox-control"></i>
</label>
</div>
</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,55 @@
<table class="table table-form">
<thead>
<tr>
<th></th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
<th>Input text</th>
</tr>
</thead>
<tbody>
<tr>
<td class="form-group">
<div class="md-checkbox md-checkbox-inline">
<label>
<input type="checkbox" name="checkbox[]" />
<i class="md-checkbox-control"></i>
</label>
</div>
</td>
<td>Mark</td>
<td class="active">Otto</td>
<td>@mdo</td>
<td><input type="text" class="form-control" name="input[]" /></td>
</tr>
<tr>
<td class="form-group">
<div class="md-checkbox md-checkbox-inline">
<label>
<input type="checkbox" name="checkbox[]" />
<i class="md-checkbox-control"></i>
</label>
</div>
</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td><input type="text" class="form-control" name="input[]" /></td>
</tr>
<tr>
<td class="form-group">
<div class="md-checkbox md-checkbox-inline">
<label>
<input type="checkbox" name="checkbox[]" />
<i class="md-checkbox-control"></i>
</label>
</div>
</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
<td><input type="text" class="form-control" name="input[]" /></td>
</tr>
</tbody>
</table>