@morozeckiy/dd-lib 0.1.26 → 0.1.27

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.
@@ -1,13 +1,12 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { LibCommonButtonComponent } from '../common/lib-common-button';
3
- import { TooltipData } from "../core";
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class LibFilterButtonComponent extends LibCommonButtonComponent {
5
+ btnTitle: string | undefined;
6
6
  clearEvent: EventEmitter<null>;
7
7
  hintEvent: EventEmitter<null>;
8
- hintContent: TooltipData | undefined;
9
8
  onClear($event: MouseEvent): void;
10
9
  hintClick($event: MouseEvent): void;
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LibFilterButtonComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<LibFilterButtonComponent, "dd-lib-filter-button", never, { "hintContent": { "alias": "hintContent"; "required": false; }; }, { "clearEvent": "clearEvent"; "hintEvent": "hintEvent"; }, never, ["*"], true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibFilterButtonComponent, "dd-lib-filter-button", never, { "btnTitle": { "alias": "btnTitle"; "required": false; }; }, { "clearEvent": "clearEvent"; "hintEvent": "hintEvent"; }, never, ["*"], true, never>;
13
12
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morozeckiy/dd-lib",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "license": "MIT",
5
5
  "repository": "https://gitlab.com/Morozeckiy/dd-lib",
6
6
  "publishConfig": {
@@ -1,418 +0,0 @@
1
- @import './fonts';
2
- /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
3
-
4
- /**
5
- * 1. Set default font family to sans-serif.
6
- * 2. Prevent iOS and IE text size adjust after device orientation change,
7
- * without disabling user zoom.
8
- */
9
-
10
- html {
11
- font-family: $font-1; /* 1 */
12
- -ms-text-size-adjust: 100%; /* 2 */
13
- -webkit-text-size-adjust: 100%; /* 2 */
14
- }
15
-
16
- /**
17
- * Remove default margin.
18
- */
19
-
20
- body {
21
- margin: 0;
22
- }
23
-
24
- /* HTML5 display definitions
25
- ========================================================================== */
26
-
27
- /**
28
- * Correct `block` display not defined for any HTML5 element in IE 8/9.
29
- * Correct `block` display not defined for `details` or `summary` in IE 10/11
30
- * and Firefox.
31
- * Correct `block` display not defined for `main` in IE 11.
32
- */
33
-
34
- article,
35
- aside,
36
- details,
37
- figcaption,
38
- figure,
39
- footer,
40
- header,
41
- main,
42
- menu,
43
- nav,
44
- section,
45
- summary {
46
- display: block;
47
- }
48
-
49
- /**
50
- * 1. Correct `inline-block` display not defined in IE 8/9.
51
- * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
52
- */
53
-
54
- audio,
55
- canvas,
56
- progress,
57
- video {
58
- display: inline-block; /* 1 */
59
- vertical-align: baseline; /* 2 */
60
- }
61
-
62
- /**
63
- * Prevent modern browsers from displaying `audio` without controls.
64
- * Remove excess height in iOS 5 devices.
65
- */
66
-
67
- audio:not([controls]) {
68
- display: none;
69
- height: 0;
70
- }
71
-
72
- /**
73
- * Address `[hidden]` styling not present in IE 8/9/10.
74
- * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
75
- */
76
-
77
- [hidden],
78
- template {
79
- display: none;
80
- }
81
-
82
- /* Links
83
- ========================================================================== */
84
-
85
- /**
86
- * Remove the gray background color from active links in IE 10.
87
- */
88
-
89
- a {
90
- background-color: transparent;
91
- cursor: pointer;
92
- }
93
-
94
- /**
95
- * Improve readability of focused elements when they are also in an
96
- * active/hover state.
97
- */
98
-
99
- a:active,
100
- a:hover {
101
- outline: 0;
102
- }
103
-
104
- /* Text-level semantics
105
- ========================================================================== */
106
-
107
- /**
108
- * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
109
- */
110
-
111
- abbr[title] {
112
- border-bottom: 1px dotted;
113
- }
114
-
115
- /**
116
- * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
117
- */
118
-
119
- b,
120
- strong {
121
- font-weight: bold;
122
- }
123
-
124
- /**
125
- * Address styling not present in Safari and Chrome.
126
- */
127
-
128
- dfn {
129
- font-style: italic;
130
- }
131
-
132
- /**
133
- * Address styling not present in IE 8/9.
134
- */
135
-
136
- mark {
137
- background: #ff0;
138
- color: #000;
139
- }
140
-
141
- /**
142
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
143
- */
144
-
145
- sub,
146
- sup {
147
- font-size: 75%;
148
- line-height: 0;
149
- position: relative;
150
- vertical-align: baseline;
151
- }
152
-
153
- sup {
154
- top: -0.5em;
155
- }
156
-
157
- sub {
158
- bottom: -0.25em;
159
- }
160
-
161
- /* Embedded content
162
- ========================================================================== */
163
-
164
- /**
165
- * Remove border when inside `a` element in IE 8/9/10.
166
- */
167
-
168
- img {
169
- border: 0;
170
- }
171
-
172
- /**
173
- * Correct overflow not hidden in IE 9/10/11.
174
- */
175
-
176
- svg:not(:root) {
177
- overflow: hidden;
178
- }
179
-
180
- /* Grouping content
181
- ========================================================================== */
182
-
183
- /**
184
- * Remove margin
185
- */
186
-
187
- figure {
188
- margin: 0;
189
- }
190
-
191
- /**
192
- * Address differences between Firefox and other browsers.
193
- */
194
-
195
- hr {
196
- -moz-box-sizing: content-box;
197
- box-sizing: content-box;
198
- height: 0;
199
- }
200
-
201
- /**
202
- * Contain overflow in all browsers.
203
- */
204
-
205
- pre {
206
- overflow: auto;
207
- }
208
-
209
- /**
210
- * Address odd `em`-unit font size rendering in all browsers.
211
- */
212
-
213
- code,
214
- kbd,
215
- pre,
216
- samp {
217
- font-family: monospace, monospace;
218
- font-size: 1em;
219
- }
220
-
221
- /* Forms
222
- ========================================================================== */
223
-
224
- /**
225
- * Known limitation: by default, Chrome and Safari on OS X allow very limited
226
- * styling of `select`, unless a `border` property is set.
227
- */
228
-
229
- /**
230
- * 1. Correct color not being inherited.
231
- * Known issue: affects color of disabled elements.
232
- * 2. Correct font properties not being inherited.
233
- * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
234
- */
235
-
236
- button,
237
- input,
238
- optgroup,
239
- select,
240
- textarea {
241
- color: inherit; /* 1 */
242
- font: inherit; /* 2 */
243
- margin: 0; /* 3 */
244
- outline: none;
245
- }
246
-
247
- fieldset {
248
- margin: 0;
249
- padding: 0;
250
- border: 0;
251
- outline: 0;
252
- font-size: 100%;
253
- vertical-align: baseline;
254
- background: transparent;
255
- }
256
-
257
- /**
258
- * Address `overflow` set to `hidden` in IE 8/9/10/11.
259
- */
260
-
261
- button {
262
- overflow: visible;
263
- }
264
-
265
- /**
266
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
267
- * All other form control elements do not inherit `text-transform` values.
268
- * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
269
- * Correct `select` style inheritance in Firefox.
270
- */
271
-
272
- button,
273
- select {
274
- text-transform: none;
275
- }
276
-
277
- /**
278
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
279
- * and `video` controls.
280
- * 2. Correct inability to style clickable `input` types in iOS.
281
- * 3. Improve usability and consistency of cursor style between image-type
282
- * `input` and others.
283
- */
284
-
285
- button,
286
- html input[type="button"], /* 1 */
287
- input[type="reset"],
288
- input[type="submit"] {
289
- -webkit-appearance: button; /* 2 */
290
- cursor: pointer; /* 3 */
291
- }
292
-
293
- /**
294
- * Re-set default cursor for disabled elements.
295
- */
296
-
297
- button[disabled],
298
- html input[disabled] {
299
- cursor: default;
300
- }
301
-
302
- /**
303
- * Remove inner padding and border in Firefox 4+.
304
- */
305
-
306
- button::-moz-focus-inner,
307
- input::-moz-focus-inner {
308
- border: 0;
309
- padding: 0;
310
- }
311
-
312
- /**
313
- * Address Firefox 4+ setting `line-height` on `input` using `!important` in
314
- * the UA stylesheet.
315
- */
316
-
317
- input {
318
- line-height: normal;
319
- }
320
-
321
- /**
322
- * It's recommended that you don't attempt to style these elements.
323
- * Firefox's implementation doesn't respect box-sizing, padding, or width.
324
- *
325
- * 1. Address box sizing set to `content-box` in IE 8/9/10.
326
- * 2. Remove excess padding in IE 8/9/10.
327
- */
328
-
329
- input[type='checkbox'],
330
- input[type='radio'] {
331
- box-sizing: border-box; /* 1 */
332
- padding: 0; /* 2 */
333
- }
334
-
335
- /**
336
- * Fix the cursor style for Chrome's increment/decrement buttons. For certain
337
- * `font-size` values of the `input`, it causes the cursor style of the
338
- * decrement button to change from `default` to `text`.
339
- */
340
-
341
- input[type='number']::-webkit-inner-spin-button,
342
- input[type='number']::-webkit-outer-spin-button {
343
- height: auto;
344
- }
345
-
346
- /**
347
- * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
348
- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
349
- * (include `-moz` to future-proof).
350
- */
351
-
352
- input[type='search'] {
353
- -webkit-appearance: textfield; /* 1 */
354
- -moz-box-sizing: content-box;
355
- -webkit-box-sizing: content-box; /* 2 */
356
- box-sizing: content-box;
357
- }
358
-
359
- /**
360
- * Remove inner padding and search cancel button in Safari and Chrome on OS X.
361
- * Safari (but not Chrome) clips the cancel button when the search input has
362
- * padding (and `textfield` appearance).
363
- */
364
-
365
- input[type='search']::-webkit-search-cancel-button,
366
- input[type='search']::-webkit-search-decoration {
367
- -webkit-appearance: none;
368
- }
369
-
370
- /**
371
- * 1. Correct `color` not being inherited in IE 8/9/10/11.
372
- * 2. Remove padding so people aren't caught out if they zero out fieldsets.
373
- */
374
-
375
- legend {
376
- border: 0; /* 1 */
377
- padding: 0; /* 2 */
378
- }
379
-
380
- /**
381
- * Remove default vertical scrollbar in IE 8/9/10/11.
382
- */
383
-
384
- textarea {
385
- overflow: auto;
386
- }
387
-
388
- /**
389
- * Don't inherit the `font-weight` (applied by a rule above).
390
- * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
391
- */
392
-
393
- optgroup {
394
- font-weight: bold;
395
- }
396
-
397
- /* Tables
398
- ========================================================================== */
399
-
400
- /**
401
- * Remove most spacing between table cells.
402
- */
403
-
404
- table {
405
- border-collapse: collapse;
406
- border-spacing: 0;
407
- }
408
-
409
- td,
410
- th {
411
- padding: 0;
412
- }
413
-
414
- /* Blockquote
415
- ========================================================================== */
416
- blockquote {
417
- margin: 0;
418
- }
@@ -1,58 +0,0 @@
1
- @mixin offsets($prefix) {
2
- @for $i from 0 through 24 {
3
- .mt#{$prefix}-#{$i * 4} {
4
- margin-top: #{$i * 4}px;
5
- }
6
-
7
- .mb#{$prefix}-#{$i * 4} {
8
- margin-bottom: #{$i * 4}px;
9
- }
10
-
11
- .ml#{$prefix}-#{$i * 4} {
12
- margin-left: #{$i * 4}px;
13
- }
14
-
15
- .mr#{$prefix}-#{$i * 4} {
16
- margin-right: #{$i * 4}px;
17
- }
18
- .m#{$prefix}-#{$i * 4} {
19
- margin: #{$i * 4}px;
20
- }
21
- .pt#{$prefix}-#{$i * 4} {
22
- padding: #{$i * 4}px;
23
- }
24
-
25
- .pb#{$prefix}-#{$i * 4} {
26
- padding-bottom: #{$i * 4}px;
27
- }
28
-
29
- .pl#{$prefix}-#{$i * 4} {
30
- padding-left: #{$i * 4}px;
31
- }
32
-
33
- .pr#{$prefix}-#{$i * 4} {
34
- padding-right: #{$i * 4}px;
35
- }
36
- .p#{$prefix}-#{$i * 4} {
37
- padding: #{$i * 4}px;
38
- }
39
-
40
- .gap#{$prefix}-#{$i * 4} {
41
- gap: #{$i * 4}px;
42
- }
43
- }
44
- }
45
-
46
- @include offsets('');
47
-
48
- @media all and (max-width: 767px) {
49
- @include offsets('-sm');
50
- }
51
-
52
- @media all and (min-width: 768px) {
53
- @include offsets('-md');
54
- }
55
-
56
- @media all and (min-width: 1140px) {
57
- @include offsets('-lg');
58
- }
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9yb3plY2tpeS1kZC1saWIyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvZGQtbGliL3NyYy9tb3JvemVja2l5LWRkLWxpYjIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==