@everymatrix/general-tutorial-slider 1.31.2 → 1.32.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/package.json +3 -2
- package/dist/cjs/general-tutorial-slider.cjs.entry.js +0 -344
- package/dist/cjs/general-tutorial-slider.cjs.js +0 -19
- package/dist/cjs/index-18ec3908.js +0 -1282
- package/dist/cjs/index.cjs.js +0 -2
- package/dist/cjs/loader.cjs.js +0 -21
- package/dist/collection/collection-manifest.json +0 -12
- package/dist/collection/components/general-tutorial-slider/general-tutorial-slider.css +0 -168
- package/dist/collection/components/general-tutorial-slider/general-tutorial-slider.js +0 -526
- package/dist/collection/index.js +0 -1
- package/dist/collection/utils/locale.utils.js +0 -40
- package/dist/collection/utils/utils.js +0 -39
- package/dist/components/general-tutorial-slider.d.ts +0 -11
- package/dist/components/general-tutorial-slider.js +0 -377
- package/dist/components/index.d.ts +0 -26
- package/dist/components/index.js +0 -1
- package/dist/esm/general-tutorial-slider.entry.js +0 -340
- package/dist/esm/general-tutorial-slider.js +0 -17
- package/dist/esm/index-a2165162.js +0 -1256
- package/dist/esm/index.js +0 -1
- package/dist/esm/loader.js +0 -17
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/general-tutorial-slider/general-tutorial-slider.esm.js +0 -1
- package/dist/general-tutorial-slider/index.esm.js +0 -0
- package/dist/general-tutorial-slider/p-a5ce3c59.entry.js +0 -1
- package/dist/general-tutorial-slider/p-a878ee14.js +0 -1
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/stencil.config.js +0 -22
- package/dist/types/Users/dragos.bodea/Documents/everymatrix-prjs/emfe-widgets/widgets-stencil/packages/general-tutorial-slider/.stencil/packages/general-tutorial-slider/stencil.config.d.ts +0 -2
- package/dist/types/components/general-tutorial-slider/general-tutorial-slider.d.ts +0 -90
- package/dist/types/components.d.ts +0 -141
- package/dist/types/index.d.ts +0 -1
- package/dist/types/stencil-public-runtime.d.ts +0 -1565
- package/dist/types/utils/locale.utils.d.ts +0 -1
- package/dist/types/utils/utils.d.ts +0 -9
- package/loader/cdn.js +0 -3
- package/loader/index.cjs.js +0 -3
- package/loader/index.d.ts +0 -12
- package/loader/index.es2017.js +0 -3
- package/loader/index.js +0 -4
- package/loader/package.json +0 -10
package/dist/cjs/index.cjs.js
DELETED
package/dist/cjs/loader.cjs.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-18ec3908.js');
|
|
6
|
-
|
|
7
|
-
/*
|
|
8
|
-
Stencil Client Patch Esm v2.15.2 | MIT Licensed | https://stenciljs.com
|
|
9
|
-
*/
|
|
10
|
-
const patchEsm = () => {
|
|
11
|
-
return index.promiseResolve();
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
const defineCustomElements = (win, options) => {
|
|
15
|
-
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
|
-
return patchEsm().then(() => {
|
|
17
|
-
return index.bootstrapLazy([["general-tutorial-slider.cjs",[[1,"general-tutorial-slider",{"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"language":[513],"cmsEndpoint":[513,"cms-endpoint"],"userRoles":[513,"user-roles"],"cmsEnv":[513,"cms-env"],"showSliderDots":[516,"show-slider-dots"],"showSliderArrows":[516,"show-slider-arrows"],"showSliderArrowsMobile":[516,"show-slider-arrows-mobile"],"enableAutoScroll":[516,"enable-auto-scroll"],"intervalPeriod":[514,"interval-period"],"scrollItems":[520,"scroll-items"],"itemsPerPage":[514,"items-per-page"],"hasErrors":[32],"limitStylingAppends":[32],"isLoading":[32],"activeIndex":[32],"tutorialElementWidth":[32]}]]]], options);
|
|
18
|
-
});
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
exports.defineCustomElements = defineCustomElements;
|
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
display: block;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.GeneralTutorialSliderError {
|
|
6
|
-
display: flex;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
flex-direction: column;
|
|
9
|
-
}
|
|
10
|
-
.GeneralTutorialSliderError.TitleError {
|
|
11
|
-
color: red;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
main {
|
|
15
|
-
width: 100%;
|
|
16
|
-
overflow: hidden;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.TutorialWrapper {
|
|
20
|
-
width: 100%;
|
|
21
|
-
display: flex;
|
|
22
|
-
flex: 0 0 auto;
|
|
23
|
-
justify-content: center;
|
|
24
|
-
flex-direction: column;
|
|
25
|
-
overflow: auto;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.TutorialContent {
|
|
29
|
-
display: flex;
|
|
30
|
-
justify-content: center;
|
|
31
|
-
flex-direction: row;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.TutorialItems {
|
|
35
|
-
display: flex;
|
|
36
|
-
transition: transform 0.4s ease-in-out;
|
|
37
|
-
transform: translateX(0px);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.TutorialItem {
|
|
41
|
-
flex: 0 0 auto;
|
|
42
|
-
display: flex;
|
|
43
|
-
flex-direction: column;
|
|
44
|
-
justify-content: flex-start;
|
|
45
|
-
align-items: center;
|
|
46
|
-
color: #000;
|
|
47
|
-
background-color: #f5f5f5;
|
|
48
|
-
border-radius: 5px;
|
|
49
|
-
user-select: none;
|
|
50
|
-
}
|
|
51
|
-
.TutorialItem .ItemTitle {
|
|
52
|
-
padding: 25px 15px;
|
|
53
|
-
font-size: 18px;
|
|
54
|
-
font-weight: 600;
|
|
55
|
-
color: var(--emfe-w-color-secondary, #FD2839);
|
|
56
|
-
}
|
|
57
|
-
.TutorialItem .ItemImage {
|
|
58
|
-
overflow: hidden;
|
|
59
|
-
}
|
|
60
|
-
.TutorialItem .ItemImage img, .TutorialItem .ItemImage video {
|
|
61
|
-
height: auto;
|
|
62
|
-
width: 450px;
|
|
63
|
-
}
|
|
64
|
-
.TutorialItem .ItemDescription {
|
|
65
|
-
font-size: 14px;
|
|
66
|
-
padding: 25px 15px;
|
|
67
|
-
font-weight: 400;
|
|
68
|
-
color: #000;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.SliderNavButton {
|
|
72
|
-
border: 0px;
|
|
73
|
-
width: 25px;
|
|
74
|
-
display: flex;
|
|
75
|
-
align-items: center;
|
|
76
|
-
justify-content: center;
|
|
77
|
-
}
|
|
78
|
-
.SliderNavButton svg {
|
|
79
|
-
width: 20px;
|
|
80
|
-
stroke: var(--emfe-w-color-secondary, #FD2839);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.DisabledArrow svg {
|
|
84
|
-
opacity: 0.2;
|
|
85
|
-
stroke: var(--emfe-w-color-secondary, #FD2839);
|
|
86
|
-
pointer-events: none;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.DotsWrapper {
|
|
90
|
-
width: 100%;
|
|
91
|
-
margin: 0 auto;
|
|
92
|
-
margin-top: 20px;
|
|
93
|
-
height: 30px;
|
|
94
|
-
}
|
|
95
|
-
.DotsWrapper ul.Dots {
|
|
96
|
-
display: flex;
|
|
97
|
-
justify-content: center;
|
|
98
|
-
padding: 0;
|
|
99
|
-
}
|
|
100
|
-
.DotsWrapper ul.Dots li {
|
|
101
|
-
height: 10px;
|
|
102
|
-
width: 10px;
|
|
103
|
-
background: #ccc;
|
|
104
|
-
border-radius: 50%;
|
|
105
|
-
margin-left: 3px;
|
|
106
|
-
margin-right: 3px;
|
|
107
|
-
list-style: none;
|
|
108
|
-
cursor: pointer;
|
|
109
|
-
}
|
|
110
|
-
.DotsWrapper ul.Dots li:hover {
|
|
111
|
-
background: #bbb;
|
|
112
|
-
}
|
|
113
|
-
.DotsWrapper ul.Dots li.active {
|
|
114
|
-
border: solid 1px var(--emfe-w-color-secondary, #FD2839);
|
|
115
|
-
background: var(--emfe-w-color-secondary, #FD2839);
|
|
116
|
-
}
|
|
117
|
-
.DotsWrapper ul.Dots li.default {
|
|
118
|
-
border: solid 1px var(--emfe-w-color-secondary, #FD2839);
|
|
119
|
-
background-color: #FFF;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@container (max-width: 475px) {
|
|
123
|
-
@media screen and (orientation: landscape) {
|
|
124
|
-
.TutorialItem {
|
|
125
|
-
width: 100%;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
main {
|
|
129
|
-
height: 90cqh;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.TutorialItems {
|
|
133
|
-
height: inherit;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.TutorialItem {
|
|
137
|
-
min-width: 100%;
|
|
138
|
-
max-height: 800px;
|
|
139
|
-
overflow: auto;
|
|
140
|
-
display: flex;
|
|
141
|
-
flex-direction: column;
|
|
142
|
-
justify-content: flex-start;
|
|
143
|
-
align-items: center;
|
|
144
|
-
color: #000;
|
|
145
|
-
background-color: #f5f5f5;
|
|
146
|
-
border-radius: 5px;
|
|
147
|
-
user-select: none;
|
|
148
|
-
}
|
|
149
|
-
.TutorialItem .ItemTitle {
|
|
150
|
-
padding: 25px 15px;
|
|
151
|
-
font-size: 18px;
|
|
152
|
-
font-weight: 600;
|
|
153
|
-
color: var(--emfe-w-color-secondary, #FD2839);
|
|
154
|
-
}
|
|
155
|
-
.TutorialItem .ItemImage {
|
|
156
|
-
min-height: 200px;
|
|
157
|
-
}
|
|
158
|
-
.TutorialItem .ItemImage img, .TutorialItem .ItemImage video {
|
|
159
|
-
height: auto;
|
|
160
|
-
width: 100%;
|
|
161
|
-
}
|
|
162
|
-
.TutorialItem .ItemDescription {
|
|
163
|
-
font-size: 14px;
|
|
164
|
-
padding: 25px 15px;
|
|
165
|
-
font-weight: 400;
|
|
166
|
-
color: #000;
|
|
167
|
-
}
|
|
168
|
-
}
|