@moni-labs/moni-ui 0.4.7 → 0.4.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/custom-elements.json +33 -3
- package/dist/browser/moni-ui.iife.min.js +29 -9
- package/dist/browser/moni-ui.iife.min.js.br +0 -0
- package/dist/browser/moni-ui.iife.min.js.gz +0 -0
- package/dist/browser/moni-ui.iife.min.js.map +1 -1
- package/dist/browser/moni-ui.min.js +1549 -1508
- package/dist/browser/moni-ui.min.js.br +0 -0
- package/dist/browser/moni-ui.min.js.gz +0 -0
- package/dist/browser/moni-ui.min.js.map +1 -1
- package/dist/cdn/chunks/{class-map-EVPcxmRq.js → class-map-C4FUGLfQ.js} +1 -1
- package/dist/cdn/chunks/{decorate-D4jKxi6H.js → decorate-C9xO7mby.js} +7 -0
- package/dist/cdn/chunks/if-defined-6foei_QT.js +1 -0
- package/dist/cdn/chunks/{live-DdUrWiUp.js → live-DcFRrlh7.js} +1 -1
- package/dist/cdn/components/moni-app-bar.js +1 -1
- package/dist/cdn/components/moni-badge.js +1 -1
- package/dist/cdn/components/moni-bottom-sheet.js +1 -1
- package/dist/cdn/components/moni-button-group.js +1 -1
- package/dist/cdn/components/moni-button-segment.js +1 -1
- package/dist/cdn/components/moni-button.js +1 -1
- package/dist/cdn/components/moni-card.js +1 -1
- package/dist/cdn/components/moni-carousel.js +1 -1
- package/dist/cdn/components/moni-checkbox.js +1 -1
- package/dist/cdn/components/moni-chip.js +1 -1
- package/dist/cdn/components/moni-color-field.js +1 -1
- package/dist/cdn/components/moni-context-menu.js +1 -1
- package/dist/cdn/components/moni-dialog.js +1 -1
- package/dist/cdn/components/moni-divider.js +1 -1
- package/dist/cdn/components/moni-expansion.js +1 -1
- package/dist/cdn/components/moni-fab-menu.js +1 -1
- package/dist/cdn/components/moni-fab.js +1 -1
- package/dist/cdn/components/moni-file-field.js +1 -1
- package/dist/cdn/components/moni-icon.js +1 -1
- package/dist/cdn/components/moni-list-item.js +1 -1
- package/dist/cdn/components/moni-list.js +1 -1
- package/dist/cdn/components/moni-loading-indicator.js +1 -1
- package/dist/cdn/components/moni-menu-item.js +1 -1
- package/dist/cdn/components/moni-menu.js +1 -1
- package/dist/cdn/components/moni-morph-modal.js +17 -4
- package/dist/cdn/components/moni-nav-item.js +1 -1
- package/dist/cdn/components/moni-nav.js +1 -1
- package/dist/cdn/components/moni-progress.js +1 -1
- package/dist/cdn/components/moni-radio.js +1 -1
- package/dist/cdn/components/moni-ripple.js +1 -1
- package/dist/cdn/components/moni-segmented-button.js +1 -1
- package/dist/cdn/components/moni-select-option.js +1 -1
- package/dist/cdn/components/moni-select.js +2 -2
- package/dist/cdn/components/moni-shape.js +1 -1
- package/dist/cdn/components/moni-side-sheet.js +1 -1
- package/dist/cdn/components/moni-slider.js +1 -1
- package/dist/cdn/components/moni-snackbar.js +1 -1
- package/dist/cdn/components/moni-split-button.js +1 -1
- package/dist/cdn/components/moni-step.js +1 -1
- package/dist/cdn/components/moni-stepper.js +1 -1
- package/dist/cdn/components/moni-switch.js +1 -1
- package/dist/cdn/components/moni-tab.js +1 -1
- package/dist/cdn/components/moni-tabs.js +1 -1
- package/dist/cdn/components/moni-text-field.js +2 -2
- package/dist/cdn/components/moni-textarea.js +2 -2
- package/dist/cdn/components/moni-time-picker.js +1 -1
- package/dist/cdn/components/moni-toolbar.js +1 -1
- package/dist/cdn/components/moni-tooltip.js +1 -1
- package/dist/cdn/components/moni-typography.js +1 -1
- package/dist/cdn/importmap.json +98 -98
- package/dist/components/_base/field-styles.d.ts.map +1 -1
- package/dist/components/_base/field-styles.js +7 -0
- package/dist/components/moni-morph-modal.d.ts +7 -0
- package/dist/components/moni-morph-modal.d.ts.map +1 -1
- package/dist/components/moni-morph-modal.js +37 -1
- package/dist/components/moni-select.d.ts +2 -2
- package/dist/components/moni-select.d.ts.map +1 -1
- package/dist/components/moni-select.js +2 -1
- package/dist/components/moni-text-field.d.ts +2 -2
- package/dist/components/moni-text-field.d.ts.map +1 -1
- package/dist/components/moni-text-field.js +2 -1
- package/dist/components/moni-textarea.d.ts +2 -2
- package/dist/components/moni-textarea.d.ts.map +1 -1
- package/dist/components/moni-textarea.js +2 -1
- package/docs/api.json +34 -4
- package/docs/assets/moni-select/shape--small-round.png +0 -0
- package/docs/assets/moni-text-field/shape--small-round.png +0 -0
- package/docs/assets/moni-textarea/shape--small-round.png +0 -0
- package/docs/components/morph-modal.md +3 -0
- package/docs/components/select.md +3 -1
- package/docs/components/text-field.md +3 -1
- package/docs/components/textarea.md +3 -1
- package/package.json +90 -90
- package/src/components/_base/field-styles.ts +7 -0
- package/src/components/moni-morph-modal.test.ts +26 -0
- package/src/components/moni-morph-modal.ts +33 -1
- package/src/components/moni-select.test.ts +8 -0
- package/src/components/moni-select.ts +3 -2
- package/src/components/moni-text-field.test.ts +8 -0
- package/src/components/moni-text-field.ts +3 -2
- package/src/components/moni-textarea.test.ts +8 -0
- package/src/components/moni-textarea.ts +3 -2
- package/dist/cdn/chunks/if-defined-DlAUOFi9.js +0 -1
package/custom-elements.json
CHANGED
|
@@ -3715,6 +3715,36 @@
|
|
|
3715
3715
|
"default": "false",
|
|
3716
3716
|
"description": "Si es true, el modal calcula automáticamente su tamaño final basándose en el contenido interno (ignora expandedWidth y expandedHeight)."
|
|
3717
3717
|
},
|
|
3718
|
+
{
|
|
3719
|
+
"kind": "field",
|
|
3720
|
+
"name": "fullscreen",
|
|
3721
|
+
"attribute": "fullscreen",
|
|
3722
|
+
"type": {
|
|
3723
|
+
"text": "boolean"
|
|
3724
|
+
},
|
|
3725
|
+
"default": "false",
|
|
3726
|
+
"description": "Fuerza al modal expandido a ocupar todo el viewport."
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"kind": "field",
|
|
3730
|
+
"name": "responsiveFullscreen",
|
|
3731
|
+
"attribute": "responsive-fullscreen",
|
|
3732
|
+
"type": {
|
|
3733
|
+
"text": "boolean"
|
|
3734
|
+
},
|
|
3735
|
+
"default": "false",
|
|
3736
|
+
"description": "Activa fullscreen únicamente cuando el viewport no supera el breakpoint configurado."
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"kind": "field",
|
|
3740
|
+
"name": "fullscreenBreakpoint",
|
|
3741
|
+
"attribute": "fullscreen-breakpoint",
|
|
3742
|
+
"type": {
|
|
3743
|
+
"text": "number"
|
|
3744
|
+
},
|
|
3745
|
+
"default": "600",
|
|
3746
|
+
"description": "Ancho máximo del viewport, en píxeles, para aplicar responsive-fullscreen."
|
|
3747
|
+
},
|
|
3718
3748
|
{
|
|
3719
3749
|
"kind": "field",
|
|
3720
3750
|
"name": "blurContent",
|
|
@@ -4750,7 +4780,7 @@
|
|
|
4750
4780
|
"name": "shape",
|
|
4751
4781
|
"attribute": "shape",
|
|
4752
4782
|
"type": {
|
|
4753
|
-
"text": "'round' | 'square' | 'no-round'"
|
|
4783
|
+
"text": "'round' | 'small-round' | 'square' | 'no-round'"
|
|
4754
4784
|
},
|
|
4755
4785
|
"default": "'no-round'",
|
|
4756
4786
|
"description": "Forma (radio de borde) del campo."
|
|
@@ -6603,7 +6633,7 @@
|
|
|
6603
6633
|
"name": "shape",
|
|
6604
6634
|
"attribute": "shape",
|
|
6605
6635
|
"type": {
|
|
6606
|
-
"text": "'round' | 'no-round'"
|
|
6636
|
+
"text": "'round' | 'small-round' | 'no-round'"
|
|
6607
6637
|
},
|
|
6608
6638
|
"default": "'no-round'",
|
|
6609
6639
|
"description": "Forma del radio del borde (border-radius) del campo."
|
|
@@ -7079,7 +7109,7 @@
|
|
|
7079
7109
|
"name": "shape",
|
|
7080
7110
|
"attribute": "shape",
|
|
7081
7111
|
"type": {
|
|
7082
|
-
"text": "'round' | 'square' | 'no-round'"
|
|
7112
|
+
"text": "'round' | 'small-round' | 'square' | 'no-round'"
|
|
7083
7113
|
},
|
|
7084
7114
|
"default": "'no-round'",
|
|
7085
7115
|
"description": "Forma del radio del borde (border-radius) del campo."
|