@sankhyalabs/ezui 1.1.8 → 1.1.9
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/README.md +72 -72
- package/dist/cjs/{DataUnit-28b290cb.js → DataUnit-9a4a35ca.js} +415 -371
- package/dist/cjs/ez-action-chip.cjs.entry.js +41 -41
- package/dist/cjs/ez-button_14.cjs.entry.js +1911 -1911
- package/dist/cjs/ez-label-chip.cjs.entry.js +120 -120
- package/dist/cjs/ez-modal.cjs.entry.js +104 -104
- package/dist/cjs/ez-number-input.cjs.entry.js +236 -236
- package/dist/cjs/ez-time-input.cjs.entry.js +168 -168
- package/dist/cjs/form-metadata.cjs.entry.js +65 -65
- package/dist/collection/components/ez-action-chip/ez-action-chip.css +82 -82
- package/dist/collection/components/ez-action-chip/ez-action-chip.js +109 -109
- package/dist/collection/components/ez-button/ez-button.css +94 -94
- package/dist/collection/components/ez-button/ez-button.js +125 -125
- package/dist/collection/components/ez-calendar/ez-calendar.css +210 -210
- package/dist/collection/components/ez-calendar/ez-calendar.js +215 -215
- package/dist/collection/components/ez-check/ez-check.css +265 -265
- package/dist/collection/components/ez-check/ez-check.js +168 -168
- package/dist/collection/components/ez-collapsable-box/ez-collapsable-box.css +67 -67
- package/dist/collection/components/ez-collapsable-box/ez-collapsable-box.js +108 -108
- package/dist/collection/components/ez-combo-box/ez-combo-box-interfaces.js +2 -2
- package/dist/collection/components/ez-combo-box/ez-combo-box.css +167 -167
- package/dist/collection/components/ez-combo-box/ez-combo-box.js +363 -363
- package/dist/collection/components/ez-date-input/ez-date-input.css +38 -38
- package/dist/collection/components/ez-date-input/ez-date-input.js +172 -172
- package/dist/collection/components/ez-form/ez-form.css +19 -19
- package/dist/collection/components/ez-form/ez-form.js +368 -368
- package/dist/collection/components/ez-form/store/Form.actions.js +132 -132
- package/dist/collection/components/ez-form/store/Form.reducer.js +194 -194
- package/dist/collection/components/ez-form/store/Form.selectors.js +44 -44
- package/dist/collection/components/ez-form/subcomponents/DataUnit.js +251 -207
- package/dist/collection/components/ez-form/subcomponents/FormMetadata.js +16 -16
- package/dist/collection/components/ez-form/subcomponents/css/place-holder.css +23 -23
- package/dist/collection/components/ez-form/subcomponents/form-metadata.js +173 -173
- package/dist/collection/components/ez-form/subcomponents/place-holder.js +14 -14
- package/dist/collection/components/ez-form/subcomponents/structure/Field.js +71 -71
- package/dist/collection/components/ez-form/subcomponents/structure/FieldSet.js +27 -27
- package/dist/collection/components/ez-form/subcomponents/structure/FormSheet.js +40 -40
- package/dist/collection/components/ez-form/subcomponents/structure/NavigationBar.js +27 -27
- package/dist/collection/components/ez-icon/ez-icon.css +36 -36
- package/dist/collection/components/ez-icon/ez-icon.js +56 -56
- package/dist/collection/components/ez-label-chip/ez-label-chip.css +117 -117
- package/dist/collection/components/ez-label-chip/ez-label-chip.js +276 -276
- package/dist/collection/components/ez-modal/ez-modal.css +86 -86
- package/dist/collection/components/ez-modal/ez-modal.js +224 -224
- package/dist/collection/components/ez-number-input/ez-number-input.css +144 -144
- package/dist/collection/components/ez-number-input/ez-number-input.js +465 -465
- package/dist/collection/components/ez-popover/ez-popover.css +38 -38
- package/dist/collection/components/ez-popover/ez-popover.js +323 -323
- package/dist/collection/components/ez-search/ez-search.css +295 -295
- package/dist/collection/components/ez-search/ez-search.js +527 -527
- package/dist/collection/components/ez-tabselector/ez-tabselector.css +125 -125
- package/dist/collection/components/ez-tabselector/ez-tabselector.js +283 -283
- package/dist/collection/components/ez-text-area/ez-text-area.css +139 -139
- package/dist/collection/components/ez-text-area/ez-text-area.js +267 -267
- package/dist/collection/components/ez-text-input/ez-text-input.css +169 -169
- package/dist/collection/components/ez-text-input/ez-text-input.js +395 -395
- package/dist/collection/components/ez-time-input/ez-time-input.css +155 -155
- package/dist/collection/components/ez-time-input/ez-time-input.js +326 -326
- package/dist/collection/index.js +1 -1
- package/dist/collection/servidor.js +100 -100
- package/dist/collection/utils/FloatingManager.js +15 -15
- package/dist/collection/utils/utils.js +6 -6
- package/dist/custom-elements/index.js +3125 -3081
- package/dist/esm/{DataUnit-69e518fa.js → DataUnit-d5d4c9a3.js} +415 -371
- package/dist/esm/ez-action-chip.entry.js +41 -41
- package/dist/esm/ez-button_14.entry.js +1911 -1911
- package/dist/esm/ez-label-chip.entry.js +120 -120
- package/dist/esm/ez-modal.entry.js +104 -104
- package/dist/esm/ez-number-input.entry.js +236 -236
- package/dist/esm/ez-time-input.entry.js +168 -168
- package/dist/esm/form-metadata.entry.js +65 -65
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/{p-b0974f4f.entry.js → p-0fcdfb51.entry.js} +1 -1
- package/dist/ezui/p-dac7a6c2.js +1 -0
- package/dist/ezui/{p-db11c600.entry.js → p-dbef7060.entry.js} +1 -1
- package/dist/types/components/ez-action-chip/ez-action-chip.d.ts +16 -16
- package/dist/types/components/ez-button/ez-button.d.ts +20 -20
- package/dist/types/components/ez-calendar/ez-calendar.d.ts +42 -42
- package/dist/types/components/ez-check/ez-check.d.ts +32 -32
- package/dist/types/components/ez-collapsable-box/ez-collapsable-box.d.ts +18 -18
- package/dist/types/components/ez-combo-box/ez-combo-box-interfaces.d.ts +4 -4
- package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +68 -68
- package/dist/types/components/ez-date-input/ez-date-input.d.ts +31 -31
- package/dist/types/components/ez-form/ez-form.d.ts +26 -31
- package/dist/types/components/ez-form/store/Form.actions.d.ts +111 -111
- package/dist/types/components/ez-form/store/Form.reducer.d.ts +20 -20
- package/dist/types/components/ez-form/store/Form.selectors.d.ts +14 -14
- package/dist/types/components/ez-form/subcomponents/DataUnit.d.ts +60 -55
- package/dist/types/components/ez-form/subcomponents/FormMetadata.d.ts +41 -41
- package/dist/types/components/ez-form/subcomponents/form-metadata.d.ts +15 -15
- package/dist/types/components/ez-form/subcomponents/place-holder.d.ts +3 -3
- package/dist/types/components/ez-form/subcomponents/structure/Field.d.ts +10 -10
- package/dist/types/components/ez-form/subcomponents/structure/FieldSet.d.ts +12 -12
- package/dist/types/components/ez-form/subcomponents/structure/FormSheet.d.ts +13 -13
- package/dist/types/components/ez-form/subcomponents/structure/NavigationBar.d.ts +17 -17
- package/dist/types/components/ez-icon/ez-icon.d.ts +5 -5
- package/dist/types/components/ez-label-chip/ez-label-chip.d.ts +40 -40
- package/dist/types/components/ez-modal/ez-modal.d.ts +32 -32
- package/dist/types/components/ez-number-input/ez-number-input.d.ts +73 -73
- package/dist/types/components/ez-popover/ez-popover.d.ts +52 -52
- package/dist/types/components/ez-search/ez-search.d.ts +95 -95
- package/dist/types/components/ez-tabselector/ez-tabselector.d.ts +31 -31
- package/dist/types/components/ez-text-area/ez-text-area.d.ts +49 -49
- package/dist/types/components/ez-text-input/ez-text-input.d.ts +64 -64
- package/dist/types/components/ez-time-input/ez-time-input.d.ts +53 -53
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/utils.d.ts +2 -2
- package/package.json +114 -114
- package/dist/ezui/p-10ef58b3.js +0 -1
- package/react/components.d.ts +0 -22
- package/react/components.js +0 -25
- package/react/components.js.map +0 -1
- package/react/react-component-lib/createComponent.d.ts +0 -10
- package/react/react-component-lib/createComponent.js +0 -59
- package/react/react-component-lib/createComponent.js.map +0 -1
- package/react/react-component-lib/createOverlayComponent.d.ts +0 -20
- package/react/react-component-lib/createOverlayComponent.js +0 -89
- package/react/react-component-lib/createOverlayComponent.js.map +0 -1
- package/react/react-component-lib/index.d.ts +0 -2
- package/react/react-component-lib/index.js +0 -3
- package/react/react-component-lib/index.js.map +0 -1
- package/react/react-component-lib/interfaces.d.ts +0 -29
- package/react/react-component-lib/interfaces.js +0 -1
- package/react/react-component-lib/interfaces.js.map +0 -1
- package/react/react-component-lib/utils/attachProps.d.ts +0 -12
- package/react/react-component-lib/utils/attachProps.js +0 -96
- package/react/react-component-lib/utils/attachProps.js.map +0 -1
- package/react/react-component-lib/utils/case.d.ts +0 -2
- package/react/react-component-lib/utils/case.js +0 -7
- package/react/react-component-lib/utils/case.js.map +0 -1
- package/react/react-component-lib/utils/dev.d.ts +0 -2
- package/react/react-component-lib/utils/dev.js +0 -13
- package/react/react-component-lib/utils/dev.js.map +0 -1
- package/react/react-component-lib/utils/index.d.ts +0 -7
- package/react/react-component-lib/utils/index.js +0 -21
- package/react/react-component-lib/utils/index.js.map +0 -1
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
@keyframes activate {
|
|
2
|
-
0% { clip-path: inset(calc(100% - 3px) 50% 0px 50% ); }
|
|
3
|
-
100% { clip-path: inset(calc(100% - 3px) 0px 0px 0px ); }
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
:host {
|
|
7
|
-
display: flex;
|
|
8
|
-
position: relative;
|
|
9
|
-
width: 100%;
|
|
10
|
-
overflow: hidden;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
margin-bottom: var(--space--large, 24px);
|
|
14
|
-
--tab__box--box-shadow: var(--shadow, 0px 0px 8px 0px #000);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.scroll {
|
|
18
|
-
display: flex;
|
|
19
|
-
width: 100%;
|
|
20
|
-
scroll-behavior: smooth;
|
|
21
|
-
overflow-x: auto;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.scroll.startHidden{
|
|
25
|
-
-webkit-mask-image: linear-gradient(90deg, transparent 20px, #000 48px);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.scroll.midle{
|
|
29
|
-
-webkit-mask-image: linear-gradient(90deg, transparent 20px, #000 48px, #000 calc(100% - 48px), transparent calc(100% - 20px));
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.scroll.endHidden{
|
|
33
|
-
-webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent calc(100% - 20px));
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.tab{
|
|
37
|
-
display: flex;
|
|
38
|
-
border: none;
|
|
39
|
-
min-width: 100px;
|
|
40
|
-
background-color: unset;
|
|
41
|
-
cursor: pointer;
|
|
42
|
-
padding: 6px 12px;/*FIXME: Oza - precisamos usar tokens?*/
|
|
43
|
-
align-items: center;
|
|
44
|
-
justify-content: center;
|
|
45
|
-
color: var(--text--primary, #626e82);
|
|
46
|
-
font-family: var(--font-pattern, "Sora, Algerian");
|
|
47
|
-
font-size: var(--title--small, 14px);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.tab:focus, .forward-button, .backward-button{
|
|
51
|
-
outline: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.is-active{
|
|
55
|
-
position: relative;
|
|
56
|
-
color: var(--color--primary, #008561);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.is-active::after {
|
|
60
|
-
content: "";
|
|
61
|
-
position: absolute;
|
|
62
|
-
width: 100%;
|
|
63
|
-
height: 100%;
|
|
64
|
-
background-color: var(--color--primary, #008561);
|
|
65
|
-
clip-path: inset(calc(100% - 3px) 0px 0px 0px );
|
|
66
|
-
animation: activate 0.25s ease-in-out;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.is-focused{
|
|
70
|
-
border: 1px dashed var(--color--primary, #000000c5);
|
|
71
|
-
/* border-radius: 5px 5px 0px 0px; */
|
|
72
|
-
/* box-shadow: var(--tab__box--box-shadow); */
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.tab-label{
|
|
76
|
-
overflow: hidden;
|
|
77
|
-
white-space: nowrap;
|
|
78
|
-
text-overflow: ellipsis;
|
|
79
|
-
text-shadow: var(--text-shadow);
|
|
80
|
-
margin-bottom: var(--space--extra-small, 3px);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.forward-button, .backward-button{
|
|
84
|
-
position: absolute;
|
|
85
|
-
z-index: 1;
|
|
86
|
-
display: flex;
|
|
87
|
-
box-sizing: border-box;
|
|
88
|
-
padding: 0px;
|
|
89
|
-
top: 0px;
|
|
90
|
-
right: 0px;
|
|
91
|
-
width: 16px;
|
|
92
|
-
height: 100%;
|
|
93
|
-
border: none;
|
|
94
|
-
background-color: unset;
|
|
95
|
-
cursor: pointer;
|
|
96
|
-
justify-content: center;
|
|
97
|
-
align-items: center;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.backward-button{
|
|
101
|
-
left: 0px;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.forward-button::after, .backward-button::after{
|
|
105
|
-
content: '';
|
|
106
|
-
display: flex;
|
|
107
|
-
background-color: var(--text--primary, #008561);
|
|
108
|
-
width: 10px;
|
|
109
|
-
height: 16px;
|
|
110
|
-
clip-path: path("M 0.21915251,13.860393 6.0795475,8.0000007 0.21915251,2.0624968 2.0698036,0.28895588 9.7808475,8.0000007 2.0698036,15.711044 Z");
|
|
111
|
-
}
|
|
112
|
-
.backward-button::after{
|
|
113
|
-
clip-path: path("M 9.7808475,13.860393 3.9204526,8.0000004 9.7808475,2.0624965 7.9301965,0.28895552 0.21915255,8.0000004 7.9301965,15.711044 Z");
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.forward-button:hover::after, .backward-button:hover::after{
|
|
117
|
-
background-color: var(--color--primary, #4e4e4e);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.hidden{
|
|
121
|
-
display: none;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.scroll::-webkit-scrollbar{
|
|
125
|
-
display: none;
|
|
1
|
+
@keyframes activate {
|
|
2
|
+
0% { clip-path: inset(calc(100% - 3px) 50% 0px 50% ); }
|
|
3
|
+
100% { clip-path: inset(calc(100% - 3px) 0px 0px 0px ); }
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
:host {
|
|
7
|
+
display: flex;
|
|
8
|
+
position: relative;
|
|
9
|
+
width: 100%;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
margin-bottom: var(--space--large, 24px);
|
|
14
|
+
--tab__box--box-shadow: var(--shadow, 0px 0px 8px 0px #000);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.scroll {
|
|
18
|
+
display: flex;
|
|
19
|
+
width: 100%;
|
|
20
|
+
scroll-behavior: smooth;
|
|
21
|
+
overflow-x: auto;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.scroll.startHidden{
|
|
25
|
+
-webkit-mask-image: linear-gradient(90deg, transparent 20px, #000 48px);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.scroll.midle{
|
|
29
|
+
-webkit-mask-image: linear-gradient(90deg, transparent 20px, #000 48px, #000 calc(100% - 48px), transparent calc(100% - 20px));
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.scroll.endHidden{
|
|
33
|
+
-webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent calc(100% - 20px));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.tab{
|
|
37
|
+
display: flex;
|
|
38
|
+
border: none;
|
|
39
|
+
min-width: 100px;
|
|
40
|
+
background-color: unset;
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
padding: 6px 12px;/*FIXME: Oza - precisamos usar tokens?*/
|
|
43
|
+
align-items: center;
|
|
44
|
+
justify-content: center;
|
|
45
|
+
color: var(--text--primary, #626e82);
|
|
46
|
+
font-family: var(--font-pattern, "Sora, Algerian");
|
|
47
|
+
font-size: var(--title--small, 14px);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.tab:focus, .forward-button, .backward-button{
|
|
51
|
+
outline: none;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.is-active{
|
|
55
|
+
position: relative;
|
|
56
|
+
color: var(--color--primary, #008561);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.is-active::after {
|
|
60
|
+
content: "";
|
|
61
|
+
position: absolute;
|
|
62
|
+
width: 100%;
|
|
63
|
+
height: 100%;
|
|
64
|
+
background-color: var(--color--primary, #008561);
|
|
65
|
+
clip-path: inset(calc(100% - 3px) 0px 0px 0px );
|
|
66
|
+
animation: activate 0.25s ease-in-out;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.is-focused{
|
|
70
|
+
border: 1px dashed var(--color--primary, #000000c5);
|
|
71
|
+
/* border-radius: 5px 5px 0px 0px; */
|
|
72
|
+
/* box-shadow: var(--tab__box--box-shadow); */
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.tab-label{
|
|
76
|
+
overflow: hidden;
|
|
77
|
+
white-space: nowrap;
|
|
78
|
+
text-overflow: ellipsis;
|
|
79
|
+
text-shadow: var(--text-shadow);
|
|
80
|
+
margin-bottom: var(--space--extra-small, 3px);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.forward-button, .backward-button{
|
|
84
|
+
position: absolute;
|
|
85
|
+
z-index: 1;
|
|
86
|
+
display: flex;
|
|
87
|
+
box-sizing: border-box;
|
|
88
|
+
padding: 0px;
|
|
89
|
+
top: 0px;
|
|
90
|
+
right: 0px;
|
|
91
|
+
width: 16px;
|
|
92
|
+
height: 100%;
|
|
93
|
+
border: none;
|
|
94
|
+
background-color: unset;
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
justify-content: center;
|
|
97
|
+
align-items: center;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.backward-button{
|
|
101
|
+
left: 0px;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.forward-button::after, .backward-button::after{
|
|
105
|
+
content: '';
|
|
106
|
+
display: flex;
|
|
107
|
+
background-color: var(--text--primary, #008561);
|
|
108
|
+
width: 10px;
|
|
109
|
+
height: 16px;
|
|
110
|
+
clip-path: path("M 0.21915251,13.860393 6.0795475,8.0000007 0.21915251,2.0624968 2.0698036,0.28895588 9.7808475,8.0000007 2.0698036,15.711044 Z");
|
|
111
|
+
}
|
|
112
|
+
.backward-button::after{
|
|
113
|
+
clip-path: path("M 9.7808475,13.860393 3.9204526,8.0000004 9.7808475,2.0624965 7.9301965,0.28895552 0.21915255,8.0000004 7.9301965,15.711044 Z");
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.forward-button:hover::after, .backward-button:hover::after{
|
|
117
|
+
background-color: var(--color--primary, #4e4e4e);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.hidden{
|
|
121
|
+
display: none;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.scroll::-webkit-scrollbar{
|
|
125
|
+
display: none;
|
|
126
126
|
}
|