pdm-ui-kit 0.1.24 → 0.1.26
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/fesm2020/pdm-ui-kit.mjs
CHANGED
|
@@ -300,6 +300,10 @@ class PdmButtonGroupComponent {
|
|
|
300
300
|
'[&>pdm-button>button]:h-9',
|
|
301
301
|
'[&>pdm-input]:flex-1',
|
|
302
302
|
'[&>pdm-input>div]:w-full',
|
|
303
|
+
'[&>pdm-select>select]:!rounded-none',
|
|
304
|
+
'[&>pdm-select:first-child>select]:!rounded-l-md',
|
|
305
|
+
'[&>pdm-select:last-child>select]:!rounded-r-md',
|
|
306
|
+
'[&>pdm-select>select]:shadow-none',
|
|
303
307
|
'[&>pdm-button>button]:!rounded-none',
|
|
304
308
|
'[&>pdm-button:first-child>button]:!rounded-l-md',
|
|
305
309
|
'[&>pdm-button:last-child>button]:!rounded-r-md',
|
|
@@ -312,7 +316,26 @@ class PdmButtonGroupComponent {
|
|
|
312
316
|
'[&>pdm-input>div>input]:bg-background',
|
|
313
317
|
'[&>pdm-input>div>input]:shadow-none',
|
|
314
318
|
'[&>pdm-button>button]:rounded-l-none',
|
|
315
|
-
'[&>pdm-button>button]:shadow-none'
|
|
319
|
+
'[&>pdm-button>button]:shadow-none',
|
|
320
|
+
'[&>pdm-tooltip>span>*]:rounded-none',
|
|
321
|
+
'[&>pdm-tooltip:first-child>span>*]:rounded-l-md',
|
|
322
|
+
'[&>pdm-tooltip:last-child>span>*]:rounded-r-md',
|
|
323
|
+
'[&>pdm-tooltip:not(:first-child)>span>*]:border-l-0',
|
|
324
|
+
'[&>pdm-tooltip>span>pdm-button>button]:!rounded-none',
|
|
325
|
+
'[&>pdm-tooltip:first-child>span>pdm-button>button]:!rounded-l-md',
|
|
326
|
+
'[&>pdm-tooltip:last-child>span>pdm-button>button]:!rounded-r-md',
|
|
327
|
+
'[&>pdm-tooltip>span>pdm-button>button]:shadow-none',
|
|
328
|
+
'[&>pdm-tooltip>span>pdm-input>div>input]:!rounded-none',
|
|
329
|
+
'[&>pdm-tooltip:first-child>span>pdm-input>div>input]:!rounded-l-md',
|
|
330
|
+
'[&>pdm-tooltip:last-child>span>pdm-input>div>input]:!rounded-r-md',
|
|
331
|
+
'[&>pdm-tooltip>span>pdm-input>div>input]:shadow-none',
|
|
332
|
+
'[&>pdm-tooltip>span>pdm-input-group>div]:!rounded-none',
|
|
333
|
+
'[&>pdm-tooltip:first-child>span>pdm-input-group>div]:!rounded-l-md',
|
|
334
|
+
'[&>pdm-tooltip:last-child>span>pdm-input-group>div]:!rounded-r-md',
|
|
335
|
+
'[&>pdm-tooltip>span>pdm-select>select]:!rounded-none',
|
|
336
|
+
'[&>pdm-tooltip:first-child>span>pdm-select>select]:!rounded-l-md',
|
|
337
|
+
'[&>pdm-tooltip:last-child>span>pdm-select>select]:!rounded-r-md',
|
|
338
|
+
'[&>pdm-tooltip>span>pdm-select>select]:shadow-none'
|
|
316
339
|
].join(' ')
|
|
317
340
|
: '';
|
|
318
341
|
const groupVerticalClasses = isGroup && isVertical && !this.separated
|
|
@@ -333,9 +356,32 @@ class PdmButtonGroupComponent {
|
|
|
333
356
|
'[&>pdm-input-group>div]:!rounded-none',
|
|
334
357
|
'[&>pdm-input-group:first-child>div]:!rounded-t-md',
|
|
335
358
|
'[&>pdm-input-group:last-child>div]:!rounded-b-md',
|
|
359
|
+
'[&>pdm-select>select]:!rounded-none',
|
|
360
|
+
'[&>pdm-select:first-child>select]:!rounded-t-md',
|
|
361
|
+
'[&>pdm-select:last-child>select]:!rounded-b-md',
|
|
362
|
+
'[&>pdm-select>select]:shadow-none',
|
|
336
363
|
'[&>pdm-input>div>input]:bg-background',
|
|
337
364
|
'[&>pdm-input>div>input]:shadow-none',
|
|
338
|
-
'[&>pdm-button>button]:shadow-none'
|
|
365
|
+
'[&>pdm-button>button]:shadow-none',
|
|
366
|
+
'[&>pdm-tooltip>span>*]:rounded-none',
|
|
367
|
+
'[&>pdm-tooltip:first-child>span>*]:rounded-t-md',
|
|
368
|
+
'[&>pdm-tooltip:last-child>span>*]:rounded-b-md',
|
|
369
|
+
'[&>pdm-tooltip:not(:first-child)>span>*]:border-t-0',
|
|
370
|
+
'[&>pdm-tooltip>span>pdm-button>button]:!rounded-none',
|
|
371
|
+
'[&>pdm-tooltip:first-child>span>pdm-button>button]:!rounded-t-md',
|
|
372
|
+
'[&>pdm-tooltip:last-child>span>pdm-button>button]:!rounded-b-md',
|
|
373
|
+
'[&>pdm-tooltip>span>pdm-button>button]:shadow-none',
|
|
374
|
+
'[&>pdm-tooltip>span>pdm-input>div>input]:!rounded-none',
|
|
375
|
+
'[&>pdm-tooltip:first-child>span>pdm-input>div>input]:!rounded-t-md',
|
|
376
|
+
'[&>pdm-tooltip:last-child>span>pdm-input>div>input]:!rounded-b-md',
|
|
377
|
+
'[&>pdm-tooltip>span>pdm-input>div>input]:shadow-none',
|
|
378
|
+
'[&>pdm-tooltip>span>pdm-input-group>div]:!rounded-none',
|
|
379
|
+
'[&>pdm-tooltip:first-child>span>pdm-input-group>div]:!rounded-t-md',
|
|
380
|
+
'[&>pdm-tooltip:last-child>span>pdm-input-group>div]:!rounded-b-md',
|
|
381
|
+
'[&>pdm-tooltip>span>pdm-select>select]:!rounded-none',
|
|
382
|
+
'[&>pdm-tooltip:first-child>span>pdm-select>select]:!rounded-t-md',
|
|
383
|
+
'[&>pdm-tooltip:last-child>span>pdm-select>select]:!rounded-b-md',
|
|
384
|
+
'[&>pdm-tooltip>span>pdm-select>select]:shadow-none'
|
|
339
385
|
].join(' ')
|
|
340
386
|
: '';
|
|
341
387
|
return [
|