@fluid-topics/ft-checkbox 0.2.19 → 0.2.20
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/build/ft-checkbox.js
CHANGED
|
@@ -158,7 +158,7 @@ __decorate([
|
|
|
158
158
|
property()
|
|
159
159
|
], FtCheckbox.prototype, "name", void 0);
|
|
160
160
|
__decorate([
|
|
161
|
-
property({ type: Boolean })
|
|
161
|
+
property({ type: Boolean, reflect: true })
|
|
162
162
|
], FtCheckbox.prototype, "checked", void 0);
|
|
163
163
|
__decorate([
|
|
164
164
|
property({ type: Boolean })
|
|
@@ -320,4 +320,4 @@ const tt=Symbol.for(""),it=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)=
|
|
|
320
320
|
.ft-checkbox--indeterminate .ft-checkbox--checkmark {
|
|
321
321
|
opacity: 1;
|
|
322
322
|
}
|
|
323
|
-
`,Ci([o.property()],Mi.prototype,"name",void 0),Ci([o.property({type:Boolean})],Mi.prototype,"checked",void 0),Ci([o.property({type:Boolean})],Mi.prototype,"indeterminate",void 0),Ci([o.property({type:Boolean})],Mi.prototype,"disabled",void 0),Ci([o.query(".ft-checkbox")],Mi.prototype,"container",void 0),Ci([o.query("ft-ripple")],Mi.prototype,"ripple",void 0),i.customElement("ft-checkbox")(Mi),t.FtCheckbox=Mi,t.FtCheckboxCssVariables=Si,Object.defineProperty(t,"t",{value:!0})}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap);
|
|
323
|
+
`,Ci([o.property()],Mi.prototype,"name",void 0),Ci([o.property({type:Boolean,reflect:!0})],Mi.prototype,"checked",void 0),Ci([o.property({type:Boolean})],Mi.prototype,"indeterminate",void 0),Ci([o.property({type:Boolean})],Mi.prototype,"disabled",void 0),Ci([o.query(".ft-checkbox")],Mi.prototype,"container",void 0),Ci([o.query("ft-ripple")],Mi.prototype,"ripple",void 0),i.customElement("ft-checkbox")(Mi),t.FtCheckbox=Mi,t.FtCheckboxCssVariables=Si,Object.defineProperty(t,"t",{value:!0})}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap);
|
package/build/ft-checkbox.min.js
CHANGED
|
@@ -410,4 +410,4 @@ const Ut=Symbol.for(""),Ft=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)=
|
|
|
410
410
|
.ft-checkbox--indeterminate .ft-checkbox--checkmark {
|
|
411
411
|
opacity: 1;
|
|
412
412
|
}
|
|
413
|
-
`,ri([o()],ni.prototype,"name",void 0),ri([o({type:Boolean})],ni.prototype,"checked",void 0),ri([o({type:Boolean})],ni.prototype,"indeterminate",void 0),ri([o({type:Boolean})],ni.prototype,"disabled",void 0),ri([s(".ft-checkbox")],ni.prototype,"container",void 0),ri([s("ft-ripple")],ni.prototype,"ripple",void 0),a("ft-checkbox")(ni),t.FtCheckbox=ni,t.FtCheckboxCssVariables=si,Object.defineProperty(t,"t",{value:!0})}({});
|
|
413
|
+
`,ri([o()],ni.prototype,"name",void 0),ri([o({type:Boolean,reflect:!0})],ni.prototype,"checked",void 0),ri([o({type:Boolean})],ni.prototype,"indeterminate",void 0),ri([o({type:Boolean})],ni.prototype,"disabled",void 0),ri([s(".ft-checkbox")],ni.prototype,"container",void 0),ri([s("ft-ripple")],ni.prototype,"ripple",void 0),a("ft-checkbox")(ni),t.FtCheckbox=ni,t.FtCheckboxCssVariables=si,Object.defineProperty(t,"t",{value:!0})}({});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-checkbox",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20",
|
|
4
4
|
"description": "A checkbox component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-ripple": "^0.2.
|
|
23
|
-
"@fluid-topics/ft-typography": "^0.2.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "^0.2.
|
|
22
|
+
"@fluid-topics/ft-ripple": "^0.2.20",
|
|
23
|
+
"@fluid-topics/ft-typography": "^0.2.20",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "^0.2.20",
|
|
25
25
|
"lit": "2.1.3"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "12b770753cd907c340153c5f9fed0909ecb1eefc"
|
|
28
28
|
}
|