@nativescript-community/ui-material-slider
Advanced tools
Comparing version 4.0.9 to 4.0.10
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['nativescript-community'] = global['nativescript-community'] || {}, global['nativescript-community']['ui-material-slider-angular'] = {}), global.ng.core, global['ns-angular'], global['ns-material-slider'])); | ||
}(this, (function (exports, core, angular, uiMaterialSlider) { 'use strict'; | ||
}(this, (function (exports, i0, angular, uiMaterialSlider) { 'use strict'; | ||
@@ -13,5 +13,10 @@ var MaterialSliderDirective = /** @class */ (function () { | ||
}()); | ||
MaterialSliderDirective.decorators = [ | ||
{ type: core.Directive, args: [{ selector: 'MDSlider' },] } | ||
]; | ||
MaterialSliderDirective.ɵfac = function MaterialSliderDirective_Factory(t) { return new (t || MaterialSliderDirective)(); }; | ||
MaterialSliderDirective.ɵdir = i0.ɵɵdefineDirective({ type: MaterialSliderDirective, selectors: [["MDSlider"]] }); | ||
(function () { | ||
i0.ɵsetClassMetadata(MaterialSliderDirective, [{ | ||
type: i0.Directive, | ||
args: [{ selector: 'MDSlider' }] | ||
}], null, null); | ||
})(); | ||
var NativeScriptMaterialSliderModule = /** @class */ (function () { | ||
@@ -22,14 +27,16 @@ function NativeScriptMaterialSliderModule() { | ||
}()); | ||
NativeScriptMaterialSliderModule.decorators = [ | ||
{ type: core.NgModule, args: [{ | ||
declarations: [MaterialSliderDirective], | ||
exports: [MaterialSliderDirective] | ||
},] } | ||
]; | ||
NativeScriptMaterialSliderModule.ɵmod = i0.ɵɵdefineNgModule({ type: NativeScriptMaterialSliderModule }); | ||
NativeScriptMaterialSliderModule.ɵinj = i0.ɵɵdefineInjector({ factory: function NativeScriptMaterialSliderModule_Factory(t) { return new (t || NativeScriptMaterialSliderModule)(); } }); | ||
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NativeScriptMaterialSliderModule, { declarations: [MaterialSliderDirective], exports: [MaterialSliderDirective] }); })(); | ||
(function () { | ||
i0.ɵsetClassMetadata(NativeScriptMaterialSliderModule, [{ | ||
type: i0.NgModule, | ||
args: [{ | ||
declarations: [MaterialSliderDirective], | ||
exports: [MaterialSliderDirective] | ||
}] | ||
}], null, null); | ||
})(); | ||
angular.registerElement('MDSlider', function () { return uiMaterialSlider.Slider; }); | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
exports.MaterialSliderDirective = MaterialSliderDirective; | ||
@@ -36,0 +43,0 @@ exports.NativeScriptMaterialSliderModule = NativeScriptMaterialSliderModule; |
@@ -1,2 +0,2 @@ | ||
!function(e,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports,require("@angular/core"),require("@nativescript/angular"),require("@nativescript-community/ui-material-slider")):"function"==typeof define&&define.amd?define("@nativescript-community/ui-material-slider-angular",["exports","@angular/core","@nativescript/angular","@nativescript-community/ui-material-slider"],i):i(((e="undefined"!=typeof globalThis?globalThis:e||self)["nativescript-community"]=e["nativescript-community"]||{},e["nativescript-community"]["ui-material-slider-angular"]={}),e.ng.core,e["ns-angular"],e["ns-material-slider"])}(this,(function(e,i,r,t){"use strict";var a=function(){};a.decorators=[{type:i.Directive,args:[{selector:"MDSlider"}]}];var n=function(){};n.decorators=[{type:i.NgModule,args:[{declarations:[a],exports:[a]}]}],r.registerElement("MDSlider",(function(){return t.Slider})),e.MaterialSliderDirective=a,e.NativeScriptMaterialSliderModule=n,Object.defineProperty(e,"__esModule",{value:!0})})); | ||
!function(e,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports,require("@angular/core"),require("@nativescript/angular"),require("@nativescript-community/ui-material-slider")):"function"==typeof define&&define.amd?define("@nativescript-community/ui-material-slider-angular",["exports","@angular/core","@nativescript/angular","@nativescript-community/ui-material-slider"],i):i(((e="undefined"!=typeof globalThis?globalThis:e||self)["nativescript-community"]=e["nativescript-community"]||{},e["nativescript-community"]["ui-material-slider-angular"]={}),e.ng.core,e["ns-angular"],e["ns-material-slider"])}(this,(function(e,i,t,r){"use strict";var n=function(){};n.ɵfac=function(e){return new(e||n)},n.ɵdir=i.ɵɵdefineDirective({type:n,selectors:[["MDSlider"]]}),i.ɵsetClassMetadata(n,[{type:i.Directive,args:[{selector:"MDSlider"}]}],null,null);var a=function(){};a.ɵmod=i.ɵɵdefineNgModule({type:a}),a.ɵinj=i.ɵɵdefineInjector({factory:function(e){return new(e||a)}}),("undefined"==typeof ngJitMode||ngJitMode)&&i.ɵɵsetNgModuleScope(a,{declarations:[n],exports:[n]}),i.ɵsetClassMetadata(a,[{type:i.NgModule,args:[{declarations:[n],exports:[n]}]}],null,null),t.registerElement("MDSlider",(function(){return r.Slider})),e.MaterialSliderDirective=n,e.NativeScriptMaterialSliderModule=a,Object.defineProperty(e,"__esModule",{value:!0})})); | ||
//# sourceMappingURL=nativescript-community-ui-material-slider-angular.umd.min.js.map |
import { Directive, NgModule } from '@angular/core'; | ||
import { registerElement } from '@nativescript/angular'; | ||
import { Slider } from '@nativescript-community/ui-material-slider'; | ||
import * as i0 from "@angular/core"; | ||
export class MaterialSliderDirective { | ||
} | ||
MaterialSliderDirective.decorators = [ | ||
{ type: Directive, args: [{ selector: 'MDSlider' },] } | ||
]; | ||
MaterialSliderDirective.ɵfac = function MaterialSliderDirective_Factory(t) { return new (t || MaterialSliderDirective)(); }; | ||
MaterialSliderDirective.ɵdir = i0.ɵɵdefineDirective({ type: MaterialSliderDirective, selectors: [["MDSlider"]] }); | ||
(function () { i0.ɵsetClassMetadata(MaterialSliderDirective, [{ | ||
type: Directive, | ||
args: [{ selector: 'MDSlider' }] | ||
}], null, null); })(); | ||
export class NativeScriptMaterialSliderModule { | ||
} | ||
NativeScriptMaterialSliderModule.decorators = [ | ||
{ type: NgModule, args: [{ | ||
NativeScriptMaterialSliderModule.ɵmod = i0.ɵɵdefineNgModule({ type: NativeScriptMaterialSliderModule }); | ||
NativeScriptMaterialSliderModule.ɵinj = i0.ɵɵdefineInjector({ factory: function NativeScriptMaterialSliderModule_Factory(t) { return new (t || NativeScriptMaterialSliderModule)(); } }); | ||
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NativeScriptMaterialSliderModule, { declarations: [MaterialSliderDirective], exports: [MaterialSliderDirective] }); })(); | ||
(function () { i0.ɵsetClassMetadata(NativeScriptMaterialSliderModule, [{ | ||
type: NgModule, | ||
args: [{ | ||
declarations: [MaterialSliderDirective], | ||
exports: [MaterialSliderDirective] | ||
},] } | ||
]; | ||
}] | ||
}], null, null); })(); | ||
registerElement('MDSlider', () => Slider); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvc2xpZGVyL2FuZ3VsYXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUdwRSxNQUFNLE9BQU8sdUJBQXVCOzs7WUFEbkMsU0FBUyxTQUFDLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRTs7QUFPbkMsTUFBTSxPQUFPLGdDQUFnQzs7O1lBSjVDLFFBQVEsU0FBQztnQkFDTixZQUFZLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQztnQkFDdkMsT0FBTyxFQUFFLENBQUMsdUJBQXVCLENBQUM7YUFDckM7O0FBR0QsZUFBZSxDQUFDLFVBQVUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxNQUFNLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHJlZ2lzdGVyRWxlbWVudCB9IGZyb20gJ0BuYXRpdmVzY3JpcHQvYW5ndWxhcic7XG5pbXBvcnQgeyBTbGlkZXIgfSBmcm9tICdAbmF0aXZlc2NyaXB0LWNvbW11bml0eS91aS1tYXRlcmlhbC1zbGlkZXInO1xuXG5ARGlyZWN0aXZlKHsgc2VsZWN0b3I6ICdNRFNsaWRlcicgfSlcbmV4cG9ydCBjbGFzcyBNYXRlcmlhbFNsaWRlckRpcmVjdGl2ZSB7fVxuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW01hdGVyaWFsU2xpZGVyRGlyZWN0aXZlXSxcbiAgICBleHBvcnRzOiBbTWF0ZXJpYWxTbGlkZXJEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIE5hdGl2ZVNjcmlwdE1hdGVyaWFsU2xpZGVyTW9kdWxlIHt9XG5cbnJlZ2lzdGVyRWxlbWVudCgnTURTbGlkZXInLCAoKSA9PiBTbGlkZXIpO1xuIl19 | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiLi4vc3JjLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQzs7QUFHcEUsTUFBTSxPQUFPLHVCQUF1Qjs7OEZBQXZCLHVCQUF1Qjs0REFBdkIsdUJBQXVCO29DQUF2Qix1QkFBdUI7Y0FEbkMsU0FBUztlQUFDLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRTs7QUFPbkMsTUFBTSxPQUFPLGdDQUFnQzs7b0VBQWhDLGdDQUFnQzsrSUFBaEMsZ0NBQWdDO3dGQUFoQyxnQ0FBZ0MsbUJBTmhDLHVCQUF1QixhQUF2Qix1QkFBdUI7b0NBTXZCLGdDQUFnQztjQUo1QyxRQUFRO2VBQUM7Z0JBQ04sWUFBWSxFQUFFLENBQUMsdUJBQXVCLENBQUM7Z0JBQ3ZDLE9BQU8sRUFBRSxDQUFDLHVCQUF1QixDQUFDO2FBQ3JDOztBQUdELGVBQWUsQ0FBQyxVQUFVLEVBQUUsR0FBRyxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyByZWdpc3RlckVsZW1lbnQgfSBmcm9tICdAbmF0aXZlc2NyaXB0L2FuZ3VsYXInO1xuaW1wb3J0IHsgU2xpZGVyIH0gZnJvbSAnQG5hdGl2ZXNjcmlwdC1jb21tdW5pdHkvdWktbWF0ZXJpYWwtc2xpZGVyJztcblxuQERpcmVjdGl2ZSh7IHNlbGVjdG9yOiAnTURTbGlkZXInIH0pXG5leHBvcnQgY2xhc3MgTWF0ZXJpYWxTbGlkZXJEaXJlY3RpdmUge31cblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtNYXRlcmlhbFNsaWRlckRpcmVjdGl2ZV0sXG4gICAgZXhwb3J0czogW01hdGVyaWFsU2xpZGVyRGlyZWN0aXZlXVxufSlcbmV4cG9ydCBjbGFzcyBOYXRpdmVTY3JpcHRNYXRlcmlhbFNsaWRlck1vZHVsZSB7fVxuXG5yZWdpc3RlckVsZW1lbnQoJ01EU2xpZGVyJywgKCkgPT4gU2xpZGVyKTtcbiJdfQ== |
@@ -1,5 +0,2 @@ | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
export * from './index'; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF0aXZlc2NyaXB0LWNvbW11bml0eS11aS1tYXRlcmlhbC1zbGlkZXItYW5ndWxhci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9zbGlkZXIvYW5ndWxhci9uYXRpdmVzY3JpcHQtY29tbXVuaXR5LXVpLW1hdGVyaWFsLXNsaWRlci1hbmd1bGFyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19 | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF0aXZlc2NyaXB0LWNvbW11bml0eS11aS1tYXRlcmlhbC1zbGlkZXItYW5ndWxhci5qcyIsInNvdXJjZVJvb3QiOiIuLi9zcmMvIiwic291cmNlcyI6WyJuYXRpdmVzY3JpcHQtY29tbXVuaXR5LXVpLW1hdGVyaWFsLXNsaWRlci1hbmd1bGFyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUlBLGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ== |
@@ -1,2 +0,2 @@ | ||
import { Directive, NgModule } from '@angular/core'; | ||
import { ɵɵdefineDirective, ɵsetClassMetadata, Directive, ɵɵdefineNgModule, ɵɵdefineInjector, ɵɵsetNgModuleScope, NgModule } from '@angular/core'; | ||
import { registerElement } from '@nativescript/angular'; | ||
@@ -7,20 +7,23 @@ import { Slider } from '@nativescript-community/ui-material-slider'; | ||
} | ||
MaterialSliderDirective.decorators = [ | ||
{ type: Directive, args: [{ selector: 'MDSlider' },] } | ||
]; | ||
MaterialSliderDirective.ɵfac = function MaterialSliderDirective_Factory(t) { return new (t || MaterialSliderDirective)(); }; | ||
MaterialSliderDirective.ɵdir = ɵɵdefineDirective({ type: MaterialSliderDirective, selectors: [["MDSlider"]] }); | ||
(function () { ɵsetClassMetadata(MaterialSliderDirective, [{ | ||
type: Directive, | ||
args: [{ selector: 'MDSlider' }] | ||
}], null, null); })(); | ||
class NativeScriptMaterialSliderModule { | ||
} | ||
NativeScriptMaterialSliderModule.decorators = [ | ||
{ type: NgModule, args: [{ | ||
NativeScriptMaterialSliderModule.ɵmod = ɵɵdefineNgModule({ type: NativeScriptMaterialSliderModule }); | ||
NativeScriptMaterialSliderModule.ɵinj = ɵɵdefineInjector({ factory: function NativeScriptMaterialSliderModule_Factory(t) { return new (t || NativeScriptMaterialSliderModule)(); } }); | ||
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && ɵɵsetNgModuleScope(NativeScriptMaterialSliderModule, { declarations: [MaterialSliderDirective], exports: [MaterialSliderDirective] }); })(); | ||
(function () { ɵsetClassMetadata(NativeScriptMaterialSliderModule, [{ | ||
type: NgModule, | ||
args: [{ | ||
declarations: [MaterialSliderDirective], | ||
exports: [MaterialSliderDirective] | ||
},] } | ||
]; | ||
}] | ||
}], null, null); })(); | ||
registerElement('MDSlider', () => Slider); | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
export { MaterialSliderDirective, NativeScriptMaterialSliderModule }; | ||
//# sourceMappingURL=nativescript-community-ui-material-slider-angular.js.map |
@@ -0,4 +1,9 @@ | ||
import * as i0 from "@angular/core"; | ||
export declare class MaterialSliderDirective { | ||
static ɵfac: i0.ɵɵFactoryDef<MaterialSliderDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDefWithMeta<MaterialSliderDirective, "MDSlider", never, {}, {}, never>; | ||
} | ||
export declare class NativeScriptMaterialSliderModule { | ||
static ɵmod: i0.ɵɵNgModuleDefWithMeta<NativeScriptMaterialSliderModule, [typeof MaterialSliderDirective], never, [typeof MaterialSliderDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDef<NativeScriptMaterialSliderModule>; | ||
} |
@@ -1,4 +0,2 @@ | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="@nativescript-community/ui-material-slider-angular" /> | ||
export * from './index'; |
@@ -9,7 +9,9 @@ { | ||
"typings": "nativescript-community-ui-material-slider-angular.d.ts", | ||
"metadata": "nativescript-community-ui-material-slider-angular.metadata.json", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1" | ||
} | ||
} |
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.10](https://github.com/nativescript-community/ui-material-components/compare/v4.0.8...v4.0.10) (2020-09-02) | ||
**Note:** Version bump only for package @nativescript-community/ui-material-slider | ||
## [4.0.8](https://github.com/Akylas/nativescript-material-components/compare/v4.0.6...v4.0.8) (2020-08-15) | ||
@@ -20,3 +28,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-slider | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-slider | ||
@@ -29,3 +37,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-slider | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-slider | ||
@@ -38,3 +46,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-slider | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-slider | ||
@@ -47,3 +55,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-slider | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-slider | ||
@@ -56,3 +64,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-slider | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-slider | ||
@@ -65,3 +73,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-slider | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-slider | ||
@@ -74,3 +82,3 @@ | ||
**Note:** Version bump only for package @nativescript-community/ui-material-slider | ||
**Note:** Version bump only for package '@nativescript-community/ui-material-slider | ||
@@ -77,0 +85,0 @@ |
{ | ||
"name": "@nativescript-community/ui-material-slider", | ||
"version": "4.0.9", | ||
"version": "4.0.10", | ||
"description": "Material slider component", | ||
@@ -12,3 +12,3 @@ "main": "./slider", | ||
"build": "npm run tsc", | ||
"build.angular": "cd ../../src/slider/angular && npm run build", | ||
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/slider/angular/package.json -c ../../src/slider/angular/tsconfig.json", | ||
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map" | ||
@@ -39,5 +39,5 @@ }, | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^4.0.8" | ||
"@nativescript-community/ui-material-core": "^4.0.10" | ||
}, | ||
"gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" | ||
"gitHead": "6e0bbbd82d70a4e5dcf3f01e2609caf5b7ee3f3f" | ||
} |
@@ -67,3 +67,3 @@ [![npm](https://img.shields.io/npm/v/nativescript-material-slider.svg)](https://www.npmjs.com/package/nativescript-material-slider) | ||
```javascript | ||
import SliderPlugin from 'nativescript-material-slider/vue'; | ||
import SliderPlugin from '@nativescript-community/ui-material-slider/vue'; | ||
@@ -70,0 +70,0 @@ Vue.use(SliderPlugin); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60073
294
32